Skip to content

Commit 7cef480

Browse files
authored
[3.2] Update operator and stack version (#8848)
* VERSION updated * operatorhub updated * stack versions updated in charts * helm version updated for the operator * updated stack versions in helm charts * enterprise search version updated * updated test harness versions * reference and dependency docs updated * Revert "updated test harness versions" This reverts commit ab75fea.
1 parent 980f976 commit 7cef480

File tree

63 files changed

+2404
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2404
-114
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0-SNAPSHOT
1+
3.2.0

deploy/eck-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ home: https://github.com/elastic/cloud-on-k8s
1010

1111
type: application
1212

13-
version: 3.2.0-SNAPSHOT
13+
version: 3.2.0
1414

15-
appVersion: 3.2.0-SNAPSHOT
15+
appVersion: 3.2.0
1616

1717
kubeVersion: ">=1.21.0-0"
1818

@@ -32,5 +32,5 @@ maintainers:
3232

3333
dependencies:
3434
- name: eck-operator-crds
35-
version: 3.2.0-SNAPSHOT
35+
version: 3.2.0
3636
condition: installCRDs

deploy/eck-operator/charts/eck-operator-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description: ECK operator Custom Resource Definitions
88

99
type: application
1010

11-
version: 3.2.0-SNAPSHOT
11+
version: 3.2.0
1212

13-
appVersion: 3.2.0-SNAPSHOT
13+
appVersion: 3.2.0
1414

1515
home: https://github.com/elastic/cloud-on-k8s
1616

deploy/eck-operator/templates/tests/statefulset_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ tests:
7575
app.kubernetes.io/instance: RELEASE-NAME
7676
app.kubernetes.io/managed-by: Helm
7777
app.kubernetes.io/name: elastic-operator
78-
app.kubernetes.io/version: 3.2.0-SNAPSHOT
79-
helm.sh/chart: eck-operator-3.2.0-SNAPSHOT
78+
app.kubernetes.io/version: 3.2.0
79+
helm.sh/chart: eck-operator-3.2.0
8080
key2: value2
8181
- it: should use the specified webhook secret name
8282
set:

deploy/eck-stack/Chart.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@ name: eck-stack
33
description: Elastic Stack managed by the ECK Operator
44
kubeVersion: ">= 1.21.0-0"
55
type: application
6-
version: 0.17.0-SNAPSHOT
6+
version: 0.17.0
77

88
dependencies:
99
- name: eck-elasticsearch
1010
condition: eck-elasticsearch.enabled
11-
version: "0.17.0-SNAPSHOT"
11+
version: "0.17.0"
1212
- name: eck-kibana
1313
condition: eck-kibana.enabled
14-
version: "0.17.0-SNAPSHOT"
14+
version: "0.17.0"
1515
- name: eck-agent
1616
condition: eck-agent.enabled
17-
version: "0.17.0-SNAPSHOT"
17+
version: "0.17.0"
1818
- name: eck-fleet-server
1919
condition: eck-fleet-server.enabled
20-
version: "0.17.0-SNAPSHOT"
20+
version: "0.17.0"
2121
- name: eck-beats
2222
condition: eck-beats.enabled
23-
version: "0.17.0-SNAPSHOT"
23+
version: "0.17.0"
2424
- name: eck-logstash
2525
condition: eck-logstash.enabled
26-
version: "0.17.0-SNAPSHOT"
26+
version: "0.17.0"
2727
- name: eck-apm-server
2828
condition: eck-apm-server.enabled
29-
version: "0.17.0-SNAPSHOT"
29+
version: "0.17.0"
3030
- name: eck-enterprise-search
3131
condition: eck-enterprise-search.enabled
32-
version: "0.17.0-SNAPSHOT"
32+
version: "0.17.0"

deploy/eck-stack/charts/eck-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: eck-agent
33
description: Elastic Agent managed by the ECK operator
44
kubeVersion: ">= 1.21.0-0"
55
type: application
6-
version: 0.17.0-SNAPSHOT
6+
version: 0.17.0
77
sources:
88
- https://github.com/elastic/cloud-on-k8s
99
- https://github.com/elastic/elastic-agent

deploy/eck-stack/charts/eck-agent/examples/fleet-agents.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The following example should only be used in conjunction with the 'eck-fleet-server' Helm Chart,
22
# and shows how the Agents can be deployed as a daemonset, and controlled by Fleet Server.
33
#
4-
version: 9.2.0-SNAPSHOT
4+
version: 9.2.0
55

66
# This must match the name of an Agent policy.
77
policyID: eck-agent

deploy/eck-stack/charts/eck-agent/examples/system-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The following example should only be used in Agent "standalone" mode,
22
# and should not be used when Agent is used with Fleet Server.
33
#
4-
version: 9.2.0-SNAPSHOT
4+
version: 9.2.0
55
elasticsearchRefs:
66
- name: eck-elasticsearch
77
daemonSet:
@@ -32,7 +32,7 @@ config:
3232
meta:
3333
package:
3434
name: system
35-
version: 9.2.0-SNAPSHOT
35+
version: 9.2.0
3636
data_stream:
3737
namespace: default
3838
streams:

deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-cluster-role-binding_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tests:
7979
app.kubernetes.io/managed-by: Helm
8080
app.kubernetes.io/name: eck-agent
8181
clusterRoleBinding: label
82-
helm.sh/chart: eck-agent-0.17.0-SNAPSHOT
82+
helm.sh/chart: eck-agent-0.17.0
8383
test: label
8484
- equal:
8585
path: metadata.annotations

deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent-cluster-role_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ tests:
138138
app.kubernetes.io/managed-by: Helm
139139
app.kubernetes.io/name: eck-agent
140140
clusterRole: label
141-
helm.sh/chart: eck-agent-0.17.0-SNAPSHOT
141+
helm.sh/chart: eck-agent-0.17.0
142142
test: label
143143
- equal:
144144
path: metadata.annotations

0 commit comments

Comments
 (0)