Skip to content

Commit

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

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

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


### Bug Fixes

* removes arm copy pasta ([8f5fee6](https://github.com/defenseunicorns/uds-package-jira/commit/8f5fee6cda6e26d1cbf05b18b02106637b161886))


### Miscellaneous

* **deps:** update jira support dependencies ([f8d18d3](https://github.com/defenseunicorns/uds-package-jira/commit/f8d18d3aa3fcb365f1013e971061e1709f60cf35))
* **deps:** update jira support dependencies ([#27](https://github.com/defenseunicorns/uds-package-jira/issues/27)) ([c025ff2](https://github.com/defenseunicorns/uds-package-jira/commit/c025ff2a96406ae708a344ffbcac2b4189a1c00b))
* release 1.20.1-uds.0 ([4a91877](https://github.com/defenseunicorns/uds-package-jira/commit/4a9187712ec7a85c488eda4bcc983038e27cc05b))

## [1.20.0-uds.2](https://github.com/defenseunicorns/uds-package-jira/compare/v1.20.0-uds.1...v1.20.0-uds.2) (2024-07-15)


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.0-uds.2
version: 1.20.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.0-uds.2
ref: 1.20.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.0-uds.2"
version: "1.20.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.0-uds.2"
version: "1.20.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.0-uds.2
1.20.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.0-uds.2"
version: "1.20.1-uds.0"
# x-release-please-end
variables:
- name: JIRA_DB_NAME
Expand Down

0 comments on commit 47ed785

Please sign in to comment.