UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f558f16f authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Version updates for 2.11.1 patch release

parent 765e2335
No related branches found
No related tags found
1 merge request!3188Version updates for 2.11.1 patch release
......@@ -3,6 +3,13 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [2.11.1]
- [!3146](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/3146): Kyverno update to 3.0.0-bb.3
- [!3170](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/3170): GitlabRunner update to 0.52.0-bb.6
- [!3178](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/3178): Gitlab update to 7.3.4-bb.0
- [!3187](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/3187): fluentbit update to 0.37.0-bb.1
## [2.11.0]
- [!2.11.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.11.0); List of merge requests in this release.
......
......@@ -11,4 +11,4 @@ spec:
interval: 10m
url: https://repo1.dso.mil/big-bang/bigbang.git
ref:
tag: 2.11.0
tag: 2.11.1
apiVersion: v2
name: bigbang
version: 2.11.0
version: 2.11.1
description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster.
type: application
......
# bigbang
![Version: 2.11.0](https://img.shields.io/badge/Version-2.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.11.1](https://img.shields.io/badge/Version-2.11.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster.
......@@ -149,10 +149,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t
| kyverno.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" |
| kyverno.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/kyverno.git"` | |
| kyverno.git.path | string | `"./chart"` | |
| kyverno.git.tag | string | `"2.7.2-bb.0"` | |
| kyverno.git.tag | string | `"3.0.0-bb.3"` | |
| kyverno.helmRepo.repoName | string | `"registry1"` | |
| kyverno.helmRepo.chartName | string | `"kyverno"` | |
| kyverno.helmRepo.tag | string | `"2.7.2-bb.0"` | |
| kyverno.helmRepo.tag | string | `"3.0.0-bb.3"` | |
| kyverno.flux | object | `{}` | Flux reconciliation overrides specifically for the Kyverno Package |
| kyverno.values | object | `{}` | Values to passthrough to the kyverno chart: https://repo1.dso.mil/big-bang/product/packages/kyverno.git |
| kyverno.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md |
......@@ -160,10 +160,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t
| kyvernoPolicies.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" |
| kyvernoPolicies.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/kyverno-policies.git"` | |
| kyvernoPolicies.git.path | string | `"./chart"` | |
| kyvernoPolicies.git.tag | string | `"1.1.0-bb.10"` | |
| kyvernoPolicies.git.tag | string | `"3.0.4-bb.0"` | |
| kyvernoPolicies.helmRepo.repoName | string | `"registry1"` | |
| kyvernoPolicies.helmRepo.chartName | string | `"kyverno-policies"` | |
| kyvernoPolicies.helmRepo.tag | string | `"1.1.0-bb.10"` | |
| kyvernoPolicies.helmRepo.tag | string | `"3.0.4-bb.0"` | |
| kyvernoPolicies.flux | object | `{}` | Flux reconciliation overrides specifically for the Kyverno Package |
| kyvernoPolicies.values | object | `{}` | Values to passthrough to the kyverno policies chart: https://repo1.dso.mil/big-bang/product/packages/kyverno-policies.git |
| kyvernoPolicies.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md |
......@@ -210,10 +210,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t
| fluentbit.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" |
| fluentbit.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/fluentbit.git"` | |
| fluentbit.git.path | string | `"./chart"` | |
| fluentbit.git.tag | string | `"0.37.0-bb.0"` | |
| fluentbit.git.tag | string | `"0.37.0-bb.1"` | |
| fluentbit.helmRepo.repoName | string | `"registry1"` | |
| fluentbit.helmRepo.chartName | string | `"fluentbit"` | |
| fluentbit.helmRepo.tag | string | `"0.37.0-bb.0"` | |
| fluentbit.helmRepo.tag | string | `"0.37.0-bb.1"` | |
| fluentbit.flux | object | `{}` | Flux reconciliation overrides specifically for the Fluent-Bit Package |
| fluentbit.values | object | `{}` | Values to passthrough to the fluentbit chart: https://repo1.dso.mil/big-bang/product/packages/fluentbit.git |
| fluentbit.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md |
......@@ -394,10 +394,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t
| addons.gitlab.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" |
| addons.gitlab.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/gitlab.git"` | |
| addons.gitlab.git.path | string | `"./chart"` | |
| addons.gitlab.git.tag | string | `"7.3.1-bb.0"` | |
| addons.gitlab.git.tag | string | `"7.3.4-bb.0"` | |
| addons.gitlab.helmRepo.repoName | string | `"registry1"` | |
| addons.gitlab.helmRepo.chartName | string | `"gitlab"` | |
| addons.gitlab.helmRepo.tag | string | `"7.3.1-bb.0"` | |
| addons.gitlab.helmRepo.tag | string | `"7.3.4-bb.0"` | |
| addons.gitlab.flux | object | `{}` | Flux reconciliation overrides specifically for the Gitlab Package |
| addons.gitlab.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". |
| addons.gitlab.sso.enabled | bool | `false` | Toggle OIDC SSO for Gitlab on and off. Enabling this option will auto-create any required secrets. |
......@@ -425,10 +425,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t
| addons.gitlabRunner.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" |
| addons.gitlabRunner.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/gitlab-runner.git"` | |
| addons.gitlabRunner.git.path | string | `"./chart"` | |
| addons.gitlabRunner.git.tag | string | `"0.52.0-bb.4"` | |
| addons.gitlabRunner.git.tag | string | `"0.52.0-bb.6"` | |
| addons.gitlabRunner.helmRepo.repoName | string | `"registry1"` | |
| addons.gitlabRunner.helmRepo.chartName | string | `"gitlab-runner"` | |
| addons.gitlabRunner.helmRepo.tag | string | `"0.52.0-bb.4"` | |
| addons.gitlabRunner.helmRepo.tag | string | `"0.52.0-bb.6"` | |
| addons.gitlabRunner.flux | object | `{}` | Flux reconciliation overrides specifically for the Gitlab Runner Package |
| addons.gitlabRunner.values | object | `{}` | Values to passthrough to the gitlab runner chart: https://repo1.dso.mil/big-bang/product/packages/gitlab-runner.git |
| addons.gitlabRunner.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md |
......@@ -480,10 +480,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t
| addons.fortify.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" |
| addons.fortify.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/fortify.git"` | |
| addons.fortify.git.path | string | `"./chart"` | |
| addons.fortify.git.tag | string | `"0.2.0-bb.14"` | |
| addons.fortify.git.tag | string | `"0.2.0-bb.19"` | |
| addons.fortify.helmRepo.repoName | string | `"registry1"` | |
| addons.fortify.helmRepo.chartName | string | `"fortify"` | |
| addons.fortify.helmRepo.tag | string | `"0.2.0-bb.14"` | |
| addons.fortify.helmRepo.tag | string | `"0.2.0-bb.19"` | |
| addons.fortify.flux | object | `{}` | Flux reconciliation overrides specifically for the Fortify Package |
| addons.fortify.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". |
| addons.fortify.sso.enabled | bool | `false` | Toggle SSO for Harbor on and off |
......
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