UNCLASSIFIED

Commit 8f8f01c0 authored by Ryan Garcia's avatar Ryan Garcia
Browse files

fix: bumping chart for successful upgrades

parent 0c3a95b8
Pipeline #181450 passed with stages
in 2 minutes and 54 seconds
...@@ -4,6 +4,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -4,6 +4,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
--- ---
## [1.11.0-bb.1]
### Fixed
- Fixed incorrect timing for upgrade job resource for DB schema upgrades. (helm post-upgrade hook to helm pre-upgrade hook).
## [1.11.0-bb.0]
### Changed
- Bumped upstream chart version to 1.11.0.
- Bumped anchore engine version to v0.9.0 from registry1.
## [1.9.5-bb.2] ## [1.9.5-bb.2]
### Fixed ### Fixed
- Fixed a bug that appeared in RKE2 with the postgres deployment not having access to the data directory - Fixed a bug that appeared in RKE2 with the postgres deployment not having access to the data directory
......
apiVersion: v2 apiVersion: v2
name: anchore-engine name: anchore-engine
version: 1.11.0-bb.0 version: 1.11.0-bb.1
appVersion: 0.9.0 appVersion: 0.9.0
description: Anchore container analysis and policy evaluation engine service description: Anchore container analysis and policy evaluation engine service
keywords: keywords:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment