Skip to content

Commit

Permalink
Bump ECK Version, and Stack versions for next release. (#7400)
Browse files Browse the repository at this point in the history
* Bump ECK Version, and Stack versions for next release.
---------
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
  • Loading branch information
naemono authored Dec 20, 2023
1 parent d8f4407 commit 13fc2cf
Show file tree
Hide file tree
Showing 48 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.0-SNAPSHOT
2.12.0-SNAPSHOT
6 changes: 3 additions & 3 deletions deploy/eck-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -32,5 +32,5 @@ maintainers:

dependencies:
- name: eck-operator-crds
version: 2.11.0-SNAPSHOT
version: 2.12.0-SNAPSHOT
condition: installCRDs
4 changes: 2 additions & 2 deletions deploy/eck-operator/charts/eck-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions deploy/eck-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -33,7 +33,7 @@ spec:
meta:
package:
name: system
version: 8.12.0-SNAPSHOT
version: 8.13.0-SNAPSHOT
data_stream:
namespace: default
streams:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-beats/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: auditbeat
version: 8.12.0-SNAPSHOT
version: 8.13.0-SNAPSHOT
spec:
type: auditbeat
elasticsearchRef:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: filebeat
version: 8.12.0-SNAPSHOT
version: 8.13.0-SNAPSHOT
spec:
type: filebeat
elasticsearchRef:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: heartbeat
version: 8.12.0-SNAPSHOT
version: 8.13.0-SNAPSHOT
spec:
type: heartbeat
elasticsearchRef:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: metricbeat
spec:
type: metricbeat
version: 8.12.0-SNAPSHOT
version: 8.13.0-SNAPSHOT
elasticsearchRef:
name: eck-elasticsearch
kibanaRef:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: packetbeat
spec:
type: packetbeat
version: 8.12.0-SNAPSHOT
version: 8.13.0-SNAPSHOT
elasticsearchRef:
name: eck-elasticsearch
kibanaRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-beats/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Version of Elasticsearch.
#
version: 8.12.0-SNAPSHOT
version: 8.13.0-SNAPSHOT

# Elasticsearch Docker image to deploy
#
Expand Down
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-fleet-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-fleet-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-kibana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Version of Kibana.
#
version: 8.12.0-SNAPSHOT
version: 8.13.0-SNAPSHOT

# Labels that will be applied to Kibana.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-kibana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Version of Kibana.
#
version: 8.12.0-SNAPSHOT
version: 8.13.0-SNAPSHOT

# Labels that will be applied to Kibana.
#
Expand Down
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-logstash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-logstash/examples/es-role.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit 13fc2cf

Please sign in to comment.