diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9aa5a07..352ec4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d0f59..f8af502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.1.2](https://github.com/defenseunicorns/uds-capability-sonarqube/compare/v0.1.1...v0.1.2) (2023-12-01) + + +### Miscellaneous + +* Sync dev deps with releases ([406d1c8](https://github.com/defenseunicorns/uds-capability-sonarqube/commit/406d1c8be800a3a80c51855f01b43c3e68a96274)) + ## [0.1.1](https://github.com/defenseunicorns/uds-capability-sonarqube/compare/v0.1.0...v0.1.1) (2023-11-30) diff --git a/utils/pkg-deps/sonarqube/postgres/zarf.yaml b/utils/pkg-deps/sonarqube/postgres/zarf.yaml index 60f912f..d7ab946 100644 --- a/utils/pkg-deps/sonarqube/postgres/zarf.yaml +++ b/utils/pkg-deps/sonarqube/postgres/zarf.yaml @@ -3,7 +3,7 @@ kind: ZarfPackageConfig metadata: name: sonarqube-postgres # x-release-please-start-version - version: "0.1.1" + version: "0.1.2" # x-release-please-end architecture: amd64 diff --git a/zarf.yaml b/zarf.yaml index bba4c54..90616ce 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -4,7 +4,7 @@ metadata: name: sonarqube description: "UDS Sonarqube capability deployed via flux" # x-release-please-start-version - version: "0.1.1" + version: "0.1.2" # x-release-please-end architecture: amd64