Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

[updatecli] update elastic stack version for testing 7.17.13-f0591b59 #3599

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1c0e7c6
chore: Updated to content "" in file ".ci/e2eTestingMacosDaily.groovy"
apmmachine Jul 31, 2023
04fb73b
chore: Updated to content "" in file ".ci/Jenkinsfile"
apmmachine Jul 31, 2023
0e7cd6b
chore: Updated to content "" in file "./internal/config/kubernetes/ba...
apmmachine Jul 31, 2023
f1f9347
chore: Updated to content "" in file "./internal/config/compose/profi...
apmmachine Jul 31, 2023
25e27c7
chore: Updated to content "7.17.12-7c1d40f1-SNAPSHOT" in file ".stack...
apmmachine Jul 31, 2023
23f5355
chore: Updated to content "" in file "./internal/common/defaults.go"
apmmachine Jul 31, 2023
5ff7146
chore: Updated to content "" in file ".ci/e2eTestingMacosDaily.groovy"
apmmachine Aug 1, 2023
a1fd5bb
chore: Updated to content "" in file ".ci/Jenkinsfile"
apmmachine Aug 1, 2023
c6afdc9
chore: Updated to content "" in file "./internal/config/kubernetes/ba...
apmmachine Aug 1, 2023
7b75e5f
chore: Updated to content "" in file "./internal/config/compose/profi...
apmmachine Aug 1, 2023
8e24dbe
chore: Updated to content "7.17.13-19dc27d2-SNAPSHOT" in file ".stack...
apmmachine Aug 1, 2023
7b6fed9
chore: Updated to content "" in file "./internal/common/defaults.go"
apmmachine Aug 1, 2023
99d6155
chore: Updated to content "7.17.13-7f46ddb9-SNAPSHOT" in file ".stack...
apmmachine Aug 2, 2023
0ccce00
chore: Updated to content "" in file "./internal/common/defaults.go"
apmmachine Aug 2, 2023
bb79568
chore: Updated to content "" in file ".ci/Jenkinsfile"
apmmachine Aug 2, 2023
0bf3bfe
chore: Updated to content "" in file "./internal/config/kubernetes/ba...
apmmachine Aug 2, 2023
12a4bcc
chore: Updated to content "" in file "./internal/config/compose/servi...
apmmachine Aug 2, 2023
a527fd2
chore: Updated to content "" in file ".ci/Jenkinsfile"
apmmachine Aug 3, 2023
a74e285
chore: Updated to content "" in file "./internal/config/kubernetes/ba...
apmmachine Aug 3, 2023
a2b9bc5
chore: Updated to content "" in file "./internal/config/compose/profi...
apmmachine Aug 3, 2023
4112e46
chore: Updated to content "7.17.13-f0591b59-SNAPSHOT" in file ".stack...
apmmachine Aug 3, 2023
91ba877
chore: Updated to content "" in file "./internal/common/defaults.go"
apmmachine Aug 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ pipeline {
booleanParam(name: "forceSkipGitChecks", defaultValue: false, description: "If it's needed to check for Git changes to filter by modified sources")
booleanParam(name: "notifyOnGreenBuilds", defaultValue: false, description: "If it's needed to notify to Slack with green builds.")
string(name: 'SLACK_CHANNEL', defaultValue: 'observablt-bots', description: 'The Slack channel(s) where errors will be posted. For multiple channels, use a comma-separated list of channels')
string(name: 'ELASTIC_AGENT_DOWNLOAD_URL', defaultValue: '', description: 'If present, it will override the download URL for the Elastic agent artifact. (I.e. https://snapshots.elastic.co/7.17.11-670b6a4a-SNAPSHOT-linux-x86_64.tar.gz')
string(name: 'ELASTIC_AGENT_VERSION', defaultValue: '7.17.11-670b6a4a-SNAPSHOT', description: 'SemVer version of the Elastic Agent to be used for the tests. You can use here the tag of your PR to test your changes')
string(name: 'BEAT_VERSION', defaultValue: '7.17.11-670b6a4a-SNAPSHOT', description: 'SemVer version of the Beat to be used for the tests. You can use here the tag of your PR to test your changes')
string(name: 'ELASTIC_AGENT_DOWNLOAD_URL', defaultValue: '', description: 'If present, it will override the download URL for the Elastic agent artifact. (I.e. https://snapshots.elastic.co/7.17.13-f0591b59-SNAPSHOT-linux-x86_64.tar.gz')
string(name: 'ELASTIC_AGENT_VERSION', defaultValue: '7.17.13-f0591b59-SNAPSHOT', description: 'SemVer version of the Elastic Agent to be used for the tests. You can use here the tag of your PR to test your changes')
string(name: 'BEAT_VERSION', defaultValue: '7.17.13-f0591b59-SNAPSHOT', description: 'SemVer version of the Beat to be used for the tests. You can use here the tag of your PR to test your changes')
choice(name: 'LOG_LEVEL', choices: ['TRACE', 'DEBUG', 'INFO'], description: 'Log level to be used')
choice(name: 'TIMEOUT_FACTOR', choices: ['5', '3', '7', '11'], description: 'Max number of minutes for timeout backoff strategies')
string(name: 'KIBANA_VERSION', defaultValue: '', description: 'Docker tag of the kibana to be used for the tests. It will refer to an image related to a Kibana PR, under the Observability-CI namespace')
string(name: 'STACK_VERSION', defaultValue: '7.17.11-670b6a4a-SNAPSHOT', description: 'SemVer version of the stack to be used for the tests.')
string(name: 'STACK_VERSION', defaultValue: '7.17.13-f0591b59-SNAPSHOT', description: 'SemVer version of the stack to be used for the tests.')
string(name: 'HELM_CHART_VERSION', defaultValue: '7.17.3', description: 'SemVer version of Helm chart to be used.')
string(name: 'HELM_VERSION', defaultValue: '3.9.0', description: 'SemVer version of Helm to be used.')
string(name: 'KIND_VERSION', defaultValue: '0.12.0', description: 'SemVer version of Kind to be used.')
Expand Down
6 changes: 3 additions & 3 deletions .ci/e2eTestingMacosDaily.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ pipeline {
quietPeriod(10)
}
parameters {
string(name: 'ELASTIC_AGENT_VERSION', defaultValue: "7.17.11-SNAPSHOT", description: 'SemVer version of the Elastic Agent to be used for the tests. You can use here the tag of your PR to test your changes')
string(name: 'ELASTIC_STACK_VERSION', defaultValue: "7.17.11-SNAPSHOT", description: 'SemVer version of the stack to be used for the tests.')
string(name: 'BEAT_VERSION', defaultValue: "7.17.11-SNAPSHOT", description: 'SemVer version of the Beat to be used for the tests. You can use here the tag of your PR to test your changes')
string(name: 'ELASTIC_AGENT_VERSION', defaultValue: "7.17.13-SNAPSHOT", description: 'SemVer version of the Elastic Agent to be used for the tests. You can use here the tag of your PR to test your changes')
string(name: 'ELASTIC_STACK_VERSION', defaultValue: "7.17.13-SNAPSHOT", description: 'SemVer version of the stack to be used for the tests.')
string(name: 'BEAT_VERSION', defaultValue: "7.17.13-SNAPSHOT", description: 'SemVer version of the Beat to be used for the tests. You can use here the tag of your PR to test your changes')
choice(name: 'LOG_LEVEL', choices: ['TRACE', 'DEBUG', 'INFO'], description: 'Log level to be used')
choice(name: 'TIMEOUT_FACTOR', choices: ['5', '3', '7', '11'], description: 'Max number of minutes for timeout backoff strategies')
}
Expand Down
2 changes: 1 addition & 1 deletion .stack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.17.11-670b6a4a-SNAPSHOT
7.17.13-f0591b59-SNAPSHOT
2 changes: 1 addition & 1 deletion internal/common/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
const FleetServerAgentServiceName = "fleet-server"

// BeatVersionBase is the base version of the Beat to use
var BeatVersionBase = "7.17.11-670b6a4a-SNAPSHOT"
var BeatVersionBase = "7.17.13-f0591b59-SNAPSHOT"

// BeatVersion is the version of the Beat to use
// It can be overriden by BEAT_VERSION env var
Expand Down Expand Up @@ -72,7 +72,7 @@
config.Init()

elasticAgentWorkingDir = filepath.Join(config.OpDir(), ElasticAgentServiceName)
io.MkdirAll(elasticAgentWorkingDir)

Check failure on line 75 in internal/common/defaults.go

View workflow job for this annotation

GitHub Actions / lint (ubuntu-latest)

Error return value of `io.MkdirAll` is not checked (errcheck)

DeveloperMode = shell.GetEnvBool("DEVELOPER_MODE")
if DeveloperMode {
Expand All @@ -98,7 +98,7 @@
p := filepath.Join(elements...)

// create dirs up to the last parent
io.MkdirAll(filepath.Dir(p))

Check failure on line 101 in internal/common/defaults.go

View workflow job for this annotation

GitHub Actions / lint (ubuntu-latest)

Error return value of `io.MkdirAll` is not checked (errcheck)

return p
}
Expand Down
4 changes: 2 additions & 2 deletions internal/config/compose/profiles/fleet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- xpack.security.authc.token.timeout=60m
- ELASTIC_USERNAME=admin
- ELASTIC_PASSWORD=changeme
image: "docker.elastic.co/elasticsearch/elasticsearch:${stackVersion:-7.17.11-670b6a4a-SNAPSHOT}"
image: "docker.elastic.co/elasticsearch/elasticsearch:${stackVersion:-7.17.13-f0591b59-SNAPSHOT}"
platform: ${stackPlatform:-linux/amd64}
ports:
- "9200:9200"
Expand All @@ -34,7 +34,7 @@ services:
test: "curl -f http://localhost:5601/login | grep kbn-injected-metadata 2>&1 >/dev/null"
retries: 600
interval: 1s
image: "docker.elastic.co/${kibanaDockerNamespace:-kibana}/kibana:${kibanaVersion:-7.17.11-670b6a4a-SNAPSHOT}"
image: "docker.elastic.co/${kibanaDockerNamespace:-kibana}/kibana:${kibanaVersion:-7.17.13-f0591b59-SNAPSHOT}"
platform: ${stackPlatform:-linux/amd64}
ports:
- "5601:5601"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.4'
services:
elastic-agent:
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-7.17.11-670b6a4a-SNAPSHOT}"
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-7.17.13-f0591b59-SNAPSHOT}"
depends_on:
elasticsearch:
condition: service_healthy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.4'
services:
elastic-agent:
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-7.17.11-670b6a4a-SNAPSHOT}"
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-7.17.13-f0591b59-SNAPSHOT}"
depends_on:
elasticsearch:
condition: service_healthy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.4'
services:
fleet-server:
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-7.17.11-670b6a4a-SNAPSHOT}"
image: "docker.elastic.co/${elasticAgentDockerNamespace:-beats}/elastic-agent${elasticAgentDockerImageSuffix}:${elasticAgentTag:-7.17.13-f0591b59-SNAPSHOT}"
depends_on:
elasticsearch:
condition: service_healthy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- xpack.monitoring.collection.enabled=true
- ELASTIC_USERNAME=elastic
- ELASTIC_PASSWORD=changeme
image: "docker.elastic.co/observability-ci/elasticsearch:${elasticsearchTag:-7.17.11-670b6a4a-SNAPSHOT}"
image: "docker.elastic.co/observability-ci/elasticsearch:${elasticsearchTag:-7.17.13-f0591b59-SNAPSHOT}"
platform: ${elasticsearchPlatform:-linux/amd64}
ports:
- "9200:9200"
Expand Down
2 changes: 1 addition & 1 deletion internal/config/compose/services/kibana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ services:
test: "curl -f http://localhost:5601/login | grep kbn-injected-metadata 2>&1 >/dev/null"
retries: 600
interval: 1s
image: "docker.elastic.co/kibana/kibana:${kibanaTag:-7.17.11-670b6a4a-SNAPSHOT}"
image: "docker.elastic.co/kibana/kibana:${kibanaTag:-7.17.13-f0591b59-SNAPSHOT}"
ports:
- "5601:5601"
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
]
environment:
- BEAT_STRICT_PERMS=${beatStricPerms:-false}
image: "docker.elastic.co/${metricbeatDockerNamespace:-beats}/metricbeat:${metricbeatTag:-7.17.11-670b6a4a-SNAPSHOT}"
image: "docker.elastic.co/${metricbeatDockerNamespace:-beats}/metricbeat:${metricbeatTag:-7.17.13-f0591b59-SNAPSHOT}"
labels:
co.elastic.logs/module: "${serviceName}"
platform: ${stackPlatform:-linux/amd64}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.11-670b6a4a-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.13-f0591b59-SNAPSHOT
envFrom:
- configMapRef:
name: elasticsearch-config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: fleet-server
image: docker.elastic.co/beats/elastic-agent:7.17.11-670b6a4a-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:7.17.13-f0591b59-SNAPSHOT
env:
- name: FLEET_SERVER_ENABLE
value: "1"
Expand Down
2 changes: 1 addition & 1 deletion internal/config/kubernetes/base/kibana/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: kibana
image: docker.elastic.co/kibana/kibana:7.17.11-670b6a4a-SNAPSHOT
image: docker.elastic.co/kibana/kibana:7.17.13-f0591b59-SNAPSHOT
env:
- name: ELASTICSEARCH_URL
value: http://elasticsearch:9200
Expand Down
Loading