UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a9dda9b6 authored by Matt Vasquez's avatar Matt Vasquez
Browse files

Merge branch...

Merge branch '309-since-version-8-7-0-bb-0-an-image-that-is-not-publicly-available-is-in-images-txt' into 'main'

Resolve "Since version 8.7.0-bb.0, an image that is not publicly available is in images.txt"

See merge request !369
parents c6c63450 f4603ec2
No related branches found
No related tags found
1 merge request!369Resolve "Since version 8.7.0-bb.0, an image that is not publicly available is in images.txt"
Pipeline #3962184 failed
......@@ -4,13 +4,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [8.8.1-bb.1] (2024-01-30)
## [8.8.1-bb.2] (2025-02-18)
### Removed
- Removed reference to unused image - registry1.dso.mil/bigbang-ci/gitlab-tester:0.0.4
- Removed Dockerfile for unused image - gitlab-tester
## [8.8.1-bb.1] (2025-01-30)
### Changed
- Add deploymentLabels interpolation
## [8.8.1-bb.0] (2024-01-24)
## [8.8.1-bb.0] (2025-01-24)
### Changed
......@@ -35,7 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Adjusted peerauth exception for minio to not be created whenever minio for gitlab is disabled
## [8.7.4-bb.0] (2024-01-17)
## [8.7.4-bb.0] (2025-01-17)
### Changed
......@@ -53,7 +60,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse 17.7.0 -> 17.7.2
- registry1.dso.mil/ironbank/gitlab/gitlab/kubectl 17.7.0 -> 17.7.2
## [8.7.0-bb.0] (2024-01-15)
## [8.7.0-bb.0] (2025-01-15)
### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# gitlab
![Version: 8.8.1-bb.1](https://img.shields.io/badge/Version-8.8.1--bb.1-informational?style=flat-square) ![AppVersion: 17.8.1](https://img.shields.io/badge/AppVersion-17.8.1-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 8.8.1-bb.2](https://img.shields.io/badge/Version-8.8.1--bb.2-informational?style=flat-square) ![AppVersion: 17.8.1](https://img.shields.io/badge/AppVersion-17.8.1-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
GitLab is the most comprehensive AI-powered DevSecOps Platform.
......
---
apiVersion: v1
name: gitlab
version: 8.8.1-bb.1
version: 8.8.1-bb.2
appVersion: 17.8.1
description: GitLab is the most comprehensive AI-powered DevSecOps Platform.
keywords:
......@@ -65,6 +65,3 @@ annotations:
- name: gitlab-exporter
condition: gitlab.gitlab-exporter.enabled
image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter:17.8.1
- name: bbtests
condition: bbtests.enabled
image: registry1.dso.mil/bigbang-ci/gitlab-tester:0.0.4
# Dockerfile for registry1.dso.mil/bigbang-ci/gitlab-tester:0.0.4
FROM registry1.dso.mil/ironbank/google/golang/golang-1.16:1.16
# install crane
RUN go install github.com/google/go-containerregistry/cmd/crane@v0.8.0
# make crane command world executable
RUN chmod -R +x /go
CMD ["/bin/bash"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment