Skip to content

Commit 37c445f

Browse files
committed
Update elasticsearch to 8.16.1
1 parent 2a22d6a commit 37c445f

14 files changed

+32
-32
lines changed

.devcontainer/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
# (Adding the "ports" property to this file will not forward from a Codespace.)
2323

2424
elasticsearch:
25-
image: exceptionless/elasticsearch:8.15.2
25+
image: exceptionless/elasticsearch:8.16.1
2626
environment:
2727
node.name: elasticsearch
2828
cluster.name: exceptionless
@@ -38,7 +38,7 @@ services:
3838
kibana:
3939
depends_on:
4040
- elasticsearch
41-
image: docker.elastic.co/kibana/kibana:8.15.2
41+
image: docker.elastic.co/kibana/kibana:8.16.1
4242
environment:
4343
xpack.security.enabled: "false"
4444
ports:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ENTRYPOINT ["/app/app-docker-entrypoint.sh"]
9999

100100
# completely self-contained
101101

102-
FROM exceptionless/elasticsearch:8.15.2 AS exceptionless
102+
FROM exceptionless/elasticsearch:8.16.1 AS exceptionless
103103

104104
WORKDIR /app
105105
COPY --from=job-publish /app/src/Exceptionless.Job/out ./
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://www.docker.elastic.co/
2-
FROM docker.elastic.co/elasticsearch/elasticsearch:8.15.2
2+
FROM docker.elastic.co/elasticsearch/elasticsearch:8.16.1
33

44
RUN elasticsearch-plugin install -b mapper-size
55

docker/docker-compose.apm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "2.2"
22

33
services:
44
setup:
5-
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.2
5+
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.1
66
volumes:
77
- certs:/usr/share/elasticsearch/config/certs
88
user: "0"
@@ -53,7 +53,7 @@ services:
5353
depends_on:
5454
setup:
5555
condition: service_healthy
56-
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.2
56+
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.1
5757
volumes:
5858
- certs:/usr/share/elasticsearch/config/certs
5959
- esdata:/usr/share/elasticsearch/data
@@ -98,7 +98,7 @@ services:
9898
depends_on:
9999
elasticsearch:
100100
condition: service_healthy
101-
image: docker.elastic.co/kibana/kibana:8.15.2
101+
image: docker.elastic.co/kibana/kibana:8.16.1
102102
volumes:
103103
- certs:/usr/share/kibana/config/certs
104104
ports:
@@ -124,7 +124,7 @@ services:
124124
depends_on:
125125
elasticsearch:
126126
condition: service_healthy
127-
image: docker.elastic.co/apm/apm-server:8.15.2
127+
image: docker.elastic.co/apm/apm-server:8.16.1
128128
volumes:
129129
- certs:/usr/share/apm-server/certs
130130
ports:

docker/docker-compose.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
- appdata:/app/storage
5151

5252
elasticsearch:
53-
image: exceptionless/elasticsearch:8.15.2
53+
image: exceptionless/elasticsearch:8.16.1
5454
environment:
5555
discovery.type: single-node
5656
xpack.security.enabled: "false"
@@ -64,7 +64,7 @@ services:
6464
kibana:
6565
depends_on:
6666
- elasticsearch
67-
image: docker.elastic.co/kibana/kibana:8.15.2
67+
image: docker.elastic.co/kibana/kibana:8.16.1
6868
ports:
6969
- 5601:5601
7070

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
elasticsearch:
3-
image: exceptionless/elasticsearch:8.15.2
3+
image: exceptionless/elasticsearch:8.16.1
44
environment:
55
node.name: elasticsearch
66
cluster.name: exceptionless
@@ -16,7 +16,7 @@ services:
1616
kibana:
1717
depends_on:
1818
- elasticsearch
19-
image: docker.elastic.co/kibana/kibana:8.15.2
19+
image: docker.elastic.co/kibana/kibana:8.16.1
2020
environment:
2121
xpack.security.enabled: "false"
2222
ports:

k8s/elastic-monitor.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: elastic-monitor
55
namespace: elastic-system
66
spec:
7-
version: 8.15.2
7+
version: 8.16.1
88
podDisruptionBudget:
99
spec:
1010
minAvailable: 2
@@ -56,7 +56,7 @@ metadata:
5656
name: kibana-monitor
5757
namespace: elastic-system
5858
spec:
59-
version: 8.15.2
59+
version: 8.16.1
6060
count: 1
6161
elasticsearchRef:
6262
name: elastic-monitor
@@ -150,7 +150,7 @@ metadata:
150150
name: fleet-server
151151
namespace: elastic-system
152152
spec:
153-
version: 8.15.2
153+
version: 8.16.1
154154
kibanaRef:
155155
name: kibana-monitor
156156
elasticsearchRefs:
@@ -174,7 +174,7 @@ metadata:
174174
name: elastic-agent
175175
namespace: elastic-system
176176
spec:
177-
version: 8.15.2
177+
version: 8.16.1
178178
kibanaRef:
179179
name: kibana-monitor
180180
fleetServerRef:

