diff --git a/calico/Chart.yaml b/calico/Chart.yaml index d46808e0e..24fba7ee4 100644 --- a/calico/Chart.yaml +++ b/calico/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v3.4.0 description: OpenStack-Helm Calico name: calico -version: 0.1.5 +version: 0.1.6 home: https://github.com/projectcalico/calico icon: https://camo.githubusercontent.com/64c8b5ed6ac97553ae367348e8a59a24e2ed5bdc/687474703a2f2f646f63732e70726f6a65637463616c69636f2e6f72672f696d616765732f66656c69782e706e67 sources: diff --git a/calico/templates/daemonset-calico-etcd.yaml b/calico/templates/daemonset-calico-etcd.yaml index babee9c42..556775d32 100644 --- a/calico/templates/daemonset-calico-etcd.yaml +++ b/calico/templates/daemonset-calico-etcd.yaml @@ -57,9 +57,11 @@ spec: - key: node.cloudprovider.kubernetes.io/uninitialized value: "true" effect: NoSchedule - # Allow this pod to run on the master. + # Allow this pod to run on the master/control-plane. - key: node-role.kubernetes.io/master effect: NoSchedule + - key: node-role.kubernetes.io/control-plane + effect: NoSchedule # Allow this pod to be rescheduled while the node is in "critical add-ons only" mode. # This, along with the annotation above marks this pod as a critical add-on. - key: CriticalAddonsOnly diff --git a/calico/templates/deployment-calico-kube-controllers.yaml b/calico/templates/deployment-calico-kube-controllers.yaml index 84d0083c0..912aadb42 100644 --- a/calico/templates/deployment-calico-kube-controllers.yaml +++ b/calico/templates/deployment-calico-kube-controllers.yaml @@ -105,6 +105,8 @@ spec: operator: Exists - key: node-role.kubernetes.io/master effect: NoSchedule + - key: node-role.kubernetes.io/control-plane + effect: NoSchedule - key: node.kubernetes.io/not-ready operator: Exists effect: NoSchedule diff --git a/calico/templates/job-calico-settings.yaml b/calico/templates/job-calico-settings.yaml index b46fe61bf..7c0508d42 100644 --- a/calico/templates/job-calico-settings.yaml +++ b/calico/templates/job-calico-settings.yaml @@ -42,7 +42,7 @@ spec: {{ dict "envAll" $envAll "application" "calico_settings" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }} hostNetwork: true tolerations: - - key: node-role.kubernetes.io/master + - key: node-role.kubernetes.io/control-plane effect: NoSchedule - key: node.kubernetes.io/not-ready operator: Exists diff --git a/ceph-rgw/Chart.yaml b/ceph-rgw/Chart.yaml index f816d11c9..ae090efa7 100644 --- a/ceph-rgw/Chart.yaml +++ b/ceph-rgw/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph RadosGW name: ceph-rgw -version: 0.1.25 +version: 0.1.26 home: https://github.com/ceph/ceph ... diff --git a/ceph-rgw/values.yaml b/ceph-rgw/values.yaml index ce9ef0fbe..fd37a10fa 100644 --- a/ceph-rgw/values.yaml +++ b/ceph-rgw/values.yaml @@ -236,6 +236,9 @@ pod: - key: node-role.kubernetes.io/master operator: Exists effect: NoSchedule + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule network_policy: rgw: diff --git a/elastic-filebeat/Chart.yaml b/elastic-filebeat/Chart.yaml index 9a6705530..077076818 100644 --- a/elastic-filebeat/Chart.yaml +++ b/elastic-filebeat/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v7.1.0 description: OpenStack-Helm Elastic Filebeat name: elastic-filebeat -version: 0.1.4 +version: 0.1.5 home: https://www.elastic.co/products/beats/filebeat sources: - https://github.com/elastic/beats/tree/master/filebeat diff --git a/elastic-filebeat/values.yaml b/elastic-filebeat/values.yaml index 79b40ccff..61159ff93 100644 --- a/elastic-filebeat/values.yaml +++ b/elastic-filebeat/values.yaml @@ -269,6 +269,8 @@ pod: tolerations: - key: node-role.kubernetes.io/master operator: Exists + - key: node-role.kubernetes.io/control-plane + operator: Exists - key: node-role.kubernetes.io/node operator: Exists mounts: diff --git a/elastic-metricbeat/Chart.yaml b/elastic-metricbeat/Chart.yaml index 5b35a920d..5e35ac8b0 100644 --- a/elastic-metricbeat/Chart.yaml +++ b/elastic-metricbeat/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v7.1.0 description: OpenStack-Helm Elastic Metricbeat name: elastic-metricbeat -version: 0.1.5 +version: 0.1.6 home: https://www.elastic.co/products/beats/metricbeat sources: - https://github.com/elastic/beats/tree/master/metricbeat diff --git a/elastic-metricbeat/values.yaml b/elastic-metricbeat/values.yaml index 8447be5cc..b0e8a6470 100644 --- a/elastic-metricbeat/values.yaml +++ b/elastic-metricbeat/values.yaml @@ -267,6 +267,8 @@ pod: tolerations: - key: node-role.kubernetes.io/master operator: Exists + - key: node-role.kubernetes.io/control-plane + operator: Exists - key: node-role.kubernetes.io/node operator: Exists mounts: diff --git a/falco/Chart.yaml b/falco/Chart.yaml index d1c37a51c..bc44bf3b7 100644 --- a/falco/Chart.yaml +++ b/falco/Chart.yaml @@ -13,7 +13,7 @@ --- apiVersion: v1 name: falco -version: 0.1.7 +version: 0.1.8 appVersion: 0.11.1 description: Sysdig Falco keywords: diff --git a/falco/values.yaml b/falco/values.yaml index 841a622b5..6554eb254 100644 --- a/falco/values.yaml +++ b/falco/values.yaml @@ -76,6 +76,8 @@ pod: tolerations: - effect: NoSchedule key: node-role.kubernetes.io/master + - effect: NoSchedule + key: node-role.kubernetes.io/control-plane conf: diff --git a/flannel/Chart.yaml b/flannel/Chart.yaml index 520066c6d..f1c4204b2 100644 --- a/flannel/Chart.yaml +++ b/flannel/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v0.8.0 description: OpenStack-Helm BootStrap Flannel name: flannel -version: 0.1.4 +version: 0.1.5 home: https://github.com/coreos/flannel icon: https://raw.githubusercontent.com/coreos/flannel/master/logos/flannel-horizontal-color.png sources: diff --git a/flannel/templates/daemonset-kube-flannel-ds.yaml b/flannel/templates/daemonset-kube-flannel-ds.yaml index b9085511d..92cb94ff7 100644 --- a/flannel/templates/daemonset-kube-flannel-ds.yaml +++ b/flannel/templates/daemonset-kube-flannel-ds.yaml @@ -89,6 +89,9 @@ spec: - key: node-role.kubernetes.io/master operator: Exists effect: NoSchedule + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule serviceAccountName: {{ $serviceAccountName }} initContainers: {{ tuple $envAll "flannel" list | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }} diff --git a/fluentbit/Chart.yaml b/fluentbit/Chart.yaml index 2bbe55b19..3f5feacff 100644 --- a/fluentbit/Chart.yaml +++ b/fluentbit/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v0.14.2 description: OpenStack-Helm Fluentbit name: fluentbit -version: 0.1.4 +version: 0.1.5 home: https://www.fluentbit.io/ sources: - https://github.com/fluent/fluentbit diff --git a/fluentbit/values.yaml b/fluentbit/values.yaml index c6688b3ac..feaf96131 100644 --- a/fluentbit/values.yaml +++ b/fluentbit/values.yaml @@ -262,6 +262,8 @@ pod: tolerations: - key: node-role.kubernetes.io/master operator: Exists + - key: node-role.kubernetes.io/control-plane + operator: Exists - key: node-role.kubernetes.io/node operator: Exists mounts: diff --git a/gnocchi/Chart.yaml b/gnocchi/Chart.yaml index 38cff59be..4ffdbc958 100644 --- a/gnocchi/Chart.yaml +++ b/gnocchi/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v3.0.3 description: OpenStack-Helm Gnocchi name: gnocchi -version: 0.1.6 +version: 0.1.7 home: https://gnocchi.xyz/ icon: https://gnocchi.xyz/_static/gnocchi-logo.png sources: diff --git a/gnocchi/values.yaml b/gnocchi/values.yaml index 8ee3775ce..d1d0772f2 100644 --- a/gnocchi/values.yaml +++ b/gnocchi/values.yaml @@ -214,6 +214,9 @@ pod: - key: node-role.kubernetes.io/master operator: Exists effect: NoSchedule + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule mounts: gnocchi_api: init_container: null diff --git a/ingress/Chart.yaml b/ingress/Chart.yaml index b424eddca..243193469 100644 --- a/ingress/Chart.yaml +++ b/ingress/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v0.42.0 description: OpenStack-Helm Ingress Controller name: ingress -version: 0.2.13 +version: 0.2.14 home: https://github.com/kubernetes/ingress sources: - https://github.com/kubernetes/ingress diff --git a/ingress/values.yaml b/ingress/values.yaml index de00f7613..eb7c1a196 100644 --- a/ingress/values.yaml +++ b/ingress/values.yaml @@ -88,6 +88,9 @@ pod: - key: node-role.kubernetes.io/master operator: Exists effect: NoSchedule + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule dns_policy: "ClusterFirstWithHostNet" replicas: ingress: 1 diff --git a/kube-dns/Chart.yaml b/kube-dns/Chart.yaml index d38d877b4..cdff72305 100644 --- a/kube-dns/Chart.yaml +++ b/kube-dns/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v1.14.5 description: OpenStack-Helm Kube-DNS name: kube-dns -version: 0.1.5 +version: 0.1.6 home: https://github.com/coreos/flannel icon: https://raw.githubusercontent.com/coreos/flannel/master/logos/flannel-horizontal-color.png sources: diff --git a/kube-dns/templates/deployment-kube-dns.yaml b/kube-dns/templates/deployment-kube-dns.yaml index 5cab02ea6..d27000501 100644 --- a/kube-dns/templates/deployment-kube-dns.yaml +++ b/kube-dns/templates/deployment-kube-dns.yaml @@ -188,6 +188,8 @@ spec: operator: Exists - effect: NoSchedule key: node-role.kubernetes.io/master + - effect: NoSchedule + key: node-role.kubernetes.io/control-plane volumes: - name: pod-tmp emptyDir: {} diff --git a/kubernetes-node-problem-detector/Chart.yaml b/kubernetes-node-problem-detector/Chart.yaml index c9b1b6f8f..c1bcc2536 100644 --- a/kubernetes-node-problem-detector/Chart.yaml +++ b/kubernetes-node-problem-detector/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Kubernetes Node Problem Detector name: kubernetes-node-problem-detector -version: 0.1.7 +version: 0.1.8 home: https://github.com/kubernetes/node-problem-detector sources: - https://github.com/kubernetes/node-problem-detector diff --git a/kubernetes-node-problem-detector/values.yaml b/kubernetes-node-problem-detector/values.yaml index 5c3c61770..def46f8a6 100644 --- a/kubernetes-node-problem-detector/values.yaml +++ b/kubernetes-node-problem-detector/values.yaml @@ -96,6 +96,8 @@ pod: tolerations: - key: node-role.kubernetes.io/master operator: Exists + - key: node-role.kubernetes.io/control-plane + operator: Exists - key: node-role.kubernetes.io/node operator: Exists dependencies: diff --git a/libvirt/Chart.yaml b/libvirt/Chart.yaml index 6ec6fcb02..94f42e11f 100644 --- a/libvirt/Chart.yaml +++ b/libvirt/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm libvirt name: libvirt -version: 0.1.17 +version: 0.1.18 home: https://libvirt.org sources: - https://libvirt.org/git/?p=libvirt.git;a=summary diff --git a/libvirt/values.yaml b/libvirt/values.yaml index 034bd5fa9..b9fc932f7 100644 --- a/libvirt/values.yaml +++ b/libvirt/values.yaml @@ -169,6 +169,9 @@ pod: - key: node-role.kubernetes.io/master operator: Exists effect: NoSchedule + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule dns_policy: "ClusterFirstWithHostNet" mounts: libvirt: diff --git a/mariadb/Chart.yaml b/mariadb/Chart.yaml index 71b4cee4b..06d33fd30 100644 --- a/mariadb/Chart.yaml +++ b/mariadb/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v10.6.7 description: OpenStack-Helm MariaDB name: mariadb -version: 0.2.29 +version: 0.2.30 home: https://mariadb.com/kb/en/ icon: http://badges.mariadb.org/mariadb-badge-180x60.png sources: diff --git a/mariadb/values.yaml b/mariadb/values.yaml index cc80e35d6..2116b7f20 100644 --- a/mariadb/values.yaml +++ b/mariadb/values.yaml @@ -155,6 +155,9 @@ pod: - key: node-role.kubernetes.io/master operator: Exists effect: NoSchedule + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule replicas: server: 3 ingress: 2 diff --git a/memcached/Chart.yaml b/memcached/Chart.yaml index 7c7d652d7..963b900f8 100644 --- a/memcached/Chart.yaml +++ b/memcached/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.5.5 description: OpenStack-Helm Memcached name: memcached -version: 0.1.12 +version: 0.1.13 home: https://github.com/memcached/memcached ... diff --git a/memcached/values.yaml b/memcached/values.yaml index b9e633938..64af4c055 100644 --- a/memcached/values.yaml +++ b/memcached/values.yaml @@ -169,6 +169,9 @@ pod: - key: node-role.kubernetes.io/master operator: Exists effect: NoSchedule + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule lifecycle: upgrades: deployments: diff --git a/openvswitch/Chart.yaml b/openvswitch/Chart.yaml index 06f9243aa..e7c1972f7 100644 --- a/openvswitch/Chart.yaml +++ b/openvswitch/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm OpenVSwitch name: openvswitch -version: 0.1.11 +version: 0.1.12 home: http://openvswitch.org icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png sources: diff --git a/openvswitch/values.yaml b/openvswitch/values.yaml index b131faa9a..7909a20ae 100644 --- a/openvswitch/values.yaml +++ b/openvswitch/values.yaml @@ -44,6 +44,9 @@ pod: - key: node-role.kubernetes.io/master operator: Exists effect: NoSchedule + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule probes: ovs: ovs_db: diff --git a/prometheus-node-exporter/Chart.yaml b/prometheus-node-exporter/Chart.yaml index d6ffa6ecb..2dffc843f 100644 --- a/prometheus-node-exporter/Chart.yaml +++ b/prometheus-node-exporter/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v0.18.1 description: OpenStack-Helm Node Exporter for Prometheus name: prometheus-node-exporter -version: 0.1.5 +version: 0.1.6 home: https://github.com/prometheus/node_exporter sources: - https://github.com/prometheus/node_exporter diff --git a/prometheus-node-exporter/values.yaml b/prometheus-node-exporter/values.yaml index f1c45d6d2..42a02c88e 100644 --- a/prometheus-node-exporter/values.yaml +++ b/prometheus-node-exporter/values.yaml @@ -88,6 +88,8 @@ pod: tolerations: - key: node-role.kubernetes.io/master operator: Exists + - key: node-role.kubernetes.io/control-plane + operator: Exists - key: node-role.kubernetes.io/node operator: Exists dependencies: diff --git a/prometheus-process-exporter/Chart.yaml b/prometheus-process-exporter/Chart.yaml index 8b1c76f81..aaf9a42ee 100644 --- a/prometheus-process-exporter/Chart.yaml +++ b/prometheus-process-exporter/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v0.2.11 description: OpenStack-Helm Process Exporter for Prometheus name: prometheus-process-exporter -version: 0.1.5 +version: 0.1.6 home: https://github.com/openstack/openstack-helm-infra sources: - https://github.com/ncabatoff/process-exporter diff --git a/prometheus-process-exporter/values.yaml b/prometheus-process-exporter/values.yaml index 5cb99be03..6f17f4707 100644 --- a/prometheus-process-exporter/values.yaml +++ b/prometheus-process-exporter/values.yaml @@ -90,6 +90,8 @@ pod: tolerations: - key: node-role.kubernetes.io/master operator: Exists + - key: node-role.kubernetes.io/control-plane + operator: Exists - key: node-role.kubernetes.io/node operator: Exists dependencies: diff --git a/rabbitmq/Chart.yaml b/rabbitmq/Chart.yaml index cbebafd9c..f3ea840ff 100644 --- a/rabbitmq/Chart.yaml +++ b/rabbitmq/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v3.9.0 description: OpenStack-Helm RabbitMQ name: rabbitmq -version: 0.1.26 +version: 0.1.27 home: https://github.com/rabbitmq/rabbitmq-server ... diff --git a/rabbitmq/values.yaml b/rabbitmq/values.yaml index 085aa804e..2ec003104 100644 --- a/rabbitmq/values.yaml +++ b/rabbitmq/values.yaml @@ -125,6 +125,9 @@ pod: - key: node-role.kubernetes.io/master operator: Exists effect: NoSchedule + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule replicas: server: 2 prometheus_rabbitmq_exporter: 1 diff --git a/releasenotes/notes/calico.yaml b/releasenotes/notes/calico.yaml index de4bcda5e..b59fc6132 100644 --- a/releasenotes/notes/calico.yaml +++ b/releasenotes/notes/calico.yaml @@ -6,4 +6,5 @@ calico: - 0.1.3 Helm 3 - Fix Job labels - 0.1.4 Update htk requirements - 0.1.5 Added OCI registry authentication + - 0.1.6 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/ceph-rgw.yaml b/releasenotes/notes/ceph-rgw.yaml index 3c6c307c7..3ed0d7650 100644 --- a/releasenotes/notes/ceph-rgw.yaml +++ b/releasenotes/notes/ceph-rgw.yaml @@ -26,4 +26,5 @@ ceph-rgw: - 0.1.23 Added OCI registry authentication - 0.1.24 Replace civetweb with beast for unencrypted connections - 0.1.25 Update all Ceph images to Focal + - 0.1.26 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/elastic-filebeat.yaml b/releasenotes/notes/elastic-filebeat.yaml index 19e752451..d08cc55cd 100644 --- a/releasenotes/notes/elastic-filebeat.yaml +++ b/releasenotes/notes/elastic-filebeat.yaml @@ -5,4 +5,5 @@ elastic-filebeat: - 0.1.2 Use full image ref for docker official images - 0.1.3 Update htk requirements - 0.1.4 Added OCI registry authentication + - 0.1.5 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/elastic-metricbeat.yaml b/releasenotes/notes/elastic-metricbeat.yaml index 1da5441a3..0f3645d1e 100644 --- a/releasenotes/notes/elastic-metricbeat.yaml +++ b/releasenotes/notes/elastic-metricbeat.yaml @@ -6,4 +6,5 @@ elastic-metricbeat: - 0.1.3 Use full image ref for docker official images - 0.1.4 Update htk requirements - 0.1.5 Added OCI registry authentication + - 0.1.6 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/falco.yaml b/releasenotes/notes/falco.yaml index db46fc28c..2512a917e 100644 --- a/releasenotes/notes/falco.yaml +++ b/releasenotes/notes/falco.yaml @@ -8,4 +8,5 @@ falco: - 0.1.5 Use full image ref for docker official images - 0.1.6 Update htk requirements - 0.1.7 Added OCI registry authentication + - 0.1.8 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/flannel.yaml b/releasenotes/notes/flannel.yaml index a1279453a..899663e44 100644 --- a/releasenotes/notes/flannel.yaml +++ b/releasenotes/notes/flannel.yaml @@ -5,4 +5,5 @@ flannel: - 0.1.2 Use full image ref for docker official images - 0.1.3 Update htk requirements - 0.1.4 Added OCI registry authentication + - 0.1.5 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/fluentbit.yaml b/releasenotes/notes/fluentbit.yaml index 3832669df..6a8daeebf 100644 --- a/releasenotes/notes/fluentbit.yaml +++ b/releasenotes/notes/fluentbit.yaml @@ -5,4 +5,5 @@ fluentbit: - 0.1.2 Use full image ref for docker official images - 0.1.3 Update htk requirements - 0.1.4 Added OCI registry authentication + - 0.1.5 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/gnocchi.yaml b/releasenotes/notes/gnocchi.yaml index 320cff21b..08e2c6f79 100644 --- a/releasenotes/notes/gnocchi.yaml +++ b/releasenotes/notes/gnocchi.yaml @@ -7,4 +7,5 @@ gnocchi: - 0.1.4 Update htk requirements - 0.1.5 Enable taint toleration for Openstack services jobs - 0.1.6 Update all Ceph images to Focal + - 0.1.7 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/ingress.yaml b/releasenotes/notes/ingress.yaml index 1e91d4b8f..aadace486 100644 --- a/releasenotes/notes/ingress.yaml +++ b/releasenotes/notes/ingress.yaml @@ -17,4 +17,5 @@ ingress: - 0.2.11 Fix resource name in the role - 0.2.12 Uplift ingress to 1.5.1 - 0.2.13 Allow setting node_port for the svc + - 0.2.14 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/kube-dns.yaml b/releasenotes/notes/kube-dns.yaml index 6fb5bba1c..747a3aa61 100644 --- a/releasenotes/notes/kube-dns.yaml +++ b/releasenotes/notes/kube-dns.yaml @@ -6,4 +6,5 @@ kube-dns: - 0.1.3 Use full image ref for docker official images - 0.1.4 Update htk requirements - 0.1.5 Added OCI registry authentication + - 0.1.6 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/kubernetes-node-problem-detector.yaml b/releasenotes/notes/kubernetes-node-problem-detector.yaml index fe193ad84..75570eaa8 100644 --- a/releasenotes/notes/kubernetes-node-problem-detector.yaml +++ b/releasenotes/notes/kubernetes-node-problem-detector.yaml @@ -8,4 +8,5 @@ kubernetes-node-problem-detector: - 0.1.5 Use full image ref for docker official images - 0.1.6 Update htk requirements - 0.1.7 Added OCI registry authentication + - 0.1.8 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/libvirt.yaml b/releasenotes/notes/libvirt.yaml index ad09e3a0d..9590d9100 100644 --- a/releasenotes/notes/libvirt.yaml +++ b/releasenotes/notes/libvirt.yaml @@ -18,4 +18,5 @@ libvirt: - 0.1.15 Add support for libvirt to connect to external ceph without any local ceph present - 0.1.16 Update all Ceph images to Focal - 0.1.17 Add ovn.yaml values_override, remove dependency from neutron-ovs-agent module + - 0.1.18 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/mariadb.yaml b/releasenotes/notes/mariadb.yaml index cab2b3500..ee3f58005 100644 --- a/releasenotes/notes/mariadb.yaml +++ b/releasenotes/notes/mariadb.yaml @@ -45,4 +45,5 @@ mariadb: - 0.2.27 Fix broken helmrelease for helmv3 - 0.2.28 Added verify_databases_backup_in_directory function implementation - 0.2.29 Uplift Mariadb-ingress to 1.5.1 + - 0.2.30 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/memcached.yaml b/releasenotes/notes/memcached.yaml index 01f426978..1453d1765 100644 --- a/releasenotes/notes/memcached.yaml +++ b/releasenotes/notes/memcached.yaml @@ -13,4 +13,5 @@ memcached: - 0.1.10 Updated naming for subchart compatibility - 0.1.11 Remove gnocchi netpol override - 0.1.12 Added OCI registry authentication + - 0.1.13 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/openvswitch.yaml b/releasenotes/notes/openvswitch.yaml index 24db55b01..18ae99341 100644 --- a/releasenotes/notes/openvswitch.yaml +++ b/releasenotes/notes/openvswitch.yaml @@ -12,5 +12,6 @@ openvswitch: - 0.1.9 Enable ovs hardware offload - 0.1.10 Merge ovs-db and ovs-vswitchd in one Daemonset - 0.1.11 Add ovn.yaml in values_override, Enable ptcp_port 6640 which needed when use ovn + - 0.1.12 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/prometheus-node-exporter.yaml b/releasenotes/notes/prometheus-node-exporter.yaml index fe3335129..e7ca0bd29 100644 --- a/releasenotes/notes/prometheus-node-exporter.yaml +++ b/releasenotes/notes/prometheus-node-exporter.yaml @@ -6,4 +6,5 @@ prometheus-node-exporter: - 0.1.3 Use full image ref for docker official images - 0.1.4 Update htk requirements - 0.1.5 Added OCI registry authentication + - 0.1.6 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/prometheus-process-exporter.yaml b/releasenotes/notes/prometheus-process-exporter.yaml index 665955cd9..6b7fc47f4 100644 --- a/releasenotes/notes/prometheus-process-exporter.yaml +++ b/releasenotes/notes/prometheus-process-exporter.yaml @@ -6,4 +6,5 @@ prometheus-process-exporter: - 0.1.3 Use full image ref for docker official images - 0.1.4 Update htk requirements - 0.1.5 Added OCI registry authentication + - 0.1.6 Replace node-role.kubernetes.io/master with control-plane ... diff --git a/releasenotes/notes/rabbitmq.yaml b/releasenotes/notes/rabbitmq.yaml index 70f5cce78..3a2746097 100644 --- a/releasenotes/notes/rabbitmq.yaml +++ b/releasenotes/notes/rabbitmq.yaml @@ -26,4 +26,5 @@ rabbitmq: - 0.1.24 Added OCI registry authentication - 0.1.25 Add hostPort support - 0.1.26 Moved guest admin removal to init template + - 0.1.27 Replace node-role.kubernetes.io/master with control-plane ...