Skip to content

Commit 092fe04

Browse files
author
Rodrigo Valin
authored
CLOUDP-94049: Updates agent image to latest. (#615)
1 parent ce3e180 commit 092fe04

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release-single-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
run: python pipeline.py --image-name ${{ github.event.inputs.pipeline-argument }} --release true
4646
env:
4747
MONGODB_COMMUNITY_CONFIG: "${{ github.workspace }}/scripts/ci/config.json"
48+
AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}"
49+
AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
4850

4951
- name: Add Supported Release
5052
if: steps.release_status.outputs.OUTPUT == 'unreleased'

release.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version-upgrade-hook": "1.0.2",
44
"readiness-probe": "1.0.4",
55
"mongodb-agent": {
6-
"version": "10.29.0.6830-1",
7-
"tools_version": "100.2.0"
6+
"version": "11.0.5.6963-1",
7+
"tools_version": "100.3.1"
88
}
99
}

0 commit comments

Comments
 (0)