Skip to content

Commit

Permalink
chore(main): release 0.5.1 (#51)
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 Jul 20, 2024
1 parent 228d784 commit 784b59f
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 15 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 @@
{
".": "0.5.0"
".": "0.5.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.1](https://github.com/justinthelaw/uds-rke2/compare/v0.5.0...v0.5.1) (2024-07-20)


### Bug Fixes

* dev and latest release workflow reversed ([#52](https://github.com/justinthelaw/uds-rke2/issues/52)) ([228d784](https://github.com/justinthelaw/uds-rke2/commit/228d784d0337fa7fbd4d9179fcce82e9f436abe5))
* release workflow with artifact clean ([#50](https://github.com/justinthelaw/uds-rke2/issues/50)) ([1e13d22](https://github.com/justinthelaw/uds-rke2/commit/1e13d2241d799d565e18a48486a1c4c3a311bdc8))

## [0.5.0](https://github.com/justinthelaw/uds-rke2/compare/v0.4.2...v0.5.0) (2024-07-20)


Expand Down
6 changes: 3 additions & 3 deletions bundles/latest/local-path-core/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: uds-rke2-local-path-core
description: "A UDS bundle for bootstrapping an RKE2 cluster and installing UDS Core services"
# x-release-please-start-version
version: "0.5.0"
version: "0.5.1"
# x-release-please-end
architecture: amd64

Expand All @@ -15,7 +15,7 @@ packages:
description: "Deploys the UDS RKE2 Zarf package"
repository: ghcr.io/justinthelaw/packages/uds/uds-rke2
# x-release-please-start-version
ref: "0.5.0"
ref: "0.5.1"
# x-release-please-end

- name: local-path-init
Expand All @@ -36,7 +36,7 @@ packages:
description: "Deploys the UDS RKE2 base infrastructure Zarf package"
repository: ghcr.io/justinthelaw/packages/uds/uds-rke2/infrastructure
# x-release-please-start-version
ref: "0.5.0"
ref: "0.5.1"
# x-release-please-end
overrides:
infrastructure:
Expand Down
2 changes: 1 addition & 1 deletion docs/MINIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ packages:
- name: minio
repository: ghcr.io/justinthelaw/packages/minio
# x-release-please-start-version
ref: "0.5.0"
ref: "0.5.1"
# x-release-please-end
overrides:
minio:
Expand Down
2 changes: 1 addition & 1 deletion packages/local-path/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package:
create:
set:
# x-release-please-start-version
version: "0.5.0"
version: "0.5.1"
# x-release-please-end

storage_configuration_values_file: values/storage-configuration-values.yaml
2 changes: 1 addition & 1 deletion packages/minio/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package:
create:
set:
# x-release-please-start-version
version: "0.5.0"
version: "0.5.1"
# x-release-please-end
2 changes: 1 addition & 1 deletion packages/nvidia-gpu-operator/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package:
create:
set:
# x-release-please-start-version
version: "0.5.0"
version: "0.5.1"
# x-release-please-end
2 changes: 1 addition & 1 deletion packages/rook-ceph/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package:
create:
set:
# x-release-please-start-version
version: "0.5.0"
version: "0.5.1"
# x-release-please-end
cluster_configuration: "multi-node"
2 changes: 1 addition & 1 deletion packages/uds-rke2/infrastructure/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: uds-rke2-infrastructure
description: UDS RKE2 infrastructure chart
type: application
version: 0.5.0
version: 0.5.1
2 changes: 1 addition & 1 deletion packages/uds-rke2/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package:
create:
set:
# x-release-please-start-version
version: "0.5.0"
version: "0.5.1"
# x-release-please-end

# TODO: renovate setup
Expand Down
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variables:
- name: VERSION
description: "Explicitly set the version, overriding the official release tag"
# x-release-please-start-version
default: "0.5.0"
default: "0.5.1"
# x-release-please-end

# Explicitly set these environment variables to change the defaults
Expand Down
2 changes: 1 addition & 1 deletion tasks/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: VERSION
description: "Explicitly set the version, overriding the official release tag"
# x-release-please-start-version
default: "0.5.0"
default: "0.5.1"
# x-release-please-end

- name: CREATE_OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: VERSION
description: "Explicitly set the version, overriding the official release tag"
# x-release-please-start-version
default: "0.5.0"
default: "0.5.1"
# x-release-please-end

- name: JOIN_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: VERSION
description: "Explicitly set the version, overriding the official release tag"
# x-release-please-start-version
default: "0.5.0"
default: "0.5.1"
# x-release-please-end

- name: PUBLISH_OPTIONS
Expand Down

0 comments on commit 784b59f

Please sign in to comment.