diff --git a/CHANGELOG.md b/CHANGELOG.md index 3874eed..2b094d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add Renovate to track new tags. - Update `kube-vip` helm chart to `0.6.2`. +- Update `kube-vip` to `0.8.4`. ## [1.11.0] - 2024-08-12 diff --git a/config/kube-vip/overwrites/Chart.yaml b/config/kube-vip/overwrites/Chart.yaml index b5a602c..52c7f2b 100644 --- a/config/kube-vip/overwrites/Chart.yaml +++ b/config/kube-vip/overwrites/Chart.yaml @@ -21,7 +21,7 @@ version: 0.6.2 #* It overwrites the value of the upstream chart above which isn't well maintained. #* Renovate watches for standard versioning as the releases are normal in this repo. # repo: kube-vip/kube-vip -appVersion: v0.8.0 +appVersion: v0.8.4 icon: https://github.com/kube-vip/kube-vip/raw/main/kube-vip.png diff --git a/hack/increase-chart-version.sh b/hack/increase-chart-version.sh index aa91ef6..3e37697 100755 --- a/hack/increase-chart-version.sh +++ b/hack/increase-chart-version.sh @@ -35,6 +35,8 @@ case $choice in ;; esac +echo "\n*********************************\nšŸ”” Please update the CHANGELOG šŸ””\n*********************************" + else echo "Running in GH Action - skipping interactive task" fi \ No newline at end of file diff --git a/helm/cloud-provider-vsphere/charts/kube-vip/Chart.yaml b/helm/cloud-provider-vsphere/charts/kube-vip/Chart.yaml index b5a602c..52c7f2b 100644 --- a/helm/cloud-provider-vsphere/charts/kube-vip/Chart.yaml +++ b/helm/cloud-provider-vsphere/charts/kube-vip/Chart.yaml @@ -21,7 +21,7 @@ version: 0.6.2 #* It overwrites the value of the upstream chart above which isn't well maintained. #* Renovate watches for standard versioning as the releases are normal in this repo. # repo: kube-vip/kube-vip -appVersion: v0.8.0 +appVersion: v0.8.4 icon: https://github.com/kube-vip/kube-vip/raw/main/kube-vip.png