Skip to content

Commit

Permalink
chore(main): release 10.3.0-uds.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 19, 2024
1 parent 445fe33 commit 985a9a4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 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 @@
{
".": "10.3.0-uds.0"
".": "10.3.0-uds.1"
}
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.

## [10.3.0-uds.1](https://github.com/defenseunicorns/uds-package-jira/compare/v10.3.0-uds.0...v10.3.0-uds.1) (2024-12-19)


### Bug Fixes

* change from ubuntu-latest runner and write perms for publish job ([5122ca9](https://github.com/defenseunicorns/uds-package-jira/commit/5122ca95489cf14881ff4f0254b635dd555fcb84))


### Miscellaneous

* **deps:** update jira package dependencies ([#84](https://github.com/defenseunicorns/uds-package-jira/issues/84)) ([199131b](https://github.com/defenseunicorns/uds-package-jira/commit/199131bbfec252ff047d5fd9fd62e19bde36ddaf))
* **deps:** update jira support dependencies ([#83](https://github.com/defenseunicorns/uds-package-jira/issues/83)) ([a1a2635](https://github.com/defenseunicorns/uds-package-jira/commit/a1a263575a32abf2f7c9185afec8e84364b64da2))
* **deps:** update support-deps to v39.75.0 ([#87](https://github.com/defenseunicorns/uds-package-jira/issues/87)) ([445fe33](https://github.com/defenseunicorns/uds-package-jira/commit/445fe33a99e03dcda60b6842bc7c22002689b44f))

## [10.3.0-uds.0](https://github.com/defenseunicorns/uds-package-jira/compare/v10.2.0-uds.0...v10.3.0-uds.0) (2024-12-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 @@ -6,7 +6,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: 10.3.0-uds.0
version: 10.3.0-uds.1
# x-release-please-end

packages:
Expand All @@ -32,7 +32,7 @@ packages:
- name: jira
path: ../
# x-release-please-start-version
ref: 10.3.0-uds.0
ref: 10.3.0-uds.1
# x-release-please-end
overrides:
jira:
Expand Down
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: 10.3.0-uds.0
version: 10.3.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 @@
10.3.0-uds.0
10.3.0-uds.1
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: jira
description: "UDS Jira package"
# x-release-please-start-version
version: "10.3.0-uds.0"
version: "10.3.0-uds.1"
# x-release-please-end
variables:
- name: JIRA_DB_NAME
Expand Down

0 comments on commit 985a9a4

Please sign in to comment.