Skip to content

Commit 3f4cd2b

Browse files
authored
Change OM 8.0.4 from release.json (#377)
# Summary Change the tools_version for OM 8.0.4 in release.json. Both 8.0.4 and 8.0.5 used the same agent version but with different tools versions. This meant that the pipeline for building the agents was rebuilding the same tag twice with different tools versions. This way we don't rebuild the same tag twice, while keeping 8.0.4 in release.json for clarity. ## Proof of Work CI is green ## 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 b90c986 commit 3f4cd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
},
156156
"8.0.4": {
157157
"agent_version": "108.0.4.8770-1",
158-
"tools_version": "100.10.0"
158+
"tools_version": "100.11.0"
159159
},
160160
"8.0.5": {
161161
"agent_version": "108.0.4.8770-1",

0 commit comments

Comments
 (0)