Skip to content

Commit

Permalink
chore(main): release 1.21.1-uds.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 9, 2024
1 parent e2ecde1 commit f237af8
Show file tree
Hide file tree
Showing 6 changed files with 22 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.20.1-uds.0"
".": "1.21.1-uds.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [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)


### Features

* update charts and images ([75aaec5](https://github.com/defenseunicorns/uds-package-jira/commit/75aaec5783d2b133cebb156a16f0df0ad4f2bb82))
* update support charts and update test workflow ([5ef1c9d](https://github.com/defenseunicorns/uds-package-jira/commit/5ef1c9d95867d591cf93c4bd998acace3f275847))


### Miscellaneous

* add codeowners ([cde9a20](https://github.com/defenseunicorns/uds-package-jira/commit/cde9a20ed66d17f0b4f962bab567f38c5fa032e9))
* release 1.21.1-uds.0 ([e2ecde1](https://github.com/defenseunicorns/uds-package-jira/commit/e2ecde1528580d0b6b0cbf524492f5f1da031b7f))
* release 1.21.1-uds.0 ([923903a](https://github.com/defenseunicorns/uds-package-jira/commit/923903a30d9f7aed051dabdd800855b8dd91859d))

## [1.20.1-uds.0](https://github.com/defenseunicorns/uds-package-jira/compare/v1.20.0-uds.2...v1.20.1-uds.0) (2024-08-05)


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.20.1-uds.0
version: 1.21.1-uds.0
# x-release-please-end

packages:
Expand All @@ -29,7 +29,7 @@ packages:
- name: jira
path: ../
# x-release-please-start-version
ref: 1.20.1-uds.0
ref: 1.21.1-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.20.1-uds.0"
version: "1.21.1-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.20.1-uds.0"
version: "1.21.1-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.20.1-uds.0
1.21.1-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.20.1-uds.0"
version: "1.21.1-uds.0"
# x-release-please-end
variables:
- name: JIRA_DB_NAME
Expand Down

0 comments on commit f237af8

Please sign in to comment.