Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#48)
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 ac020d1 commit f3e2e0d
Show file tree
Hide file tree
Showing 14 changed files with 27 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.4.2"
".": "0.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* nvidia gpu operator and ca signed tls certs ([#39](https://github.com/justinthelaw/uds-rke2/issues/39)) ([3b8ec24](https://github.com/justinthelaw/uds-rke2/commit/3b8ec2476d41d5bd82920f4556d257fe89b10602))


### Bug Fixes

* release please for nvidia gpu operator ([#49](https://github.com/justinthelaw/uds-rke2/issues/49)) ([ac020d1](https://github.com/justinthelaw/uds-rke2/commit/ac020d1bb8c06e1ec34d8138cd7a58879b0e0c51))

## [0.4.2](https://github.com/justinthelaw/uds-rke2/compare/v0.4.1...v0.4.2) (2024-06-14)


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.4.2"
version: "0.5.0"
# 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.4.2"
ref: "0.5.0"
# 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.4.2"
ref: "0.5.0"
# 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.4.2"
ref: "0.5.0"
# 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.4.2"
version: "0.5.0"
# 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.4.2"
version: "0.5.0"
# 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.4.2"
version: "0.5.0"
# 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.4.2"
version: "0.5.0"
# 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.4.2
version: 0.5.0
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.4.2"
version: "0.5.0"
# 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.4.2"
default: "0.5.0"
# 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.4.2"
default: "0.5.0"
# 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.4.2"
default: "0.5.0"
# 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.4.2"
default: "0.5.0"
# x-release-please-end

- name: PUBLISH_OPTIONS
Expand Down

0 comments on commit f3e2e0d

Please sign in to comment.