From 13fc2cff97ff4b3661e696404f667b18690a5dcf Mon Sep 17 00:00:00 2001 From: Michael Montgomery Date: Wed, 20 Dec 2023 09:45:17 -0600 Subject: [PATCH] Bump ECK Version, and Stack versions for next release. (#7400) * Bump ECK Version, and Stack versions for next release. --------- Signed-off-by: Michael Montgomery --- VERSION | 2 +- deploy/eck-operator/Chart.yaml | 6 +++--- .../charts/eck-operator-crds/Chart.yaml | 4 ++-- deploy/eck-stack/Chart.yaml | 14 +++++++------- deploy/eck-stack/charts/eck-agent/Chart.yaml | 2 +- .../charts/eck-agent/examples/fleet-agents.yaml | 2 +- .../eck-agent/examples/system-integration.yaml | 4 ++-- .../elastic-agent-cluster-role-binding_test.yaml | 2 +- .../tests/elastic-agent-cluster-role_test.yaml | 2 +- .../tests/elastic-agent-service-account_test.yaml | 2 +- .../templates/tests/elastic-agent_test.yaml | 4 ++-- deploy/eck-stack/charts/eck-agent/values.yaml | 2 +- deploy/eck-stack/charts/eck-beats/Chart.yaml | 2 +- .../charts/eck-beats/examples/auditbeat_hosts.yaml | 2 +- .../examples/filebeat_no_autodiscover.yaml | 2 +- .../eck-beats/examples/heartbeat_es_kb_health.yaml | 2 +- .../eck-beats/examples/metricbeat_hosts.yaml | 2 +- .../eck-beats/examples/packetbeat_dns_http.yaml | 2 +- .../tests/beats-metricbeat-example_test.yaml | 2 +- .../eck-beats/templates/tests/beats_test.yaml | 2 +- deploy/eck-stack/charts/eck-beats/values.yaml | 2 +- .../eck-stack/charts/eck-elasticsearch/Chart.yaml | 2 +- .../templates/tests/elasticsearch_test.yaml | 2 +- .../eck-stack/charts/eck-elasticsearch/values.yaml | 2 +- .../eck-stack/charts/eck-fleet-server/Chart.yaml | 2 +- .../fleet-server-cluster-role-binding_test.yaml | 2 +- .../tests/fleet-server-cluster-role_test.yaml | 2 +- .../tests/fleet-server-service-account_test.yaml | 2 +- .../templates/tests/fleet-server_test.yaml | 4 ++-- .../eck-stack/charts/eck-fleet-server/values.yaml | 2 +- deploy/eck-stack/charts/eck-kibana/Chart.yaml | 2 +- .../eck-kibana/examples/http-configuration.yaml | 2 +- .../eck-kibana/templates/tests/kibana_test.yaml | 6 +++--- deploy/eck-stack/charts/eck-kibana/values.yaml | 2 +- deploy/eck-stack/charts/eck-logstash/Chart.yaml | 2 +- .../charts/eck-logstash/examples/basic-eck.yaml | 2 +- .../charts/eck-logstash/examples/es-role.yaml | 2 +- .../charts/eck-logstash/examples/monitored.yaml | 2 +- .../charts/eck-logstash/examples/multi.yaml | 2 +- .../charts/eck-logstash/examples/volumes.yaml | 2 +- .../templates/tests/logstash_test.yaml | 2 +- deploy/eck-stack/charts/eck-logstash/values.yaml | 2 +- .../eck-stack/examples/beats/metricbeat_hosts.yaml | 6 +++--- .../examples/custom-elasticsearch-kibana.yaml | 4 ++-- deploy/eck-stack/templates/tests/beats_test.yaml | 4 ++-- .../templates/tests/elastic-agent_test.yaml | 8 ++++---- deploy/eck-stack/templates/tests/kibana_test.yaml | 4 ++-- hack/operatorhub/config.yaml | 6 +++--- 48 files changed, 72 insertions(+), 72 deletions(-) diff --git a/VERSION b/VERSION index d33489b334..0fa56af0b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.0-SNAPSHOT +2.12.0-SNAPSHOT diff --git a/deploy/eck-operator/Chart.yaml b/deploy/eck-operator/Chart.yaml index 9320fcf0eb..af0689f82a 100644 --- a/deploy/eck-operator/Chart.yaml +++ b/deploy/eck-operator/Chart.yaml @@ -10,9 +10,9 @@ home: https://github.com/elastic/cloud-on-k8s type: application -version: 2.11.0-SNAPSHOT +version: 2.12.0-SNAPSHOT -appVersion: 2.11.0-SNAPSHOT +appVersion: 2.12.0-SNAPSHOT kubeVersion: ">=1.21.0-0" @@ -32,5 +32,5 @@ maintainers: dependencies: - name: eck-operator-crds - version: 2.11.0-SNAPSHOT + version: 2.12.0-SNAPSHOT condition: installCRDs diff --git a/deploy/eck-operator/charts/eck-operator-crds/Chart.yaml b/deploy/eck-operator/charts/eck-operator-crds/Chart.yaml index 92b2614246..5210bc350f 100644 --- a/deploy/eck-operator/charts/eck-operator-crds/Chart.yaml +++ b/deploy/eck-operator/charts/eck-operator-crds/Chart.yaml @@ -8,9 +8,9 @@ description: ECK operator Custom Resource Definitions type: application -version: 2.11.0-SNAPSHOT +version: 2.12.0-SNAPSHOT -appVersion: 2.11.0-SNAPSHOT +appVersion: 2.12.0-SNAPSHOT home: https://github.com/elastic/cloud-on-k8s diff --git a/deploy/eck-stack/Chart.yaml b/deploy/eck-stack/Chart.yaml index 676a27ae9e..f0460c0f0a 100644 --- a/deploy/eck-stack/Chart.yaml +++ b/deploy/eck-stack/Chart.yaml @@ -3,24 +3,24 @@ name: eck-stack description: Elastic Stack managed by the ECK Operator kubeVersion: ">= 1.21.0-0" type: application -version: 0.9.0-SNAPSHOT +version: 0.10.0-SNAPSHOT dependencies: - name: eck-elasticsearch condition: eck-elasticsearch.enabled - version: "0.9.0-SNAPSHOT" + version: "0.10.0-SNAPSHOT" - name: eck-kibana condition: eck-kibana.enabled - version: "0.9.0-SNAPSHOT" + version: "0.10.0-SNAPSHOT" - name: eck-agent condition: eck-agent.enabled - version: "0.9.0-SNAPSHOT" + version: "0.10.0-SNAPSHOT" - name: eck-fleet-server condition: eck-fleet-server.enabled - version: "0.9.0-SNAPSHOT" + version: "0.10.0-SNAPSHOT" - name: eck-beats condition: eck-beats.enabled - version: "0.9.0-SNAPSHOT" + version: "0.10.0-SNAPSHOT" - name: eck-logstash condition: eck-logstash.enabled - version: "0.9.0-SNAPSHOT" + version: "0.10.0-SNAPSHOT" diff --git a/deploy/eck-stack/charts/eck-agent/Chart.yaml b/deploy/eck-stack/charts/eck-agent/Chart.yaml index 64a81c7c2e..44ea45e800 100644 --- a/deploy/eck-stack/charts/eck-agent/Chart.yaml +++ b/deploy/eck-stack/charts/eck-agent/Chart.yaml @@ -3,7 +3,7 @@ name: eck-agent description: Elastic Agent managed by the ECK operator kubeVersion: ">= 1.21.0-0" type: application -version: 0.9.0-SNAPSHOT +version: 0.10.0-SNAPSHOT sources: - https://github.com/elastic/cloud-on-k8s - https://github.com/elastic/elastic-agent diff --git a/deploy/eck-stack/charts/eck-agent/examples/fleet-agents.yaml b/deploy/eck-stack/charts/eck-agent/examples/fleet-agents.yaml index bd1c0f32db..2f7f989d54 100644 --- a/deploy/eck-stack/charts/eck-agent/examples/fleet-agents.yaml +++ b/deploy/eck-stack/charts/eck-agent/examples/fleet-agents.yaml @@ -1,7 +1,7 @@ # The following example should only be used in conjunction with the 'eck-fleet-server' Helm Chart, # and shows how the Agents can be deployed as a daemonset, and controlled by Fleet Server. # -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT spec: # This must match the name of an Agent policy. diff --git a/deploy/eck-stack/charts/eck-agent/examples/system-integration.yaml b/deploy/eck-stack/charts/eck-agent/examples/system-integration.yaml index 3b137a9d34..b6d7235cd1 100644 --- a/deploy/eck-stack/charts/eck-agent/examples/system-integration.yaml +++ b/deploy/eck-stack/charts/eck-agent/examples/system-integration.yaml @@ -1,7 +1,7 @@ # The following example should only be used in Agent "standalone" mode, # and should not be used when Agent is used with Fleet Server. # -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT spec: elasticsearchRefs: - name: eck-elasticsearch @@ -33,7 +33,7 @@ spec: meta: package: name: system - version: 8.12.0-SNAPSHOT + version: 8.13.0-SNAPSHOT data_stream: namespace: default streams: diff --git a/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-cluster-role-binding_test.yaml b/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-cluster-role-binding_test.yaml index baea21eaef..fbfa829680 100644 --- a/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-cluster-role-binding_test.yaml +++ b/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-cluster-role-binding_test.yaml @@ -79,7 +79,7 @@ tests: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: eck-agent clusterRoleBinding: label - helm.sh/chart: eck-agent-0.9.0-SNAPSHOT + helm.sh/chart: eck-agent-0.10.0-SNAPSHOT test: label - equal: path: metadata.annotations diff --git a/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-cluster-role_test.yaml b/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-cluster-role_test.yaml index bbd4ea6901..1ad4b91b34 100644 --- a/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-cluster-role_test.yaml +++ b/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-cluster-role_test.yaml @@ -136,7 +136,7 @@ tests: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: eck-agent clusterRole: label - helm.sh/chart: eck-agent-0.9.0-SNAPSHOT + helm.sh/chart: eck-agent-0.10.0-SNAPSHOT test: label - equal: path: metadata.annotations diff --git a/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-service-account_test.yaml b/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-service-account_test.yaml index 103f5c3806..94f2601988 100644 --- a/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-service-account_test.yaml +++ b/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-service-account_test.yaml @@ -49,7 +49,7 @@ tests: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: eck-agent serviceAccount: label - helm.sh/chart: eck-agent-0.9.0-SNAPSHOT + helm.sh/chart: eck-agent-0.10.0-SNAPSHOT test: label - equal: path: metadata.annotations diff --git a/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent_test.yaml b/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent_test.yaml index 322bab2e10..40fe791c1e 100644 --- a/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent_test.yaml +++ b/deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent_test.yaml @@ -22,7 +22,7 @@ tests: value: quickstart-eck-agent - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - equal: path: spec.config value: null @@ -51,7 +51,7 @@ tests: app.kubernetes.io/instance: quickstart app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: eck-agent - helm.sh/chart: eck-agent-0.9.0-SNAPSHOT + helm.sh/chart: eck-agent-0.10.0-SNAPSHOT test: label - equal: path: metadata.annotations diff --git a/deploy/eck-stack/charts/eck-agent/values.yaml b/deploy/eck-stack/charts/eck-agent/values.yaml index 820f3cc562..4aedaa2747 100644 --- a/deploy/eck-stack/charts/eck-agent/values.yaml +++ b/deploy/eck-stack/charts/eck-agent/values.yaml @@ -18,7 +18,7 @@ # Version of Elastic Agent. # -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT # Labels that will be applied to Elastic Agent. # diff --git a/deploy/eck-stack/charts/eck-beats/Chart.yaml b/deploy/eck-stack/charts/eck-beats/Chart.yaml index 6ff11ccf6a..ee525f4e86 100644 --- a/deploy/eck-stack/charts/eck-beats/Chart.yaml +++ b/deploy/eck-stack/charts/eck-beats/Chart.yaml @@ -4,7 +4,7 @@ description: Elastic Beats managed by the ECK operator # Requirement comes from minimum version supported for eck-operator (https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s_supported_versions.html) kubeVersion: ">= 1.20.0-0" type: application -version: 0.9.0-SNAPSHOT +version: 0.10.0-SNAPSHOT sources: - https://github.com/elastic/cloud-on-k8s - https://github.com/elastic/beats diff --git a/deploy/eck-stack/charts/eck-beats/examples/auditbeat_hosts.yaml b/deploy/eck-stack/charts/eck-beats/examples/auditbeat_hosts.yaml index 77860bbe6b..96e20d13e0 100644 --- a/deploy/eck-stack/charts/eck-beats/examples/auditbeat_hosts.yaml +++ b/deploy/eck-stack/charts/eck-beats/examples/auditbeat_hosts.yaml @@ -1,5 +1,5 @@ name: auditbeat -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT spec: type: auditbeat elasticsearchRef: diff --git a/deploy/eck-stack/charts/eck-beats/examples/filebeat_no_autodiscover.yaml b/deploy/eck-stack/charts/eck-beats/examples/filebeat_no_autodiscover.yaml index ae7dcb088b..242e92fca4 100644 --- a/deploy/eck-stack/charts/eck-beats/examples/filebeat_no_autodiscover.yaml +++ b/deploy/eck-stack/charts/eck-beats/examples/filebeat_no_autodiscover.yaml @@ -1,5 +1,5 @@ name: filebeat -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT spec: type: filebeat elasticsearchRef: diff --git a/deploy/eck-stack/charts/eck-beats/examples/heartbeat_es_kb_health.yaml b/deploy/eck-stack/charts/eck-beats/examples/heartbeat_es_kb_health.yaml index 20e5988179..749e3c61c0 100644 --- a/deploy/eck-stack/charts/eck-beats/examples/heartbeat_es_kb_health.yaml +++ b/deploy/eck-stack/charts/eck-beats/examples/heartbeat_es_kb_health.yaml @@ -1,5 +1,5 @@ name: heartbeat -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT spec: type: heartbeat elasticsearchRef: diff --git a/deploy/eck-stack/charts/eck-beats/examples/metricbeat_hosts.yaml b/deploy/eck-stack/charts/eck-beats/examples/metricbeat_hosts.yaml index a43f044109..4e626a42e8 100644 --- a/deploy/eck-stack/charts/eck-beats/examples/metricbeat_hosts.yaml +++ b/deploy/eck-stack/charts/eck-beats/examples/metricbeat_hosts.yaml @@ -1,7 +1,7 @@ name: metricbeat spec: type: metricbeat - version: 8.12.0-SNAPSHOT + version: 8.13.0-SNAPSHOT elasticsearchRef: name: eck-elasticsearch kibanaRef: diff --git a/deploy/eck-stack/charts/eck-beats/examples/packetbeat_dns_http.yaml b/deploy/eck-stack/charts/eck-beats/examples/packetbeat_dns_http.yaml index 9652e69a7f..032b4b5956 100644 --- a/deploy/eck-stack/charts/eck-beats/examples/packetbeat_dns_http.yaml +++ b/deploy/eck-stack/charts/eck-beats/examples/packetbeat_dns_http.yaml @@ -1,7 +1,7 @@ name: packetbeat spec: type: packetbeat - version: 8.12.0-SNAPSHOT + version: 8.13.0-SNAPSHOT elasticsearchRef: name: eck-elasticsearch kibanaRef: diff --git a/deploy/eck-stack/charts/eck-beats/templates/tests/beats-metricbeat-example_test.yaml b/deploy/eck-stack/charts/eck-beats/templates/tests/beats-metricbeat-example_test.yaml index f4286498a1..ce73451c71 100644 --- a/deploy/eck-stack/charts/eck-beats/templates/tests/beats-metricbeat-example_test.yaml +++ b/deploy/eck-stack/charts/eck-beats/templates/tests/beats-metricbeat-example_test.yaml @@ -233,7 +233,7 @@ tests: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: eck-beats serviceAccount: label - helm.sh/chart: eck-beats-0.9.0-SNAPSHOT + helm.sh/chart: eck-beats-0.10.0-SNAPSHOT test: label - equal: path: metadata.annotations diff --git a/deploy/eck-stack/charts/eck-beats/templates/tests/beats_test.yaml b/deploy/eck-stack/charts/eck-beats/templates/tests/beats_test.yaml index 89bcc6cbd6..9e7229d5f6 100644 --- a/deploy/eck-stack/charts/eck-beats/templates/tests/beats_test.yaml +++ b/deploy/eck-stack/charts/eck-beats/templates/tests/beats_test.yaml @@ -17,7 +17,7 @@ tests: value: quickstart-eck-beats - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - equal: path: spec.type value: filebeat diff --git a/deploy/eck-stack/charts/eck-beats/values.yaml b/deploy/eck-stack/charts/eck-beats/values.yaml index aa2ee676a1..0e151334d7 100644 --- a/deploy/eck-stack/charts/eck-beats/values.yaml +++ b/deploy/eck-stack/charts/eck-beats/values.yaml @@ -18,7 +18,7 @@ # Version of Elastic Beats. # -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT # Labels that will be applied to Elastic Beats. # diff --git a/deploy/eck-stack/charts/eck-elasticsearch/Chart.yaml b/deploy/eck-stack/charts/eck-elasticsearch/Chart.yaml index 9b491cfd57..ffe9d30830 100644 --- a/deploy/eck-stack/charts/eck-elasticsearch/Chart.yaml +++ b/deploy/eck-stack/charts/eck-elasticsearch/Chart.yaml @@ -3,7 +3,7 @@ name: eck-elasticsearch description: Elasticsearch managed by the ECK operator kubeVersion: ">= 1.21.0-0" type: application -version: 0.9.0-SNAPSHOT +version: 0.10.0-SNAPSHOT sources: - https://github.com/elastic/cloud-on-k8s - https://github.com/elastic/elasticsearch/ diff --git a/deploy/eck-stack/charts/eck-elasticsearch/templates/tests/elasticsearch_test.yaml b/deploy/eck-stack/charts/eck-elasticsearch/templates/tests/elasticsearch_test.yaml index a0a5aaf929..ccc9d771e6 100644 --- a/deploy/eck-stack/charts/eck-elasticsearch/templates/tests/elasticsearch_test.yaml +++ b/deploy/eck-stack/charts/eck-elasticsearch/templates/tests/elasticsearch_test.yaml @@ -108,7 +108,7 @@ tests: app.kubernetes.io/instance: quickstart app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: eck-elasticsearch - helm.sh/chart: eck-elasticsearch-0.9.0-SNAPSHOT + helm.sh/chart: eck-elasticsearch-0.10.0-SNAPSHOT test: label - equal: path: metadata.annotations diff --git a/deploy/eck-stack/charts/eck-elasticsearch/values.yaml b/deploy/eck-stack/charts/eck-elasticsearch/values.yaml index 26ef2fbc9a..0a69888487 100644 --- a/deploy/eck-stack/charts/eck-elasticsearch/values.yaml +++ b/deploy/eck-stack/charts/eck-elasticsearch/values.yaml @@ -18,7 +18,7 @@ # Version of Elasticsearch. # -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT # Elasticsearch Docker image to deploy # diff --git a/deploy/eck-stack/charts/eck-fleet-server/Chart.yaml b/deploy/eck-stack/charts/eck-fleet-server/Chart.yaml index 0d0ee25813..242101f594 100644 --- a/deploy/eck-stack/charts/eck-fleet-server/Chart.yaml +++ b/deploy/eck-stack/charts/eck-fleet-server/Chart.yaml @@ -3,7 +3,7 @@ name: eck-fleet-server description: Elastic Fleet Server as an Agent managed by the ECK operator kubeVersion: ">= 1.21.0-0" type: application -version: 0.9.0-SNAPSHOT +version: 0.10.0-SNAPSHOT sources: - https://github.com/elastic/cloud-on-k8s - https://github.com/elastic/elastic-agent diff --git a/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server-cluster-role-binding_test.yaml b/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server-cluster-role-binding_test.yaml index 3beefd58cc..f033a58716 100644 --- a/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server-cluster-role-binding_test.yaml +++ b/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server-cluster-role-binding_test.yaml @@ -49,7 +49,7 @@ tests: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: eck-fleet-server clusterRoleBinding: label - helm.sh/chart: eck-fleet-server-0.9.0-SNAPSHOT + helm.sh/chart: eck-fleet-server-0.10.0-SNAPSHOT test: label - equal: path: metadata.annotations diff --git a/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server-cluster-role_test.yaml b/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server-cluster-role_test.yaml index b551be1c61..135439f757 100644 --- a/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server-cluster-role_test.yaml +++ b/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server-cluster-role_test.yaml @@ -88,7 +88,7 @@ tests: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: eck-fleet-server clusterRole: label - helm.sh/chart: eck-fleet-server-0.9.0-SNAPSHOT + helm.sh/chart: eck-fleet-server-0.10.0-SNAPSHOT test: label - equal: path: metadata.annotations diff --git a/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server-service-account_test.yaml b/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server-service-account_test.yaml index 026a1773b8..839a503302 100644 --- a/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server-service-account_test.yaml +++ b/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server-service-account_test.yaml @@ -34,7 +34,7 @@ tests: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: eck-fleet-server serviceAccount: label - helm.sh/chart: eck-fleet-server-0.9.0-SNAPSHOT + helm.sh/chart: eck-fleet-server-0.10.0-SNAPSHOT test: label - equal: path: metadata.annotations diff --git a/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server_test.yaml b/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server_test.yaml index eb7b59a848..4d344a8a1a 100644 --- a/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server_test.yaml +++ b/deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server_test.yaml @@ -13,7 +13,7 @@ tests: value: quickstart-eck-fleet-server - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - equal: path: spec.kibanaRef.name value: eck-kibana @@ -46,7 +46,7 @@ tests: app.kubernetes.io/instance: quickstart app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: eck-fleet-server - helm.sh/chart: eck-fleet-server-0.9.0-SNAPSHOT + helm.sh/chart: eck-fleet-server-0.10.0-SNAPSHOT test: label - equal: path: metadata.annotations diff --git a/deploy/eck-stack/charts/eck-fleet-server/values.yaml b/deploy/eck-stack/charts/eck-fleet-server/values.yaml index 724819a776..b6079b080a 100644 --- a/deploy/eck-stack/charts/eck-fleet-server/values.yaml +++ b/deploy/eck-stack/charts/eck-fleet-server/values.yaml @@ -18,7 +18,7 @@ # Version of Elastic Fleet Server. # -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT # Labels that will be applied to Elastic Fleet Server. # diff --git a/deploy/eck-stack/charts/eck-kibana/Chart.yaml b/deploy/eck-stack/charts/eck-kibana/Chart.yaml index 5173233854..58fa322550 100644 --- a/deploy/eck-stack/charts/eck-kibana/Chart.yaml +++ b/deploy/eck-stack/charts/eck-kibana/Chart.yaml @@ -3,7 +3,7 @@ name: eck-kibana description: Kibana managed by the ECK operator kubeVersion: ">= 1.21.0-0" type: application -version: 0.9.0-SNAPSHOT +version: 0.10.0-SNAPSHOT sources: - https://github.com/elastic/cloud-on-k8s - https://github.com/elastic/kibana diff --git a/deploy/eck-stack/charts/eck-kibana/examples/http-configuration.yaml b/deploy/eck-stack/charts/eck-kibana/examples/http-configuration.yaml index febc61e3d4..1bdca63d0b 100644 --- a/deploy/eck-stack/charts/eck-kibana/examples/http-configuration.yaml +++ b/deploy/eck-stack/charts/eck-kibana/examples/http-configuration.yaml @@ -1,7 +1,7 @@ --- # Version of Kibana. # -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT # Labels that will be applied to Kibana. # diff --git a/deploy/eck-stack/charts/eck-kibana/templates/tests/kibana_test.yaml b/deploy/eck-stack/charts/eck-kibana/templates/tests/kibana_test.yaml index d57fa9f60f..9560642b55 100644 --- a/deploy/eck-stack/charts/eck-kibana/templates/tests/kibana_test.yaml +++ b/deploy/eck-stack/charts/eck-kibana/templates/tests/kibana_test.yaml @@ -13,7 +13,7 @@ tests: value: quickstart-eck-kibana - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - it: name override should work properly set: nameOverride: override @@ -53,7 +53,7 @@ tests: app.kubernetes.io/instance: quickstart app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: eck-kibana - helm.sh/chart: eck-kibana-0.9.0-SNAPSHOT + helm.sh/chart: eck-kibana-0.10.0-SNAPSHOT test: label - equal: path: metadata.annotations @@ -75,7 +75,7 @@ tests: value: quickstart-eck-kibana - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - equal: path: spec.count value: 1 diff --git a/deploy/eck-stack/charts/eck-kibana/values.yaml b/deploy/eck-stack/charts/eck-kibana/values.yaml index f241b9eb13..0b47ebe165 100644 --- a/deploy/eck-stack/charts/eck-kibana/values.yaml +++ b/deploy/eck-stack/charts/eck-kibana/values.yaml @@ -18,7 +18,7 @@ # Version of Kibana. # -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT # Labels that will be applied to Kibana. # diff --git a/deploy/eck-stack/charts/eck-logstash/Chart.yaml b/deploy/eck-stack/charts/eck-logstash/Chart.yaml index 45aeb19c1c..5c3a4db805 100644 --- a/deploy/eck-stack/charts/eck-logstash/Chart.yaml +++ b/deploy/eck-stack/charts/eck-logstash/Chart.yaml @@ -3,7 +3,7 @@ name: eck-logstash description: Logstash managed by the ECK operator kubeVersion: ">= 1.21.0-0" type: application -version: 0.9.0-SNAPSHOT +version: 0.10.0-SNAPSHOT sources: - https://github.com/elastic/cloud-on-k8s - https://github.com/elastic/logstash diff --git a/deploy/eck-stack/charts/eck-logstash/examples/basic-eck.yaml b/deploy/eck-stack/charts/eck-logstash/examples/basic-eck.yaml index 23b16bcdb8..06b012c7a7 100644 --- a/deploy/eck-stack/charts/eck-logstash/examples/basic-eck.yaml +++ b/deploy/eck-stack/charts/eck-logstash/examples/basic-eck.yaml @@ -1,6 +1,6 @@ --- # values corresponding to config/recipes/logstash/logstash-eck.yaml -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT elasticsearchRefs: - clusterName: eck diff --git a/deploy/eck-stack/charts/eck-logstash/examples/es-role.yaml b/deploy/eck-stack/charts/eck-logstash/examples/es-role.yaml index 84b565f8eb..eaac36cb2c 100644 --- a/deploy/eck-stack/charts/eck-logstash/examples/es-role.yaml +++ b/deploy/eck-stack/charts/eck-logstash/examples/es-role.yaml @@ -1,6 +1,6 @@ --- # values corresponding to config/recipes/logstash/logstash-es-role.yaml -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT elasticsearchRefs: - clusterName: eck diff --git a/deploy/eck-stack/charts/eck-logstash/examples/monitored.yaml b/deploy/eck-stack/charts/eck-logstash/examples/monitored.yaml index e74abbd892..2397fa35f8 100644 --- a/deploy/eck-stack/charts/eck-logstash/examples/monitored.yaml +++ b/deploy/eck-stack/charts/eck-logstash/examples/monitored.yaml @@ -1,6 +1,6 @@ --- # values corresponding to config/recipes/logstash/logstash-monitored.yaml -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT monitoring: metrics: diff --git a/deploy/eck-stack/charts/eck-logstash/examples/multi.yaml b/deploy/eck-stack/charts/eck-logstash/examples/multi.yaml index 8f515e3fa4..356c19dc3a 100644 --- a/deploy/eck-stack/charts/eck-logstash/examples/multi.yaml +++ b/deploy/eck-stack/charts/eck-logstash/examples/multi.yaml @@ -1,6 +1,6 @@ --- # values corresponding to config/recipes/logstash/logstash-multi.yaml -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT pipelines: - pipeline.id: main diff --git a/deploy/eck-stack/charts/eck-logstash/examples/volumes.yaml b/deploy/eck-stack/charts/eck-logstash/examples/volumes.yaml index c8009ba7c9..8eb6dff0b1 100644 --- a/deploy/eck-stack/charts/eck-logstash/examples/volumes.yaml +++ b/deploy/eck-stack/charts/eck-logstash/examples/volumes.yaml @@ -1,6 +1,6 @@ --- # values corresponding to config/recipes/logstash/logstash-volumes.yaml -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT config: log.level: info diff --git a/deploy/eck-stack/charts/eck-logstash/templates/tests/logstash_test.yaml b/deploy/eck-stack/charts/eck-logstash/templates/tests/logstash_test.yaml index c880baa0e7..bbd4047aaf 100644 --- a/deploy/eck-stack/charts/eck-logstash/templates/tests/logstash_test.yaml +++ b/deploy/eck-stack/charts/eck-logstash/templates/tests/logstash_test.yaml @@ -101,7 +101,7 @@ tests: app.kubernetes.io/instance: quickstart app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: eck-logstash - helm.sh/chart: eck-logstash-0.9.0-SNAPSHOT + helm.sh/chart: eck-logstash-0.10.0-SNAPSHOT test: label - equal: path: metadata.annotations diff --git a/deploy/eck-stack/charts/eck-logstash/values.yaml b/deploy/eck-stack/charts/eck-logstash/values.yaml index 3cb69a488c..efdb5f2562 100644 --- a/deploy/eck-stack/charts/eck-logstash/values.yaml +++ b/deploy/eck-stack/charts/eck-logstash/values.yaml @@ -18,7 +18,7 @@ # Version of Logstash. # -version: 8.12.0-SNAPSHOT +version: 8.13.0-SNAPSHOT # Logstash Docker image to deploy # diff --git a/deploy/eck-stack/examples/beats/metricbeat_hosts.yaml b/deploy/eck-stack/examples/beats/metricbeat_hosts.yaml index a409183518..2fe579bd6b 100644 --- a/deploy/eck-stack/examples/beats/metricbeat_hosts.yaml +++ b/deploy/eck-stack/examples/beats/metricbeat_hosts.yaml @@ -7,7 +7,7 @@ eck-elasticsearch: # Version of Elasticsearch. # - version: 8.12.0-SNAPSHOT + version: 8.13.0-SNAPSHOT nodeSets: - name: default @@ -41,7 +41,7 @@ eck-kibana: # Version of Kibana. # - version: 8.12.0-SNAPSHOT + version: 8.13.0-SNAPSHOT spec: # Count of Kibana replicas to create. @@ -58,7 +58,7 @@ eck-beats: name: metricbeat spec: type: metricbeat - version: 8.12.0-SNAPSHOT + version: 8.13.0-SNAPSHOT elasticsearchRef: name: quickstart kibanaRef: diff --git a/deploy/eck-stack/examples/custom-elasticsearch-kibana.yaml b/deploy/eck-stack/examples/custom-elasticsearch-kibana.yaml index 53c4a2c963..519a6aa076 100644 --- a/deploy/eck-stack/examples/custom-elasticsearch-kibana.yaml +++ b/deploy/eck-stack/examples/custom-elasticsearch-kibana.yaml @@ -6,7 +6,7 @@ eck-elasticsearch: # Version of Elasticsearch. # - version: 8.12.0-SNAPSHOT + version: 8.13.0-SNAPSHOT nodeSets: - name: default @@ -38,7 +38,7 @@ eck-kibana: # Version of Kibana. # - version: 8.12.0-SNAPSHOT + version: 8.13.0-SNAPSHOT spec: # Count of Kibana replicas to create. diff --git a/deploy/eck-stack/templates/tests/beats_test.yaml b/deploy/eck-stack/templates/tests/beats_test.yaml index 6e4e22c5d6..28419cf1ab 100644 --- a/deploy/eck-stack/templates/tests/beats_test.yaml +++ b/deploy/eck-stack/templates/tests/beats_test.yaml @@ -19,7 +19,7 @@ tests: value: quickstart-eck-beats - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - it: should render custom metricbeat example properly values: - ../../examples/beats/metricbeat_hosts.yaml @@ -33,7 +33,7 @@ tests: value: quickstart-eck-beats - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - equal: path: spec.kibanaRef.name value: quickstart diff --git a/deploy/eck-stack/templates/tests/elastic-agent_test.yaml b/deploy/eck-stack/templates/tests/elastic-agent_test.yaml index 3cb88addb8..610ab22777 100644 --- a/deploy/eck-stack/templates/tests/elastic-agent_test.yaml +++ b/deploy/eck-stack/templates/tests/elastic-agent_test.yaml @@ -18,7 +18,7 @@ tests: value: quickstart-eck-agent - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - it: should render agent in custom fleet example properly values: - ../../examples/agent/fleet-agents.yaml @@ -32,7 +32,7 @@ tests: value: quickstart-eck-agent - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - equal: path: spec.kibanaRef.name value: kibana @@ -75,7 +75,7 @@ tests: value: quickstart-eck-fleet-server - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - it: should render fleet server in custom fleet example properly values: - ../../examples/agent/fleet-agents.yaml @@ -89,7 +89,7 @@ tests: value: fleet-server - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - equal: path: spec.kibanaRef.name value: kibana diff --git a/deploy/eck-stack/templates/tests/kibana_test.yaml b/deploy/eck-stack/templates/tests/kibana_test.yaml index b51ba78619..642441e13e 100644 --- a/deploy/eck-stack/templates/tests/kibana_test.yaml +++ b/deploy/eck-stack/templates/tests/kibana_test.yaml @@ -13,7 +13,7 @@ tests: value: quickstart-eck-kibana - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - it: name override should work properly set: eck-kibana.nameOverride: override @@ -51,7 +51,7 @@ tests: value: quickstart - equal: path: spec.version - value: 8.12.0-SNAPSHOT + value: 8.13.0-SNAPSHOT - equal: path: spec.count value: 1 diff --git a/hack/operatorhub/config.yaml b/hack/operatorhub/config.yaml index d16d430551..66aadbaad6 100644 --- a/hack/operatorhub/config.yaml +++ b/hack/operatorhub/config.yaml @@ -1,6 +1,6 @@ -newVersion: 2.11.0-SNAPSHOT -prevVersion: 2.10.0 -stackVersion: 8.12.0-SNAPSHOT +newVersion: 2.12.0-SNAPSHOT +prevVersion: 2.11.0 +stackVersion: 8.13.0-SNAPSHOT crds: - name: elasticsearches.elasticsearch.k8s.elastic.co displayName: Elasticsearch Cluster