Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 107.78.0-uds.0 #12

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "107.77.12-uds.0"
".": "107.78.0-uds.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [107.78.0-uds.0](https://github.com/defenseunicorns/uds-package-artifactory/compare/v107.77.12-uds.0...v107.78.0-uds.0) (2024-06-07)


### Features

* update chart to 107.84.12 ([#13](https://github.com/defenseunicorns/uds-package-artifactory/issues/13)) ([3529471](https://github.com/defenseunicorns/uds-package-artifactory/commit/3529471ee06f7946fa919703f84c571e6c8772da))


### Bug Fixes

* Remove Upgrade test ([bbea24b](https://github.com/defenseunicorns/uds-package-artifactory/commit/bbea24b87964213811d01b992299e7afd34d1ddf))

## [107.77.12-uds.0](https://github.com/defenseunicorns/uds-package-artifactory/compare/v107.77.7-uds.0...v107.77.12-uds.0) (2024-05-09)


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

packages:
Expand All @@ -29,5 +29,5 @@ packages:
- name: artifactory
path: ../
# x-release-please-start-version
ref: 107.77.12-uds.0
ref: 107.78.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: "107.77.12-uds.0"
version: "107.78.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: "107.77.12-uds.0"
version: "107.78.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 @@
107.77.12-uds.0
107.78.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: artifactory
description: "UDS Artifactory package"
# x-release-please-start-version
version: "107.77.12-uds.0"
version: "107.78.0-uds.0"
# x-release-please-end
architecture: amd64
variables:
Expand Down