diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ab972ef..6def0c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.3-1" + ".": "8.0.3-2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a4320c4..8f139d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [8.0.3-2](https://github.com/defenseunicorns/uds-package-sonarqube/compare/v8.0.3-1...v8.0.3-2) (2024-01-16) + + +### Features + +* working upstream-ce chart flavor ([#8](https://github.com/defenseunicorns/uds-package-sonarqube/issues/8)) ([d272868](https://github.com/defenseunicorns/uds-package-sonarqube/commit/d272868043ee76c4e18b8594fa92773ce701da76)) + + +### Bug Fixes + +* update renovate reg1 creds ([#6](https://github.com/defenseunicorns/uds-package-sonarqube/issues/6)) ([7fcb652](https://github.com/defenseunicorns/uds-package-sonarqube/commit/7fcb652342dc0052d5485bb69cc19db3bb89fee3)) + + +### Miscellaneous + +* release 8.0.3-2 ([#9](https://github.com/defenseunicorns/uds-package-sonarqube/issues/9)) ([f4be7b2](https://github.com/defenseunicorns/uds-package-sonarqube/commit/f4be7b2536241415d603320d5edad8b18c871740)) + ## [8.0.3-1](https://github.com/defenseunicorns/uds-package-sonarqube/compare/v8.0.3-1...v8.0.3-1) (2024-01-11) diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index 07f4811..4226e5d 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -12,5 +12,5 @@ packages: - name: sonarqube path: ../ # x-release-please-start-version - ref: 8.0.3-1 + ref: 8.0.3-2 # x-release-please-end diff --git a/tasks/publish.yaml b/tasks/publish.yaml index c642bc1..8db8aa3 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -5,7 +5,7 @@ variables: - name: VERSION description: The version of the package to build # x-release-please-start-version - default: "8.0.3-1" + default: "8.0.3-2" # x-release-please-end tasks: diff --git a/version.txt b/version.txt index 11545f7..6bd5b29 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -8.0.3-1 +8.0.3-2 diff --git a/zarf.yaml b/zarf.yaml index 0c0116a..917e147 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -4,7 +4,7 @@ metadata: name: sonarqube description: "UDS Sonarqube package" # x-release-please-start-version - version: "8.0.3-1" + version: "8.0.3-2" # x-release-please-end architecture: amd64