We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3e180 commit 092fe04Copy full SHA for 092fe04
.github/workflows/release-single-image.yml
@@ -45,6 +45,8 @@ jobs:
45
run: python pipeline.py --image-name ${{ github.event.inputs.pipeline-argument }} --release true
46
env:
47
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 }}"
50
51
- name: Add Supported Release
52
if: steps.release_status.outputs.OUTPUT == 'unreleased'
release.json
@@ -3,7 +3,7 @@
3
"version-upgrade-hook": "1.0.2",
4
"readiness-probe": "1.0.4",
5
"mongodb-agent": {
6
- "version": "10.29.0.6830-1",
7
- "tools_version": "100.2.0"
+ "version": "11.0.5.6963-1",
+ "tools_version": "100.3.1"
8
}
9
0 commit comments