Skip to content

Commit 6b137ff

Browse files
authored
Merge pull request #79 from edenlabllc/hotfix/v0.13.1
#912 - bump onprem InfrastructureProvider version to v0.1.5
2 parents 9625102 + 4cb25c5 commit 6b137ff

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

docs/release-notes.md

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

3+
## Release v0.13.1
4+
5+
## What's new
6+
7+
## Bug fixes
8+
9+
- Bumped `onprem` `InfrastructureProvider` version to `v0.1.5`.
10+
11+
## Additional information
12+
13+
### Mandatory updates for `project.yaml`
14+
15+
### List of updated releases
16+
17+
### List of added releases
18+
19+
---
20+
321
## Release v0.13.0
422

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

3939
variables: {}
4040
# FOO: value

0 commit comments

Comments
 (0)