Skip to content

Commit

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

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

## [5.4.0-uds.0](https://github.com/defenseunicorns/uds-package-jenkins/compare/v5.3.1-uds.0...v5.4.0-uds.0) (2024-07-19)


### Features

* Add prometheus integration to jenkins ([04b3db1](https://github.com/defenseunicorns/uds-package-jenkins/commit/04b3db1a90be3e84f85fe38fb874d57b06468fce))
* adds playwright test to create a basic pipeline and check if it succeeds ([899ec5f](https://github.com/defenseunicorns/uds-package-jenkins/commit/899ec5f8642aa2862ae1b42ef7e4ea36436b16aa))
* update codeowners and updated name for sso client id ([89e51c5](https://github.com/defenseunicorns/uds-package-jenkins/commit/89e51c5fc9f10c5097ac6dbddd5465b313ce83fa))


### Bug Fixes

* fixed task ([4a2ed1a](https://github.com/defenseunicorns/uds-package-jenkins/commit/4a2ed1a58c574d04cf6cb45ae4d2413d7f9bbf64))
* removed unicorn flavor ([3c8d2cd](https://github.com/defenseunicorns/uds-package-jenkins/commit/3c8d2cd1860b5bc7535865e8bd731a7e9ef31932))


### Miscellaneous

* **deps:** update jenkins package dependencies ([ed2a333](https://github.com/defenseunicorns/uds-package-jenkins/commit/ed2a333d206c12da5069ca4657a8137a60348b97))
* **deps:** update jenkins support dependencies ([cbc26df](https://github.com/defenseunicorns/uds-package-jenkins/commit/cbc26df7def2637141fac2752ca78939b95b0a9c))

## [5.3.1-uds.0](https://github.com/defenseunicorns/uds-package-jenkins/compare/v5.3.1-uds.0...v5.3.1-uds.0) (2024-06-27)


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,12 +3,12 @@ metadata:
name: jenkins-test
description: A UDS bundle for deploying jenkins and it's dependencies on a development cluster
# x-release-please-start-version
version: 5.3.1-uds.0
version: 5.4.0-uds.0
# x-release-please-end

packages:
- name: jenkins
path: ../
# x-release-please-start-version
ref: 5.3.1-uds.0
ref: 5.4.0-uds.0
# 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: "5.3.1-uds.0"
version: "5.4.0-uds.0"
# 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: "5.3.1-uds.0"
version: "5.4.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 @@
5.3.1-uds.0
5.4.0-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: jenkins
description: "UDS Jenkins package"
# x-release-please-start-version
version: "5.3.1-uds.0"
version: "5.4.0-uds.0"
# x-release-please-end
architecture: amd64

Expand Down

0 comments on commit e5741c1

Please sign in to comment.