UNCLASSIFIED - NO CUI

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

Merge branch 'cherry-pick-00bf8ea7' into 'master'

Docs updates for 2.0.1

See merge request !2714
parents 9d6736fc 164b465e
No related branches found
No related tags found
1 merge request!2714Docs updates for 2.0.1
Pipeline #1706426 passed
......@@ -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.0.1]
- [!2713](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/2713): Bug fix for Gitlab chart backup job template
- [!2712](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/2712): Bug fix for Gitlab Runner network policy ranging template
- [!2707](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/2707): Bug fix for missing Monitoring SSO keys in schema
- [!2703](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/2703): Bug fix for Mattermost and Nexus HelmRepos
## [2.0.0]
- [!2.0.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.0.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.0.0
tag: 2.0.1
apiVersion: v2
name: bigbang
version: 2.0.0
version: 2.0.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.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.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.
......@@ -300,7 +300,7 @@ To start using Big Bang, you will need to create your own Big Bang environment t
| monitoring.sso.grafana.client_id | string | `""` | Grafana OIDC client ID |
| monitoring.sso.grafana.client_secret | string | `""` | Grafana OIDC client secret |
| monitoring.sso.grafana.scopes | string | `""` | Grafana OIDC client scopes, comma separated, see https://grafana.com/docs/grafana/latest/auth/generic-oauth/ |
| monitoring.sso.grafana.allow_sign_up | string | `"true"` | |
| monitoring.sso.grafana.allow_sign_up | bool | `true` | |
| monitoring.sso.grafana.role_attribute_path | string | `"Viewer"` | |
| monitoring.values | object | `{}` | Values to passthrough to the monitoring chart: https://repo1.dso.mil/big-bang/product/packages/monitoring.git |
| monitoring.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md |
......@@ -381,10 +381,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 | `"6.10.0-bb.0"` | |
| addons.gitlab.git.tag | string | `"6.10.0-bb.1"` | |
| addons.gitlab.helmRepo.repoName | string | `"registry1"` | |
| addons.gitlab.helmRepo.chartName | string | `"gitlab"` | |
| addons.gitlab.helmRepo.tag | string | `"6.10.0-bb.0"` | |
| addons.gitlab.helmRepo.tag | string | `"6.10.0-bb.1"` | |
| 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. |
......@@ -411,10 +411,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.51.0-bb.0"` | |
| addons.gitlabRunner.git.tag | string | `"0.51.0-bb.1"` | |
| addons.gitlabRunner.helmRepo.repoName | string | `"registry1"` | |
| addons.gitlabRunner.helmRepo.chartName | string | `"gitlab-runner"` | |
| addons.gitlabRunner.helmRepo.tag | string | `"0.51.0-bb.0"` | |
| addons.gitlabRunner.helmRepo.tag | string | `"0.51.0-bb.1"` | |
| 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 |
......
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