UNCLASSIFIED

CHANGELOG.md 1.59 KB
Newer Older
Branden Cobb's avatar
Branden Cobb committed
1 2 3 4
# Changelog

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).

5 6 7 8 9 10 11 12
## [3.4.0-bb.1]
### Added
- Constraints were moved from cluster-auditor to OPA gatekeeper package
### Changed
- Constraint template library split into individual files
- Constraints renamed to match values.yaml
- Constraint Templates renamed to match kind

michaelmcleroy's avatar
michaelmcleroy committed
13 14 15 16 17 18 19 20 21 22 23
## [3.4.0-bb.0]
### Added
- Common labels on Big Bang created components
### Changed
- Updated helm chart to upstream v3.4.0, which included the following notable items:
  - Removal of Helm v2 support.  See [upgrade instructions](https://github.com/open-policy-agent/gatekeeper/blob/master/charts/gatekeeper/README.md#upgrade-chart)
  - Experimental use of [Mutation](https://github.com/open-policy-agent/gatekeeper/blob/master/website/docs/mutation.md)
  - Use of helm specified namespace vs. hardcoded `gatekeeper-system`
- Update docs/ConstraintTemplates list with latest templates


Kavitha Thulasiraman's avatar
Kavitha Thulasiraman committed
24
## [3.3.0-bb.5] - 2021-06-14
Kavitha Thulasiraman's avatar
Kavitha Thulasiraman committed
25 26 27
Remove constraint templates K8sRequiredDeploymentLabels & K8sRequiredIronBankImages.
The constraint templates are replaced with K8sRequiredLabelValues & K8sAllowedRepos

Tunde Oladipupo's avatar
Tunde Oladipupo committed
28 29 30 31 32 33
## [3.3.0-bb.4] - 2021-06-11
### Fixed
- Typo in K8sDenyServiceNodePort message
- Typo in K8sNoAnnotationValues message
- Missing "service" in gatekeeper config

Tunde Oladipupo's avatar
Tunde Oladipupo committed
34 35 36
## [3.3.0-bb.3] - 2021-06-03
More Constraint Templates

37 38 39
## [3.3.0-bb.2] - 2021-05-27
Added Constraint Templates

Tunde Oladipupo's avatar
Tunde Oladipupo committed
40 41 42
## [3.3.0-bb.1] - 2021-05-17
Added helm test

Branden Cobb's avatar
Branden Cobb committed
43 44 45 46
## [3.3.0-bb.0] - 2021-04-09
Added changelog

update chart and image to v3.3.0