Cluster apps for OpenStack
Added
- Add
items
schema for .controlPlane.availabilityZones
in values.schema.json
. - A stanza in values file for a list of trusted shh keys.
Changed
sshFiles
helper to fetch values for trusted-user-ca-keys.pem from the values file.- Move the existing trusted key to values.yaml.
Deleted
- trusted-user-ca-keys.pem (to be supplied from values.yaml).
Added
- Added
vertical-pod-autoscaler@2.5.3
& vertical-pod-autoscaler-crd@1.0.1
.
Changed
- Update
node-exporter
to 1.15.0
Changed
- Update
observability-bundle
from 0.1.3
to 0.1.4
Added
- Add
observability-bundle
, PLEASE Check Upgrade Notes - Supports installing an app bundle
Changed
- Update
node-exporter-app
from 0.11.0
to 0.13.0
Changed
- Make values properties easy to overwrite in GitOps style.
- Improve the README in the project.
- Configure API priority and fairness flags based on node resources.
Changed
- Update
cert-manager-app
from 2.15.2
to 2.17.1
. - Update
cloud-provider-openstack-app
from 0.6.2
to 0.7.0
. - Update
csi-external-snapshotter-app
from 0.2.0
to 0.3.0
. - Change
csi-external-snapshotter-app
config for default VolumeSnapshotClass
.
Added
- Added
application.giantswarm.io/app-type: "bundle"
annotation
Fixed
kube-dns
service is not getting deleted to keep the cluster compatible to components which didn’t migrated yet to coredns
service.
Changed
- Disabled force upgrade for
cert-manager
. It causes messed up installations because the initial install times out as there are usually no ready nodes in this case at that time. Forcing the upgrade possibly deletes an already running installation as Helm default timeout is 5 mins and chart-operator
stops waiting for the status after 2 mins, leaving the install process running and marking the release as pending.
- Use
coredns.svc.kube-system
as monitoring target for net-operator
Added
- Add
coredns
app to be able to configure coredns configuration via app platform.