Skip to content

Commit a45b337

Browse files
authored
Remove obsolete 108.0.0.8694-1 agent version + bumping 107.0.17.8771-1 used in tests (#506)
# Summary - Removed `108.0.0.8694-1` that is not accessible in the s3 mciuploads bucket - Bumped `107.0.17.8771-1` to `107.0.18.8784-1` which is most recent and used in our e2e tests ## Proof of Work Passing CI + [manual evg patch](https://spruce.mongodb.com/task/mongodb_kubernetes_manual_ecr_release_agent_currently_used_release_all_currently_used_agents_on_ecr_patch_c5839ff5b5d5b5b1e338b476c9d299513525f506_68e6702c88fa050007a6ce70_25_10_08_14_07_42/logs?execution=0) for building current agent images contains only related versions: >Building Agent versions: [('13.41.0.9830-1', '100.13.0'), ('108.0.12.8846-1', '100.12.2'), ('107.0.12.8669-1', '100.10.0'), ('107.0.18.8784-1', '100.13.0'), ('108.0.1.8718-1', '100.10.0')] ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you added changelog file? - use `skip-changelog` label if not needed - refer to [Changelog files and Release Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes) section in CONTRIBUTING.md for more details
1 parent a90d540 commit a45b337

File tree

6 files changed

+2
-11
lines changed

6 files changed

+2
-11
lines changed

config/manager/manager.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ spec:
140140
value: "quay.io/mongodb/mongodb-agent:107.0.17.8771-1"
141141
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_18_8784_1
142142
value: "quay.io/mongodb/mongodb-agent:107.0.18.8784-1"
143-
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_0_8694_1
144-
value: "quay.io/mongodb/mongodb-agent:108.0.0.8694-1"
145143
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
146144
value: "quay.io/mongodb/mongodb-agent:108.0.1.8718-1"
147145
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1

helm_chart/values-openshift.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ relatedImages:
107107
- 107.0.15.8741-1
108108
- 107.0.17.8771-1
109109
- 107.0.18.8784-1
110-
- 108.0.0.8694-1
111110
- 108.0.1.8718-1
112111
- 108.0.11.8830-1
113112
- 108.0.12.8846-1

public/mongodb-kubernetes-openshift.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,6 @@ spec:
444444
value: "quay.io/mongodb/mongodb-agent:107.0.17.8771-1"
445445
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_18_8784_1
446446
value: "quay.io/mongodb/mongodb-agent:107.0.18.8784-1"
447-
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_0_8694_1
448-
value: "quay.io/mongodb/mongodb-agent:108.0.0.8694-1"
449447
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
450448
value: "quay.io/mongodb/mongodb-agent:108.0.1.8718-1"
451449
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1

release.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@
140140
"agent_version": "107.0.18.8784-1",
141141
"tools_version": "100.13.0"
142142
},
143-
"8.0.0": {
144-
"agent_version": "108.0.0.8694-1",
145-
"tools_version": "100.10.0"
146-
},
147143
"8.0.1": {
148144
"agent_version": "108.0.1.8718-1",
149145
"tools_version": "100.10.0"

scripts/dev/contexts/variables/om70

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export CUSTOM_OM_VERSION
1010
export CUSTOM_MDB_VERSION=7.0.18
1111
export CUSTOM_MDB_PREV_VERSION=6.0.21
1212

13-
export AGENT_VERSION=107.0.17.8771-1
13+
export AGENT_VERSION=107.0.18.8784-1
1414
export AGENT_IMAGE="${MDB_AGENT_IMAGE_REPOSITORY}:${AGENT_VERSION}"
1515

1616
export CUSTOM_APPDB_VERSION=7.0.18-ent

scripts/dev/contexts/variables/om80

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export CUSTOM_OM_VERSION
1010
export CUSTOM_MDB_VERSION=8.0.6
1111
export CUSTOM_MDB_PREV_VERSION=7.0.18
1212

13-
export AGENT_VERSION=108.0.0.8694-1
13+
export AGENT_VERSION=108.0.1.8718-1
1414
export AGENT_IMAGE="${MDB_AGENT_IMAGE_REPOSITORY}:${AGENT_VERSION}"
1515

1616
export CUSTOM_APPDB_VERSION=8.0.6-ent

0 commit comments

Comments
 (0)