Skip to content

Commit

Permalink
chore(main): release 10.6.0-uds.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 9, 2024
1 parent 1bf8f62 commit 7a7ca6a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.6.0-uds.1"
".": "10.6.0-uds.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [10.6.0-uds.2](https://github.com/defenseunicorns/uds-package-sonarqube/compare/v10.6.0-uds.1...v10.6.0-uds.2) (2024-10-09)


### Bug Fixes

* validate package with full resource name ([#116](https://github.com/defenseunicorns/uds-package-sonarqube/issues/116)) ([1bf8f62](https://github.com/defenseunicorns/uds-package-sonarqube/commit/1bf8f62227c69d16ec871d998c3a94367e0e5720))


### Miscellaneous

* remove outdated readme note about using the registry1 chart ([#115](https://github.com/defenseunicorns/uds-package-sonarqube/issues/115)) ([21bebaf](https://github.com/defenseunicorns/uds-package-sonarqube/commit/21bebaf303860102ab3889cfecc9225607b750d3))
* update reference in preparation for image publish ([#113](https://github.com/defenseunicorns/uds-package-sonarqube/issues/113)) ([cc24c60](https://github.com/defenseunicorns/uds-package-sonarqube/commit/cc24c606eb81cbb7782977ac23f41d057a8064cf))

## [10.6.0-uds.1](https://github.com/defenseunicorns/uds-package-sonarqube/compare/v10.6.0-uds.0...v10.6.0-uds.1) (2024-08-06)


Expand Down
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: sonarqube-test
description: A UDS bundle for deploying Sonarqube and it's dependencies on a development cluster
# x-release-please-start-version
version: 10.6.0-uds.1
version: 10.6.0-uds.2
# x-release-please-end

packages:
Expand Down Expand Up @@ -36,7 +36,7 @@ packages:
- name: sonarqube
path: ../
# x-release-please-start-version
ref: 10.6.0-uds.1
ref: 10.6.0-uds.2
# x-release-please-end
overrides:
sonarqube:
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "10.6.0-uds.1"
version: "10.6.0-uds.2"
# x-release-please-end
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.6.0-uds.1
10.6.0-uds.2
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: sonarqube
description: "UDS Sonarqube package"
# x-release-please-start-version
version: "10.6.0-uds.1"
version: "10.6.0-uds.2"
# x-release-please-end

variables:
Expand Down

0 comments on commit 7a7ca6a

Please sign in to comment.