Skip to content

Commit 00e88f3

Browse files
authored
Merge pull request #73 from edenlabllc/release/v0.12.0
Release/v0.12.0
2 parents 136fe0a + 72b092d commit 00e88f3

5 files changed

Lines changed: 30 additions & 4 deletions

File tree

docs/release-notes.md

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

3+
## Release v0.12.0
4+
5+
## What's new
6+
7+
- Bumped `onprem` `InfrastructureProvider` version to `v0.1.3`.
8+
- Bumped `helmfile.hooks.infra` version to `v1.34.2`.
9+
10+
## Bug fixes
11+
12+
## Additional information
13+
14+
### Mandatory updates for `project.yaml`
15+
16+
```yaml
17+
inventory:
18+
hooks:
19+
helmfile.hooks.infra:
20+
version: v1.34.2
21+
```
22+
23+
### List of updated releases
24+
25+
### List of added releases
26+
27+
---
28+
329
## Release v0.11.3
430
531
## 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.2/infrastructure-components.yaml
37+
url: https://github.com/edenlabllc/on-premise-configurator.operators.infra/releases/v0.1.3/infrastructure-components.yaml
3838

3939
variables: {}
4040
# FOO: value

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.2/infrastructure-components.yaml
37+
url: https://github.com/edenlabllc/on-premise-configurator.operators.infra/releases/v0.1.3/infrastructure-components.yaml
3838

3939
variables: {}
4040
# FOO: value

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.2/infrastructure-components.yaml
37+
url: https://github.com/edenlabllc/on-premise-configurator.operators.infra/releases/v0.1.3/infrastructure-components.yaml
3838

3939
variables: {}
4040
# FOO: value

project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inventory:
2626
url: https://github.com/jkroepke/helm-secrets
2727
hooks:
2828
helmfile.hooks.infra:
29-
version: v1.34.1
29+
version: v1.34.2
3030
url: git::https://github.com/edenlabllc/{{.Name}}.git?ref={{.Version}}
3131
tools:
3232
clusterctl:

0 commit comments

Comments
 (0)