k8s/ex-dev-elasticsearch.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
name: ex-dev
55
namespace: ex-dev
66
spec:
7-
version: 8.15.2
8-
image: exceptionless/elasticsearch:8.15.2 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
7+
version: 8.16.1
8+
image: exceptionless/elasticsearch:8.16.1 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
99
secureSettings:
1010
- secretName: ex-dev-snapshots
1111
http:
@@ -16,7 +16,7 @@ spec:
1616
- name: main
1717
count: 1
1818
config:
19-
node.roles: [data, ingest, master]
19+
node.roles: [data, ingest, master, remote_cluster_client]
2020
action.destructive_requires_name: false
2121
podTemplate:
2222
spec:
@@ -57,7 +57,7 @@ metadata:
5757
name: ex-dev
5858
namespace: ex-dev
5959
spec:
60-
version: 8.15.2
60+
version: 8.16.1
6161
count: 1
6262
elasticsearchRef:
6363
name: ex-dev

k8s/ex-prod-elasticsearch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
name: ex-prod
55
namespace: ex-prod
66
spec:
7-
version: 8.15.2
8-
image: exceptionless/elasticsearch:8.15.2 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
7+
version: 8.16.1
8+
image: exceptionless/elasticsearch:8.16.1 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
99
# monitoring:
1010
# metrics:
1111
# elasticsearchRefs:
@@ -68,7 +68,7 @@ metadata:
6868
name: ex-prod
6969
namespace: ex-prod
7070
spec:
71-
version: 8.15.2
71+
version: 8.16.1
7272
count: 1
7373
elasticsearchRef:
7474
name: ex-prod

k8s/ex-prod-tasks.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ helm upgrade vpa fairwinds-stable/vpa --namespace vpa -f vpa-values.yaml --reset
8080
# upgrade elasticsearch operator
8181
# https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html
8282
# https://github.com/elastic/cloud-on-k8s/releases
83-
kubectl replace -f https://download.elastic.co/downloads/eck/2.14.0/crds.yaml
84-
kubectl create -f https://download.elastic.co/downloads/eck/2.14.0/crds.yaml
85-
kubectl apply -f https://download.elastic.co/downloads/eck/2.14.0/operator.yaml
83+
kubectl replace -f https://download.elastic.co/downloads/eck/2.15.0/crds.yaml
84+
kubectl create -f https://download.elastic.co/downloads/eck/2.15.0/crds.yaml
85+
kubectl apply -f https://download.elastic.co/downloads/eck/2.15.0/operator.yaml
8686

8787
# upgrade elasticsearch
8888
kubectl apply --namespace ex-prod -f ex-prod-elasticsearch.yaml

k8s/ex-setup.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ kubectl config set-context --current --namespace=ex-$ENV
6060
# setup elasticsearch operator
6161
# https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html
6262
# https://github.com/elastic/cloud-on-k8s/releases
63-
kubectl create -f https://download.elastic.co/downloads/eck/2.14.0/crds.yaml
64-
kubectl apply -f https://download.elastic.co/downloads/eck/2.14.0/operator.yaml
63+
kubectl create -f https://download.elastic.co/downloads/eck/2.15.0/crds.yaml
64+
kubectl apply -f https://download.elastic.co/downloads/eck/2.15.0/operator.yaml
6565

6666
# view ES operator logs
6767
kubectl -n elastic-system logs -f statefulset.apps/elastic-operator

k8s/exceptionless/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ elasticsearch:
5151
connectionString:
5252
image:
5353
repository: exceptionless/elasticsearch
54-
tag: 8.15.2
54+
tag: 8.16.1
5555
pullPolicy: IfNotPresent
5656

5757
redis:

samples/docker-compose.all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
kibana:
2121
depends_on:
2222
- elasticsearch
23-
image: docker.elastic.co/kibana/kibana:8.15.2
23+
image: docker.elastic.co/kibana/kibana:8.16.1
2424
ports:
2525
- 5601:5601
2626

samples/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
- ex_appdata:/app/storage
4545

4646
elasticsearch:
47-
image: exceptionless/elasticsearch:8.15.2
47+
image: exceptionless/elasticsearch:8.16.1
4848
environment:
4949
discovery.type: single-node
5050
xpack.security.enabled: "false"
@@ -58,7 +58,7 @@ services:
5858
kibana:
5959
depends_on:
6060
- elasticsearch
61-
image: docker.elastic.co/kibana/kibana:8.15.2
61+
image: docker.elastic.co/kibana/kibana:8.16.1
6262
ports:
6363
- 5601:5601
6464

0 commit comments

Comments
 (0)