UNCLASSIFIED

CHANGELOG.md 3.33 KB
Newer Older
Branden Cobb's avatar
Branden Cobb committed
1 2 3
# 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).
Branden Cobb's avatar
Branden Cobb committed
4
---
Branden Cobb's avatar
Branden Cobb committed
5 6 7 8 9
## [3.4.0-bb.14]
### Changed
- Updated constraint `no-privileged-containers` enforcement to default deny
- added exception for logging namespace to no-privileged-containers constraint

10 11 12 13 14
## [3.4.0-bb.13]
### Changed
- Updated constraint `banned-image-tags` enforcement to default deny
- added violation to constraintTemplate `k8sbannedimagetags` to not allow containers with no specified tag

Ernest Chuang's avatar
Ernest Chuang committed
15 16 17 18
## [3.4.0-bb.12]
### Changed
- Changed nosysctls policy to deny

19 20 21 22 23
## [3.4.0-bb.11]
### Changed
- Reverted constraint `pods-have-istio` enforcement to default dryrun
- Fixed podsHaveIstio disallowed regex sidecar.istio.io/inject to false and exclude istio-system namespace

Kavitha Thulasiraman's avatar
Kavitha Thulasiraman committed
24 25 26 27
## [3.4.0-bb.10]
### Changed
- Remove flexVolume and hostPath as default allowable for allowedFlexVolume constraint

28 29 30 31
## [3.4.0-bb.9]
### Changed
- Updated constraint  `pods-have-istio` enforcement to default deny

32 33 34 35
## [3.4.0-bb.8]
### Modified
- Modified the default enforcement action of allowed-flex-volumes to deny

Joshua Carnes's avatar
Joshua Carnes committed
36 37 38 39 40 41
## [3.4.0-bb.7]
### Added
- Added network policies to lock down egress/ingress
### Changed
- Move tests from bb-test-lib to gluon

Branden Cobb's avatar
Branden Cobb committed
42 43 44 45
## [3.4.0-bb.6]
### Modified
- Modified the default enforcement action of allowProcMount to deny.

Ernest Chuang's avatar
Ernest Chuang committed
46 47 48 49
## [3.4.0-bb.5]
### Changed
- Changed allowed-ips constraint to deny

50 51 52 53
## [3.4.0-bb.4]
### Changed
- Changed names of all constraints so that during upgrade, cluster-auditor will not delete them.

54 55 56
## [3.4.0-bb.3]
### Changed
- Updated CI values to only include 'default' namespace for deny actions
57 58 59 60 61 62 63 64 65
## [3.4.0-bb.2]
### Added
- `K8sDenySADefault` constraint template.
- `K8sDenySADefault` constraint
- Added `ServiceAccount` for good pod testing
### Changed
- Removed `K8sDenyServiceAccountTokentAutoMount` constraint template
- Updated test script to account for added SA.

66 67 68 69 70 71 72 73
## [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
74 75 76 77 78
## [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:
Joshua Carnes's avatar
Joshua Carnes committed
79
  - Removal of Helm v2 support. See [upgrade instructions](https://github.com/open-policy-agent/gatekeeper/blob/master/charts/gatekeeper/README.md#upgrade-chart)
michaelmcleroy's avatar
michaelmcleroy committed
80 81 82 83
  - 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
84
## [3.3.0-bb.5] - 2021-06-14
Kavitha Thulasiraman's avatar
Kavitha Thulasiraman committed
85 86 87
Remove constraint templates K8sRequiredDeploymentLabels & K8sRequiredIronBankImages.
The constraint templates are replaced with K8sRequiredLabelValues & K8sAllowedRepos

Tunde Oladipupo's avatar
Tunde Oladipupo committed
88 89 90 91 92 93
## [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
94 95 96
## [3.3.0-bb.3] - 2021-06-03
More Constraint Templates

97 98 99
## [3.3.0-bb.2] - 2021-05-27
Added Constraint Templates

Tunde Oladipupo's avatar
Tunde Oladipupo committed
100 101 102
## [3.3.0-bb.1] - 2021-05-17
Added helm test

Branden Cobb's avatar
Branden Cobb committed
103 104 105 106
## [3.3.0-bb.0] - 2021-04-09
Added changelog

update chart and image to v3.3.0