From 8af8c9aec99485610bc954018ab53d626ff21541 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:28:28 +0000 Subject: [PATCH] chore(main): release 1.20.0-uds.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ bundle/uds-bundle.yaml | 4 ++-- tasks/publish.yaml | 4 ++-- version.txt | 2 +- zarf.yaml | 2 +- 6 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d54d10..558cb09 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.20.0-uds.0" + ".": "1.20.0-uds.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9003a..14a18a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index d8a0d78..ae07f7f 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -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: @@ -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 diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 4a740ae..2944ce3 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -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 @@ -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 diff --git a/version.txt b/version.txt index 71ed918..166d2ec 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.20.0-uds.0 +1.20.0-uds.1 diff --git a/zarf.yaml b/zarf.yaml index bf6c484..ac23b86 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -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