UNCLASSIFIED

CHANGELOG.md 3.69 KB
Newer Older
Micah Nagel's avatar
Micah Nagel committed
1 2 3 4 5
# 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).

---
6

bhearn's avatar
bhearn committed
7 8 9 10 11
## [1.12.16-bb.2]
### Changed
- Separated network policies for required egress
- Updated Redis dependency to 14.1.0-bb.1

12 13 14 15
## [1.12.16-bb.1]
### Fixed
- allow-istio network policy fixed to remove duplicate ports

bhearn's avatar
bhearn committed
16 17 18 19 20
## [1.12.16-bb.0]
### Changed
- Bumped upstream chart version to 1.12.16
- Fixed insecure SAML configuration issue

bhearn's avatar
bhearn committed
21 22 23 24 25 26
## [1.12.15-bb.1]
### Changed
- Updated Redis dependency to 14.1.0-bb.0
### UPGRADE NOTICE
- A clean upgrade job will run which requires complete deletion of the previous redis instance, which means downtime can be expected for Anchore Enterprise UI users. Multiple values were changed and shifted around - most importantly `anchore-ui-redis.password` is now `anchore-ui-redis.auth.password`. By default your old password (whatever is in the secret) will be used and will override any values specified

27 28 29 30 31 32 33 34 35 36
## [1.12.15-bb.0]
### Changed
- Updated docs for BB documentation standards
- Added optional network policies
- Bumped upstream chart version to 1.12.15
- Bumped Anchore Engine image version to 0.9.4 from Registry1
- Bumped Anchore Enterprise image version to 3.0.3 from Registry1
- Bumped Anchore Enterprise UI image version to 3.0.3 from Registry1

## [1.12.13-bb.0]
37 38 39 40
### Changed
- Added Helm bash testing for API using approved Iron Bank image
- Bumped upstream chart version to 1.12.13
- Bumped Anchore Enterprise UI image version to 3.0.2 from Registry1
Micah Nagel's avatar
Micah Nagel committed
41

bhearn's avatar
bhearn committed
42 43 44 45
## [1.12.7-bb.3]
### Fixed
- Updated delete policies to db secrets to handle helm errors

bhearn's avatar
bhearn committed
46
## [1.12.7-bb.2]
47
### Changed
bhearn's avatar
bhearn committed
48
- Added secrets and jobs for automated external Postgres database creation and user/password synchronization
bhearn's avatar
bhearn committed
49 50
- Updated virtual services and values.yaml to allow for customizable gateways and hosts
- Updated docs around dependencies
bhearn's avatar
bhearn committed
51
- Added docs/Affinity.md
bhearn's avatar
bhearn committed
52 53 54

## [1.12.7-bb.1]
### Fixed
55 56
- Dependency Chart Syntax Fixes

57 58 59 60 61 62
## [1.12.7-bb.0]
### Changed
- Bumped upstream chart version to 1.12.7
- Bumped Anchore Engine image version to 0.9.3 from Registry1
- Bumped Anchore Enterprise image version to 3.0.2 from Registry1 (Anchore Enterprise UI is remaining at 3.0.1)

bhearn's avatar
bhearn committed
63 64 65 66 67
## [1.12.4-bb.1]
### Changed
- Replaced Bitnami redis chart with Big Bang redis chart
- Removed Redis values in chart/values.yaml so HA Redis defaults are used for internal Redis deployments

bhearn's avatar
bhearn committed
68 69 70 71 72 73
## [1.12.4-bb.0]
### Changed
- Bumped upstream chart version to 1.12.4
- Bumped Anchore Engine image version to 0.9.2 from Registry1
- Bumped Anchore Enterprise image versions to 3.0.1 from Registry1

74 75 76
## [1.12.2-bb.0]
### Changed
- Bumped upstream chart version to 1.12.2
bhearn's avatar
bhearn committed
77
- Bumped Anchore Enterprise image versions to 3.0.0 from Registry1
78 79 80 81 82
- BREAKING UPDATE (SSO): When upgrading from 1.11.0-bb.3 and using SSO, manual config is required. See the note in the [Keycloak Docs](./docs/KEYCLOAK.md#anchore-1122-bb0-upgrade).

### Fixed
- Fixed an upgrade bug caused by sso job not being removed

Micah Nagel's avatar
Micah Nagel committed
83
## [1.11.0-bb.3]
84
### Fixed
Micah Nagel's avatar
Micah Nagel committed
85 86
- Fixed an SSO bug caused by hashed passwords not being set consistently - BB Issue #135

Micah Nagel's avatar
Micah Nagel committed
87
## [1.11.0-bb.2]
88
### Changed
Micah Nagel's avatar
Micah Nagel committed
89 90
- Modified chart to handle monitoring more cleanly

91 92 93 94 95 96 97 98 99
## [1.11.0-bb.1]
### Added
- Prometheus monitoring capability (ServiceMonitor, RoleBinding, Role)

## [1.11.0-bb.0]
### Changed
- Bumped upstream chart version to 1.11.0.
- Bumped anchore engine version to v0.9.0 from registry1.

Micah Nagel's avatar
Micah Nagel committed
100 101 102 103 104 105 106
## [1.9.5-bb.2]
### Fixed
- Fixed a bug that appeared in RKE2 with the postgres deployment not having access to the data directory

## [1.9.5-bb.1]
### Added
- Pointing to upstream helm chart v1.9.5
107
- Added Ironbank images, VirtualServices, automated license secret creation and SSO integration with Keycloak