Skip to content

Commit 1acaa98

Browse files
committed
Upgraded Elasticsearch version to 8.17.3
1 parent 0dd7ae4 commit 1acaa98

13 files changed

+28
-28
lines changed

.devcontainer/docker-compose.yml

+2-2
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.17.0
25+
image: exceptionless/elasticsearch:8.17.3
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.17.0
41+
image: docker.elastic.co/kibana/kibana:8.17.3
4242
environment:
4343
xpack.security.enabled: "false"
4444
ports:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ENTRYPOINT ["/app/app-docker-entrypoint.sh"]
9898

9999
# completely self-contained
100100

101-
FROM exceptionless/elasticsearch:8.17.0 AS exceptionless
101+
FROM exceptionless/elasticsearch:8.17.3 AS exceptionless
102102

103103
WORKDIR /app
104104
COPY --from=job-publish /app/src/Exceptionless.Job/out ./
+1-1
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.17.0
2+
FROM docker.elastic.co/elasticsearch/elasticsearch:8.17.3
33

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

docker/docker-compose.apm.yml

+4-4
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.17.0
5+
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.3
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.17.0
56+
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.3
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.17.0
101+
image: docker.elastic.co/kibana/kibana:8.17.3
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.17.0
127+
image: docker.elastic.co/apm/apm-server:8.17.3
128128
volumes:
129129
- certs:/usr/share/apm-server/certs
130130
ports:

docker/docker-compose.dev.yml

+2-2
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.17.0
53+
image: exceptionless/elasticsearch:8.17.3
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.17.0
67+
image: docker.elastic.co/kibana/kibana:8.17.3
6868
ports:
6969
- 5601:5601
7070

docker/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
elasticsearch:
3-
image: exceptionless/elasticsearch:8.17.0
3+
image: exceptionless/elasticsearch:8.17.3
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.17.0
19+
image: docker.elastic.co/kibana/kibana:8.17.3
2020
environment:
2121
xpack.security.enabled: "false"
2222
ports:

k8s/elastic-monitor.yaml

+4-4
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.17.0
7+
version: 8.17.3
88
podDisruptionBudget: {}
99
nodeSets:
1010
- name: main
@@ -51,7 +51,7 @@ metadata:
5151
name: kibana-monitor
5252
namespace: elastic-system
5353
spec:
54-
version: 8.17.0
54+
version: 8.17.3
5555
count: 1
5656
elasticsearchRef:
5757
name: elastic-monitor
@@ -145,7 +145,7 @@ metadata:
145145
name: fleet-server
146146
namespace: elastic-system
147147
spec:
148-
version: 8.17.0
148+
version: 8.17.3
149149
kibanaRef:
150150
name: kibana-monitor
151151
elasticsearchRefs:
@@ -169,7 +169,7 @@ metadata:
169169
name: elastic-agent
170170
namespace: elastic-system
171171
spec:
172-
version: 8.17.0
172+
version: 8.17.3
173173
kibanaRef:
174174
name: kibana-monitor
175175
fleetServerRef:

k8s/ex-dev-elasticsearch.yaml

+3-3
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.17.0
8-
image: exceptionless/elasticsearch:8.17.0 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
7+
version: 8.17.3
8+
image: exceptionless/elasticsearch:8.17.3 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
99
secureSettings:
1010
- secretName: ex-dev-snapshots
1111
http:
@@ -57,7 +57,7 @@ metadata:
5757
name: ex-dev
5858
namespace: ex-dev
5959
spec:
60-
version: 8.17.0
60+
version: 8.17.3
6161
count: 1
6262
elasticsearchRef:
6363
name: ex-dev

k8s/ex-prod-elasticsearch.yaml

+3-3
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.17.0
8-
image: exceptionless/elasticsearch:8.17.0 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
7+
version: 8.17.3
8+
image: exceptionless/elasticsearch:8.17.3 # 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.17.0
71+
version: 8.17.3
7272
count: 1
7373
elasticsearchRef:
7474
name: ex-prod

k8s/exceptionless/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ elasticsearch:
5151
connectionString:
5252
image:
5353
repository: exceptionless/elasticsearch
54-
tag: 8.17.0
54+
tag: 8.17.3
5555
pullPolicy: IfNotPresent
5656

5757
redis:

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

+1-1
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.17.0
23+
image: docker.elastic.co/kibana/kibana:8.17.3
2424
ports:
2525
- 5601:5601
2626

samples/docker-compose.yml

+2-2
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.17.0
47+
image: exceptionless/elasticsearch:8.17.3
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.17.0
61+
image: docker.elastic.co/kibana/kibana:8.17.3
6262
ports:
6363
- 5601:5601
6464

src/Exceptionless.AppHost/Extensions/ElasticsearchExtensions.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static class ElasticsearchBuilderExtensions
1515
private const int KibanaPort = 5601;
1616

1717
/// <summary>
18-
/// Adds a Elasticsearch container to the application model. The default image is "docker.elastic.co/elasticsearch/elasticsearch". This version the package defaults to the 8.17.0 tag of the Elasticsearch container image
18+
/// Adds a Elasticsearch container to the application model. The default image is "docker.elastic.co/elasticsearch/elasticsearch". This version the package defaults to the 8.17.3 tag of the Elasticsearch container image
1919
/// </summary>
2020
/// <param name="builder">The <see cref="IDistributedApplicationBuilder"/>.</param>
2121
/// <param name="name">The name of the resource. This name will be used as the connection string name when referenced in a dependency.</param>
@@ -117,5 +117,5 @@ internal static class ElasticsearchContainerImageTags
117117
public const string Image = "exceptionless/elasticsearch";
118118
public const string KibanaRegistry = "docker.elastic.co";
119119
public const string KibanaImage = "kibana/kibana";
120-
public const string Tag = "8.17.0";
120+
public const string Tag = "8.17.3";
121121
}

0 commit comments

Comments
 (0)