Skip to content

Commit 2c31c34

Browse files
authored
Merge pull request #109 from edenlabllc/release/v2.1.0
Release/v2.1.0
2 parents 99ca602 + e343e76 commit 2c31c34

File tree

8 files changed

+27
-7
lines changed

8 files changed

+27
-7
lines changed

docs/release-notes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Cluster Deps Release Notes
22

3+
## Release v2.1.0
4+
5+
## What's new
6+
7+
- Bumped `onprem` `InfrastructureProvider` version to `v0.2.0`.
8+
- Bumped `onprem-cluster` chart version to `v0.2.0`.
9+
- Bumped `onprem-cluster` k3s version to `v1.34.4+k3s1`.
10+
11+
## Bug fixes
12+
13+
## Additional information
14+
15+
### Mandatory updates for `project.yaml`
16+
17+
### List of updated releases
18+
19+
### List of added releases
20+
21+
---
22+
323
## Release v2.0.0
424

525
## What's new

etc/deps/develop/values/clusterctl-config.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ providers:
3434
url: https://github.com/edenlabllc/cluster-api-provider-gcp/releases/v1.8.2/infrastructure-components.yaml
3535
- name: onprem
3636
type: InfrastructureProvider
37-
url: https://github.com/edenlabllc/on-premise-configurator.operators.infra/releases/v0.1.5/infrastructure-components.yaml
37+
url: https://github.com/edenlabllc/on-premise-configurator.operators.infra/releases/v0.2.0/infrastructure-components.yaml
3838

3939
variables: {}
4040
# FOO: value

etc/deps/develop/values/onprem-cluster.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ controlPlane:
4242
spec:
4343
k3sHAMode: true
4444
## Kubernetes version
45-
version: v1.31.9+k3s1
45+
version: v1.34.4+k3s1
4646

4747
## The control plane machines (k3sRole=server)
4848
machines:

etc/deps/production/values/clusterctl-config.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ providers:
3434
url: https://github.com/edenlabllc/cluster-api-provider-gcp/releases/v1.8.2/infrastructure-components.yaml
3535
- name: onprem
3636
type: InfrastructureProvider
37-
url: https://github.com/edenlabllc/on-premise-configurator.operators.infra/releases/v0.1.5/infrastructure-components.yaml
37+
url: https://github.com/edenlabllc/on-premise-configurator.operators.infra/releases/v0.2.0/infrastructure-components.yaml
3838

3939
variables: {}
4040
# FOO: value

etc/deps/production/values/onprem-cluster.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ controlPlane:
4242
spec:
4343
k3sHAMode: true
4444
## Kubernetes version
45-
version: v1.31.9+k3s1
45+
version: v1.34.4+k3s1
4646

4747
## The control plane machines (k3sRole=server)
4848
machines:

etc/deps/staging/values/clusterctl-config.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ providers:
3434
url: https://github.com/edenlabllc/cluster-api-provider-gcp/releases/v1.8.2/infrastructure-components.yaml
3535
- name: onprem
3636
type: InfrastructureProvider
37-
url: https://github.com/edenlabllc/on-premise-configurator.operators.infra/releases/v0.1.5/infrastructure-components.yaml
37+
url: https://github.com/edenlabllc/on-premise-configurator.operators.infra/releases/v0.2.0/infrastructure-components.yaml
3838

3939
variables: {}
4040
# FOO: value

etc/deps/staging/values/onprem-cluster.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ controlPlane:
4242
spec:
4343
k3sHAMode: true
4444
## Kubernetes version
45-
version: v1.31.9+k3s1
45+
version: v1.34.4+k3s1
4646

4747
## The control plane machines (k3sRole=server)
4848
machines:

helmfile.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ releases:
211211
- name: onprem-cluster
212212
namespace: capop-{{ env "NAME" }}
213213
chart: "{{`{{ .Release.Labels.repo }}`}}/onprem-cluster"
214-
version: 0.1.4
214+
version: 0.2.0
215215
labels:
216216
cluster: onprem
217217
installed: {{ eq (env "CAPI_CLUSTER" | default "false") "true" }}

0 commit comments

Comments
 (0)