Skip to content

Commit

Permalink
chore(main): release 10.2.0-uds.0 (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 22, 2024
1 parent 09e6d07 commit f98a25d
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.1.2-uds.0"
".": "10.2.0-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.

## [10.2.0-uds.0](https://github.com/defenseunicorns/uds-package-jira/compare/v10.1.2-uds.0...v10.2.0-uds.0) (2024-11-22)


### Features

* add ability to set user groups for access ([#74](https://github.com/defenseunicorns/uds-package-jira/issues/74)) ([dd19a6c](https://github.com/defenseunicorns/uds-package-jira/commit/dd19a6cdef3e6fbbdbafe611894bc65122a70bae))


### Miscellaneous

* **deps:** update jira package dependencies to v10.2.0 ([#77](https://github.com/defenseunicorns/uds-package-jira/issues/77)) ([5b1e779](https://github.com/defenseunicorns/uds-package-jira/commit/5b1e779f8cc404bb3a7e6de8d1a9cff4c5231399))
* **deps:** update jira support dependencies ([#76](https://github.com/defenseunicorns/uds-package-jira/issues/76)) ([d70baee](https://github.com/defenseunicorns/uds-package-jira/commit/d70baeef8d7fd4c58fae308d3a3aeeac82469eaf))
* release 10.2.0-uds.0 ([09e6d07](https://github.com/defenseunicorns/uds-package-jira/commit/09e6d07ba7b141ecf5fddfc3dc64c2ef86fa2d64))

## [10.1.2-uds.0](https://github.com/defenseunicorns/uds-package-jira/compare/v9.12.15-uds.0...v10.1.2-uds.0) (2024-11-18)


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

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

0 comments on commit f98a25d

Please sign in to comment.