Skip to content

Commit

Permalink
chore(main): release 1.20.0-uds.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 27, 2024
1 parent 7be8b78 commit 8af8c9a
Show file tree
Hide file tree
Showing 6 changed files with 19 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.0"
".": "1.20.0-uds.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [1.20.0-uds.1](https://github.com/defenseunicorns/uds-package-jira/compare/v1.20.0-uds.0...v1.20.0-uds.1) (2024-06-27)


### Features

* update uds-common tasks and added a local-all task ([#22](https://github.com/defenseunicorns/uds-package-jira/issues/22)) ([c883f0d](https://github.com/defenseunicorns/uds-package-jira/commit/c883f0d36064f49b1e39ea069da438cf7112bed8))


### Miscellaneous

* release 1.20.0-uds.1 ([7be8b78](https://github.com/defenseunicorns/uds-package-jira/commit/7be8b78db33ffb27712522599f5af957f810f6d6))

## [1.20.0-uds.0](https://github.com/defenseunicorns/uds-package-jira/compare/v1.19.0-uds.1...v1.20.0-uds.0) (2024-06-13)


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

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

- name: test-bundle
Expand Down Expand Up @@ -51,5 +51,5 @@ tasks:
task: publish:test-bundle
with:
# x-release-please-start-version
version: "1.20.0-uds.0"
version: "1.20.0-uds.1"
# 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.0
1.20.0-uds.1
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.0"
version: "1.20.0-uds.1"
# x-release-please-end
architecture: amd64

Expand Down

0 comments on commit 8af8c9a

Please sign in to comment.