Skip to content

Commit

Permalink
Merge pull request #10 from defenseunicorns/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main
  • Loading branch information
Michael-Kruggel authored May 3, 2024
2 parents a2a0bad + cd64acd commit 5271a6c
Show file tree
Hide file tree
Showing 6 changed files with 29 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.1.0-uds.1"
".": "5.1.8-uds.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## [5.1.8-uds.0](https://github.com/defenseunicorns/uds-package-jenkins/compare/v5.1.0-uds.1...v5.1.8-uds.0) (2024-05-03)


### Features

* Jenkins works again ([b8e14ce](https://github.com/defenseunicorns/uds-package-jenkins/commit/b8e14ce88a4e5404d8ae5dd1a18795f28caab49f))
* updated workflows and linter ([ff9ed06](https://github.com/defenseunicorns/uds-package-jenkins/commit/ff9ed06806e50732533f987fffb01039ed332faa))


### Bug Fixes

* added missing file ([c97d374](https://github.com/defenseunicorns/uds-package-jenkins/commit/c97d374d781610f44876030fea6eaa7330e7a72a))
* lint ([d7748d8](https://github.com/defenseunicorns/uds-package-jenkins/commit/d7748d85c5e721dd8612216c1e101da3843f3fb0))
* runner ([b956b71](https://github.com/defenseunicorns/uds-package-jenkins/commit/b956b71c8d0edc7d625c8cc81ff2ebac31f9b6ca))


### Miscellaneous

* release 5.1.8-uds.0 ([a2a0bad](https://github.com/defenseunicorns/uds-package-jenkins/commit/a2a0bade8f2d510f8fe3efb5892f04ed08543bf1))
* remove upstream references ([f138297](https://github.com/defenseunicorns/uds-package-jenkins/commit/f13829760bf95db51e970620416730cc62c6539f))
* Updating tasks ([c14cee2](https://github.com/defenseunicorns/uds-package-jenkins/commit/c14cee2241b4000473bdc9a7a0f9275e8de13b63))

## [5.1.0-uds.1](https://github.com/defenseunicorns/uds-package-jenkins/compare/v5.1.0-uds.0...v5.1.0-uds.1) (2024-04-03)


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

packages:
- name: jenkins
path: ../
# x-release-please-start-version
ref: 5.1.0-uds.1
ref: 5.1.8-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.1.0-uds.1"
version: "5.1.8-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.1.0-uds.1"
version: "5.1.8-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.1.0-uds.1
5.1.8-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.1.0-uds.1"
version: "5.1.8-uds.0"
# x-release-please-end
architecture: amd64

Expand Down

0 comments on commit 5271a6c

Please sign in to comment.