Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 9da8fff

Browse files
authored
7.17.1 bump (#1609)
* 7.17.1 bump This PR bump chart version and Docker images to 7.17.1. * remove warning notices * update readme format * fix missing lines
1 parent 5a87d9f commit 9da8fff

File tree

72 files changed

+114
-118
lines changed

Some content is hidden

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

72 files changed

+114
-118
lines changed

apm-server/Chart.yaml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ maintainers:
55
66
name: Elastic
77
name: apm-server
8-
version: 7.17.0-SNAPSHOT
9-
appVersion: 7.17.0-SNAPSHOT
8+
version: 7.17.1
9+
appVersion: 7.17.1
1010
sources:
1111
- https://github.com/elastic/apm
1212
icon: https://helm.elastic.co/icons/apm.png

apm-server/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ provided as-is with no warranties. Alpha features are not subject to the support
1111
SLA of official GA features (see [supported configurations][] for more details).
1212

1313
<!-- development warning placeholder -->
14-
**Warning**: This branch is used for development, please use the latest [7.17][] release for released version.
1514

1615
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1716
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -44,7 +43,7 @@ See [supported configurations][] for more details.
4443

4544
## Installing
4645

47-
This chart is tested with the latest 7.17.0-SNAPSHOT version.
46+
This chart is tested with the latest 7.17.1 version.
4847

4948
### Install released version using Helm repository
5049

@@ -62,8 +61,8 @@ This chart is tested with the latest 7.17.0-SNAPSHOT version.
6261
* Checkout the branch : `git checkout 7.17`
6362

6463
* Install it:
65-
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.17.0-SNAPSHOT`
66-
- with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.17.0-SNAPSHOT`
64+
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.17.1`
65+
- with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.17.1`
6766

6867

6968
## Upgrading
@@ -102,7 +101,7 @@ as a reference. They are also used in the automated testing of this chart.
102101
| `hostAliases` | Configurable [hostAliases][] | `[]` |
103102
| `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` |
104103
| `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` |
105-
| `imageTag` | The APM Server Docker image tag | `7.17.0-SNAPSHOT` |
104+
| `imageTag` | The APM Server Docker image tag | `7.17.1` |
106105
| `image` | The APM Server Docker image | `docker.elastic.co/apm/apm-server` |
107106
| `ingress` | Configurable [ingress][] to expose the APM Server service | see [values.yaml][] |
108107
| `labels` | Configurable [labels][] applied to all APM server pods | `{}` |

apm-server/examples/default/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Default
22

3-
This example deploy APM Server 7.17.0-SNAPSHOT using [default values][].
3+
This example deploy APM Server 7.17.1 using [default values][].
44

55

66
## Usage

apm-server/examples/default/test/goss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- "7.17.0"
6+
- "7.17.1"

apm-server/examples/oss/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OSS
22

3-
This example deploy APM Server 7.17.0-SNAPSHOT using [APM Server OSS][] version.
3+
This example deploy APM Server 7.17.1 using [APM Server OSS][] version.
44

55

66
## Usage

apm-server/examples/oss/test/goss.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- "7.17.0"
6+
- "7.17.1"
77
http://elasticsearch-master:9200/_cat/indices:
88
status: 200
99
timeout: 2000
1010
body:
11-
- "apm-oss-7.17.0"
11+
- "apm-oss-7.17.1"

apm-server/examples/security/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Security
22

3-
This example deploy APM Server 7.17.0-SNAPSHOT using authentication and TLS to connect to
3+
This example deploy APM Server 7.17.1 using authentication and TLS to connect to
44
Elasticsearch (see [values][]).
55

66

apm-server/examples/security/test/goss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- "7.17.0"
6+
- "7.17.1"

apm-server/examples/upgrade/test/goss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- "7.17.0"
6+
- "7.17.1"

apm-server/values.yaml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ hostAliases: []
7171
# - "bar.local"
7272

7373
image: "docker.elastic.co/apm/apm-server"
74-
imageTag: "7.17.0-SNAPSHOT"
74+
imageTag: "7.17.1"
7575
imagePullPolicy: "IfNotPresent"
7676
imagePullSecrets: []
7777

0 commit comments

Comments
 (0)