Skip to content

Commit

Permalink
Merge pull request #44 from defenseunicorns/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main
  • Loading branch information
Michael-Kruggel authored Sep 9, 2024
2 parents f8a2a70 + 6328499 commit 44ac481
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 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 @@
{
".": "1.21.1-uds.0"
".": "1.21.2-uds.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [1.21.2-uds.0](https://github.com/defenseunicorns/uds-package-jira/compare/v1.21.1-uds.0...v1.21.2-uds.0) (2024-09-09)


### Miscellaneous

* **deps:** update jira package dependencies ([c356e79](https://github.com/defenseunicorns/uds-package-jira/commit/c356e79650658da6bd0659744ca92acb6b9cc5a9))
* release 1.21.2-uds.0 ([f8a2a70](https://github.com/defenseunicorns/uds-package-jira/commit/f8a2a708778a59b461c1e2f5889ccb192f57ffce))

## [1.21.1-uds.0](https://github.com/defenseunicorns/uds-package-jira/compare/v1.20.1-uds.0...v1.21.1-uds.0) (2024-09-09)


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: jira-test
description: A UDS bundle for deploying jira and it's dependencies on a development cluster
# x-release-please-start-version
version: 1.21.1-uds.0
version: 1.21.2-uds.0
# x-release-please-end

packages:
Expand All @@ -29,7 +29,7 @@ packages:
- name: jira
path: ../
# x-release-please-start-version
ref: 1.21.1-uds.0
ref: 1.21.2-uds.0
# x-release-please-end
overrides:
jira:
Expand Down
4 changes: 2 additions & 2 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "1.21.1-uds.0"
version: "1.21.2-uds.0"
# x-release-please-end

- name: test-bundle
Expand All @@ -36,5 +36,5 @@ tasks:
task: publish:test-bundle
with:
# x-release-please-start-version
version: "1.21.1-uds.0"
version: "1.21.2-uds.0"
# x-release-please-end
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.1-uds.0
1.21.2-uds.0
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: jira
description: "UDS Jira package"
# x-release-please-start-version
version: "1.21.1-uds.0"
version: "1.21.2-uds.0"
# x-release-please-end
variables:
- name: JIRA_DB_NAME
Expand Down

0 comments on commit 44ac481

Please sign in to comment.