Skip to content

Commit

Permalink
Bump cluster-operator prerrelease (kubernetes-sigs#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-0 authored Dec 1, 2023
1 parent 7ccffe5 commit d7080a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 0.17.0-0.3.5 (2023-12-1)
## 0.17.0-0.3.5 (upcoming)

*[Core] Added cluster-autoscaler annotation to evict local volumes
* [Core] Add coredns PDB
* [Core] Add cluster-autoscaler annotations to evict local volumes

## 0.17.0-0.3.4 (2023-11-17)

Expand Down
4 changes: 2 additions & 2 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ core:
cluster-api: v1.5.1
capi-kubeadm-bootstrap-system: v1.5.1
capi-kubeadm-control-plane-system: v1.5.1
cluster-operator-chart: v0.1.4
cluster-operator: v0.1.4
cluster-operator-chart: v0.1.5-27a310c
cluster-operator: v0.1.5-27a310c
calico:
calicoctl: v3.26.1
tigera-operator: v1.30.5
Expand Down
4 changes: 2 additions & 2 deletions pkg/cluster/internal/create/actions/createworker/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const (

scName = "keos"

keosClusterChart = "0.1.4"
keosClusterImage = "0.1.4"
keosClusterChart = "0.1.5-27a310c"
keosClusterImage = "0.1.5-27a310c"

postInstallAnnotation = "cluster-autoscaler.kubernetes.io/safe-to-evict-local-volumes"
corednsPdbPath = "/kind/coredns-pdb.yaml"
Expand Down

0 comments on commit d7080a8

Please sign in to comment.