Skip to content

Add cacheTo argument to ci action#300

Merged
samruddhikhandale merged 5 commits into
devcontainers:mainfrom
sebst:feature/cache-from-to
Dec 19, 2024
Merged

Add cacheTo argument to ci action#300
samruddhikhandale merged 5 commits into
devcontainers:mainfrom
sebst:feature/cache-from-to

Conversation

@sebst

@sebst sebst commented Sep 2, 2024

Copy link
Copy Markdown
Contributor

Added the argument cacheTo to the action (#299) so that a cache image can be written to a registry.

@sebst
sebst requested review from a team and stuartleeks as code owners September 2, 2024 15:29
@sebst

sebst commented Sep 2, 2024

Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree

@chrmarti chrmarti left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Left a few comments.

Comment thread azdo-task/DevcontainersCi/src/main.ts Outdated
Comment thread common/src/dev-container-cli.ts Outdated
Comment thread common/src/dev-container-cli.ts Outdated
Comment thread azdo-task/DevcontainersCi/task.json
Comment thread action.yml
Comment thread github-action/src/main.ts Outdated
@sebst

sebst commented Sep 3, 2024

Copy link
Copy Markdown
Contributor Author

Thanks for the PR! Left a few comments.

Thanks for having a look. I'll address those comments!

@sebst
sebst requested a review from chrmarti September 3, 2024 13:14
@sebst

sebst commented Sep 18, 2024

Copy link
Copy Markdown
Contributor Author

Any update?

@sebst sebst mentioned this pull request Oct 8, 2024

@samruddhikhandale samruddhikhandale left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, overall it looks good.

Left one comment

Comment thread github-action/src/main.ts Outdated
Typo

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
@sebst

sebst commented Oct 8, 2024

Copy link
Copy Markdown
Contributor Author

Thanks, overall it looks good.

Left one comment

Thanks! Fixed the typo

@samruddhikhandale

Copy link
Copy Markdown
Member

Ensure you have run scripts/build-local.sh

@sebst Can you help fix the failing action, see here

@sebst

sebst commented Oct 9, 2024

Copy link
Copy Markdown
Contributor Author

Ensure you have run scripts/build-local.sh

@sebst Can you help fix the failing action, see here

Done

@sebst

sebst commented Oct 10, 2024

Copy link
Copy Markdown
Contributor Author

@samruddhikhandale could you please restart the pipeline to see if the last commit fixes the issue?

@sebst

sebst commented Oct 14, 2024

Copy link
Copy Markdown
Contributor Author

Can this be merged now?

@samruddhikhandale @chrmarti @stuartleeks @bamurtaugh

@samruddhikhandale
samruddhikhandale requested review from chrmarti and removed request for chrmarti and stuartleeks October 14, 2024 17:43
@samruddhikhandale

Copy link
Copy Markdown
Member

Hi @sebst, thanks for your patience.
We are waiting for another review from @chrmarti, we'd merge shortly. Thanks!

@sebst

sebst commented Oct 22, 2024

Copy link
Copy Markdown
Contributor Author

Just a friendly reminder.

@samruddhikhandale @chrmarti @stuartleeks @bamurtaugh

@sebst

sebst commented Nov 4, 2024

Copy link
Copy Markdown
Contributor Author

Just another friendly reminder.

@samruddhikhandale @chrmarti @stuartleeks @bamurtaugh

@sebst

sebst commented Nov 9, 2024

Copy link
Copy Markdown
Contributor Author

Hi @sebst, thanks for your patience.

We are waiting for another review from @chrmarti, we'd merge shortly. Thanks!

Is there any chance we get that merged?

@chrmarti

@stuartleeks

Copy link
Copy Markdown
Collaborator

@chrmarti - it looks like the PR feedback has been addressed. Do you have time to re-review?

@sebst

sebst commented Dec 10, 2024

Copy link
Copy Markdown
Contributor Author

@chrmarti - it looks like the PR feedback has been addressed. Do you have time to re-review?

Would be nice!

@sebst

sebst commented Dec 12, 2024

Copy link
Copy Markdown
Contributor Author

@samruddhikhandale @chrmarti @stuartleeks @bamurtaugh

This PR is open for more than 3 months now but it's just a small change.

Is there anything I could do on my end to get this merged?

Appreciate any feedback!

@chrmarti chrmarti left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@samruddhikhandale
samruddhikhandale merged commit 3998f9e into devcontainers:main Dec 19, 2024
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Apr 17, 2026
##### [\`v0.3.1900000448\`](https://github.com/devcontainers/ci/releases/tag/v0.3.1900000448)

#### What's Changed

- Remove compiled JS content by [@stuartleeks](https://github.com/stuartleeks) in [#210](devcontainers/ci#210)
- Retain run-main.js/run-post.js by [@stuartleeks](https://github.com/stuartleeks) in [#213](devcontainers/ci#213)
- Update tag to use generated version number by [@stuartleeks](https://github.com/stuartleeks) in [#214](devcontainers/ci#214)
- Workflow tidying by [@stuartleeks](https://github.com/stuartleeks) in [#216](devcontainers/ci#216)
- Add missing 'v' prefix on release/tag by [@stuartleeks](https://github.com/stuartleeks) in [#217](devcontainers/ci#217)
- Update docs to point to v0.3 release by [@stuartleeks](https://github.com/stuartleeks) in [#218](devcontainers/ci#218)
- Pass env vars to `devcontainer up` by [@stuartleeks](https://github.com/stuartleeks) in [#211](devcontainers/ci#211)
- Re-enable running subset of tests in forks by [@stuartleeks](https://github.com/stuartleeks) in [#220](devcontainers/ci#220)
- re-enable test `platform_with_runCmd` by [@stuartleeks](https://github.com/stuartleeks) in [#203](devcontainers/ci#203)
- Add `noCache` option by [@trxcllnt](https://github.com/trxcllnt) in [#199](devcontainers/ci#199)
- Add additionalMounts for GitHub Action Output Mount by [@andar1an](https://github.com/andar1an) in [#219](devcontainers/ci#219)
- Update checks action to remove NodeJS version warning by [@stuartleeks](https://github.com/stuartleeks) in [#228](devcontainers/ci#228)
- Revert to latest version of tfx-cli by [@stuartleeks](https://github.com/stuartleeks) in [#227](devcontainers/ci#227)
- Update to run 'devcontainer exec' without JSON parsing output by [@stuartleeks](https://github.com/stuartleeks) in [#226](devcontainers/ci#226)
- Use version 0 to allow for breaking CLI changes in the future. by [@chrmarti](https://github.com/chrmarti) in [#229](devcontainers/ci#229)
- gh: refactor community files by [@SauravMaheshkar](https://github.com/SauravMaheshkar) in [#222](devcontainers/ci#222)
- Fix a typo in `azdo-task/README.md` by [@jiedxu](https://github.com/jiedxu) in [#245](devcontainers/ci#245)
- Update golang for CG by [@chrmarti](https://github.com/chrmarti) in [#260](devcontainers/ci#260)
- Update Debian, go tools, Node, NPM package by [@chrmarti](https://github.com/chrmarti) in [#263](devcontainers/ci#263)
- Bump [@babel/traverse](https://github.com/babel/traverse) from 7.18.2 to 7.23.2 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#261](devcontainers/ci#261)
- Bump json5 from 2.2.1 to 2.2.3 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#264](devcontainers/ci#264)
- Bump semver from 6.3.0 to 6.3.1 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#266](devcontainers/ci#266)
- Fix scripts by [@chrmarti](https://github.com/chrmarti) in [#265](devcontainers/ci#265)
- Update azure-pipelines-task-lib to avoid security issue in dependency by [@chrmarti](https://github.com/chrmarti) in [#267](devcontainers/ci#267)
- Add configFile option by [@chrmarti](https://github.com/chrmarti) in [#269](devcontainers/ci#269)
- Ignore spaces by [@chrmarti](https://github.com/chrmarti) in [#280](devcontainers/ci#280)
- Add workflow permissions by [@chrmarti](https://github.com/chrmarti) in [#282](devcontainers/ci#282)
- Update QEMU and Buildx steps to resolve Node 16 deprecation warning by [@korverdev](https://github.com/korverdev) in [#283](devcontainers/ci#283)
- Find Windows executable by [@chrmarti](https://github.com/chrmarti) in [#288](devcontainers/ci#288)
- add `inheritEnv` action parameter by [@OmarTawfik](https://github.com/OmarTawfik) in [#295](devcontainers/ci#295)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#297](devcontainers/ci#297)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#298](devcontainers/ci#298)
- Docs: github-action.md: fix wording by [@lolmaus](https://github.com/lolmaus) in [#296](devcontainers/ci#296)
- Add `cacheTo` argument to `ci` action by [@sebst](https://github.com/sebst) in [#300](devcontainers/ci#300)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#308](devcontainers/ci#308)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#327](devcontainers/ci#327)
- Bump actions/setup-node from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#309](devcontainers/ci#309)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.11 to 1.0.13 by [@dependabot](https://github.com/dependabot)\[bot] in [#310](devcontainers/ci#310)
- Bump LouisBrunner/checks-action from 1.1.1 to 2.0.0 by [@dependabot](https://github.com/dependabot)\[bot] in [#311](devcontainers/ci#311)
- Bump github/codeql-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#312](devcontainers/ci#312)
- Bump docker/login-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#313](devcontainers/ci#313)
- Bump actions/github-script from 6 to 7 by [@dependabot](https://github.com/dependabot)\[bot] in [#314](devcontainers/ci#314)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#328](devcontainers/ci#328)
- Fix AzDO task by [@chrmarti](https://github.com/chrmarti) in [#329](devcontainers/ci#329)
- fix: don't group the actual running of the commands by [@ffMathy](https://github.com/ffMathy) in [#272](devcontainers/ci#272)
- Add note on JIT by [@chrmarti](https://github.com/chrmarti) in [#330](devcontainers/ci#330)
- Fix formatting by [@chrmarti](https://github.com/chrmarti) in [#331](devcontainers/ci#331)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#332](devcontainers/ci#332)
- Consolidate npm package updates by [@chrmarti](https://github.com/chrmarti) in [#352](devcontainers/ci#352)
- Fix dependabot.yml by [@chrmarti](https://github.com/chrmarti) in [#353](devcontainers/ci#353)
- Cleanup 'common' dependency by [@chrmarti](https://github.com/chrmarti) in [#355](devcontainers/ci#355)
- Bump the all group across 4 directories with 4 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#356](devcontainers/ci#356)
- Bump actions/checkout from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#333](devcontainers/ci#333)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#359](devcontainers/ci#359)
- Bump the all group across 4 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#360](devcontainers/ci#360)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#362](devcontainers/ci#362)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.13 to 1.0.14 by [@dependabot](https://github.com/dependabot)\[bot] in [#364](devcontainers/ci#364)
- Bump the all group across 3 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#369](devcontainers/ci#369)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#378](devcontainers/ci#378)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#379](devcontainers/ci#379)
- Bump the all group across 4 directories with 7 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#389](devcontainers/ci#389)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#396](devcontainers/ci#396)
- investigate CI failure by [@chrmarti](https://github.com/chrmarti) in [#411](devcontainers/ci#411)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#409](devcontainers/ci#409)
- Bump the all group across 3 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#414](devcontainers/ci#414)
- Bump actions/setup-node from 4 to 6 by [@dependabot](https://github.com/dependabot)\[bot] in [#413](devcontainers/ci#413)
- Update Node, NPM, Go tools and Debian  by [@Kaniska244](https://github.com/Kaniska244) in [#438](devcontainers/ci#438)
- Add "Publish the AzDO extension" input by [@chrmarti](https://github.com/chrmarti) in [#439](devcontainers/ci#439)
- Also skip AzDO testing by [@chrmarti](https://github.com/chrmarti) in [#440](devcontainers/ci#440)

#### New Contributors

- [@trxcllnt](https://github.com/trxcllnt) made their first contribution in [#199](devcontainers/ci#199)
- [@andar1an](https://github.com/andar1an) made their first contribution in [#219](devcontainers/ci#219)
- [@SauravMaheshkar](https://github.com/SauravMaheshkar) made their first contribution in [#222](devcontainers/ci#222)
- [@jiedxu](https://github.com/jiedxu) made their first contribution in [#245](devcontainers/ci#245)
- [@korverdev](https://github.com/korverdev) made their first contribution in [#283](devcontainers/ci#283)
- [@OmarTawfik](https://github.com/OmarTawfik) made their first contribution in [#295](devcontainers/ci#295)
- [@lolmaus](https://github.com/lolmaus) made their first contribution in [#296](devcontainers/ci#296)
- [@sebst](https://github.com/sebst) made their first contribution in [#300](devcontainers/ci#300)
- [@ffMathy](https://github.com/ffMathy) made their first contribution in [#272](devcontainers/ci#272)
- [@Kaniska244](https://github.com/Kaniska244) made their first contribution in [#438](devcontainers/ci#438)

**Full Changelog**: <devcontainers/ci@v0.2.1900000266...v0.3.1900000448>
sdwilsh pushed a commit to sdwilsh/ansible-playbooks that referenced this pull request Apr 17, 2026
##### [\`v0.3.1900000448\`](https://github.com/devcontainers/ci/releases/tag/v0.3.1900000448)

#### What's Changed

- Remove compiled JS content by [@stuartleeks](https://github.com/stuartleeks) in [#210](devcontainers/ci#210)
- Retain run-main.js/run-post.js by [@stuartleeks](https://github.com/stuartleeks) in [#213](devcontainers/ci#213)
- Update tag to use generated version number by [@stuartleeks](https://github.com/stuartleeks) in [#214](devcontainers/ci#214)
- Workflow tidying by [@stuartleeks](https://github.com/stuartleeks) in [#216](devcontainers/ci#216)
- Add missing 'v' prefix on release/tag by [@stuartleeks](https://github.com/stuartleeks) in [#217](devcontainers/ci#217)
- Update docs to point to v0.3 release by [@stuartleeks](https://github.com/stuartleeks) in [#218](devcontainers/ci#218)
- Pass env vars to `devcontainer up` by [@stuartleeks](https://github.com/stuartleeks) in [#211](devcontainers/ci#211)
- Re-enable running subset of tests in forks by [@stuartleeks](https://github.com/stuartleeks) in [#220](devcontainers/ci#220)
- re-enable test `platform_with_runCmd` by [@stuartleeks](https://github.com/stuartleeks) in [#203](devcontainers/ci#203)
- Add `noCache` option by [@trxcllnt](https://github.com/trxcllnt) in [#199](devcontainers/ci#199)
- Add additionalMounts for GitHub Action Output Mount by [@andar1an](https://github.com/andar1an) in [#219](devcontainers/ci#219)
- Update checks action to remove NodeJS version warning by [@stuartleeks](https://github.com/stuartleeks) in [#228](devcontainers/ci#228)
- Revert to latest version of tfx-cli by [@stuartleeks](https://github.com/stuartleeks) in [#227](devcontainers/ci#227)
- Update to run 'devcontainer exec' without JSON parsing output by [@stuartleeks](https://github.com/stuartleeks) in [#226](devcontainers/ci#226)
- Use version 0 to allow for breaking CLI changes in the future. by [@chrmarti](https://github.com/chrmarti) in [#229](devcontainers/ci#229)
- gh: refactor community files by [@SauravMaheshkar](https://github.com/SauravMaheshkar) in [#222](devcontainers/ci#222)
- Fix a typo in `azdo-task/README.md` by [@jiedxu](https://github.com/jiedxu) in [#245](devcontainers/ci#245)
- Update golang for CG by [@chrmarti](https://github.com/chrmarti) in [#260](devcontainers/ci#260)
- Update Debian, go tools, Node, NPM package by [@chrmarti](https://github.com/chrmarti) in [#263](devcontainers/ci#263)
- Bump [@babel/traverse](https://github.com/babel/traverse) from 7.18.2 to 7.23.2 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#261](devcontainers/ci#261)
- Bump json5 from 2.2.1 to 2.2.3 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#264](devcontainers/ci#264)
- Bump semver from 6.3.0 to 6.3.1 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#266](devcontainers/ci#266)
- Fix scripts by [@chrmarti](https://github.com/chrmarti) in [#265](devcontainers/ci#265)
- Update azure-pipelines-task-lib to avoid security issue in dependency by [@chrmarti](https://github.com/chrmarti) in [#267](devcontainers/ci#267)
- Add configFile option by [@chrmarti](https://github.com/chrmarti) in [#269](devcontainers/ci#269)
- Ignore spaces by [@chrmarti](https://github.com/chrmarti) in [#280](devcontainers/ci#280)
- Add workflow permissions by [@chrmarti](https://github.com/chrmarti) in [#282](devcontainers/ci#282)
- Update QEMU and Buildx steps to resolve Node 16 deprecation warning by [@korverdev](https://github.com/korverdev) in [#283](devcontainers/ci#283)
- Find Windows executable by [@chrmarti](https://github.com/chrmarti) in [#288](devcontainers/ci#288)
- add `inheritEnv` action parameter by [@OmarTawfik](https://github.com/OmarTawfik) in [#295](devcontainers/ci#295)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#297](devcontainers/ci#297)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#298](devcontainers/ci#298)
- Docs: github-action.md: fix wording by [@lolmaus](https://github.com/lolmaus) in [#296](devcontainers/ci#296)
- Add `cacheTo` argument to `ci` action by [@sebst](https://github.com/sebst) in [#300](devcontainers/ci#300)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#308](devcontainers/ci#308)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#327](devcontainers/ci#327)
- Bump actions/setup-node from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#309](devcontainers/ci#309)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.11 to 1.0.13 by [@dependabot](https://github.com/dependabot)\[bot] in [#310](devcontainers/ci#310)
- Bump LouisBrunner/checks-action from 1.1.1 to 2.0.0 by [@dependabot](https://github.com/dependabot)\[bot] in [#311](devcontainers/ci#311)
- Bump github/codeql-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#312](devcontainers/ci#312)
- Bump docker/login-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#313](devcontainers/ci#313)
- Bump actions/github-script from 6 to 7 by [@dependabot](https://github.com/dependabot)\[bot] in [#314](devcontainers/ci#314)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#328](devcontainers/ci#328)
- Fix AzDO task by [@chrmarti](https://github.com/chrmarti) in [#329](devcontainers/ci#329)
- fix: don't group the actual running of the commands by [@ffMathy](https://github.com/ffMathy) in [#272](devcontainers/ci#272)
- Add note on JIT by [@chrmarti](https://github.com/chrmarti) in [#330](devcontainers/ci#330)
- Fix formatting by [@chrmarti](https://github.com/chrmarti) in [#331](devcontainers/ci#331)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#332](devcontainers/ci#332)
- Consolidate npm package updates by [@chrmarti](https://github.com/chrmarti) in [#352](devcontainers/ci#352)
- Fix dependabot.yml by [@chrmarti](https://github.com/chrmarti) in [#353](devcontainers/ci#353)
- Cleanup 'common' dependency by [@chrmarti](https://github.com/chrmarti) in [#355](devcontainers/ci#355)
- Bump the all group across 4 directories with 4 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#356](devcontainers/ci#356)
- Bump actions/checkout from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#333](devcontainers/ci#333)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#359](devcontainers/ci#359)
- Bump the all group across 4 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#360](devcontainers/ci#360)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#362](devcontainers/ci#362)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.13 to 1.0.14 by [@dependabot](https://github.com/dependabot)\[bot] in [#364](devcontainers/ci#364)
- Bump the all group across 3 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#369](devcontainers/ci#369)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#378](devcontainers/ci#378)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#379](devcontainers/ci#379)
- Bump the all group across 4 directories with 7 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#389](devcontainers/ci#389)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#396](devcontainers/ci#396)
- investigate CI failure by [@chrmarti](https://github.com/chrmarti) in [#411](devcontainers/ci#411)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#409](devcontainers/ci#409)
- Bump the all group across 3 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#414](devcontainers/ci#414)
- Bump actions/setup-node from 4 to 6 by [@dependabot](https://github.com/dependabot)\[bot] in [#413](devcontainers/ci#413)
- Update Node, NPM, Go tools and Debian  by [@Kaniska244](https://github.com/Kaniska244) in [#438](devcontainers/ci#438)
- Add "Publish the AzDO extension" input by [@chrmarti](https://github.com/chrmarti) in [#439](devcontainers/ci#439)
- Also skip AzDO testing by [@chrmarti](https://github.com/chrmarti) in [#440](devcontainers/ci#440)

#### New Contributors

- [@trxcllnt](https://github.com/trxcllnt) made their first contribution in [#199](devcontainers/ci#199)
- [@andar1an](https://github.com/andar1an) made their first contribution in [#219](devcontainers/ci#219)
- [@SauravMaheshkar](https://github.com/SauravMaheshkar) made their first contribution in [#222](devcontainers/ci#222)
- [@jiedxu](https://github.com/jiedxu) made their first contribution in [#245](devcontainers/ci#245)
- [@korverdev](https://github.com/korverdev) made their first contribution in [#283](devcontainers/ci#283)
- [@OmarTawfik](https://github.com/OmarTawfik) made their first contribution in [#295](devcontainers/ci#295)
- [@lolmaus](https://github.com/lolmaus) made their first contribution in [#296](devcontainers/ci#296)
- [@sebst](https://github.com/sebst) made their first contribution in [#300](devcontainers/ci#300)
- [@ffMathy](https://github.com/ffMathy) made their first contribution in [#272](devcontainers/ci#272)
- [@Kaniska244](https://github.com/Kaniska244) made their first contribution in [#438](devcontainers/ci#438)

**Full Changelog**: <devcontainers/ci@v0.2.1900000266...v0.3.1900000448>
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Apr 20, 2026
##### [\`v0.3.1900000449\`](https://github.com/devcontainers/ci/releases/tag/v0.3.1900000449)

##### What's Changed

- Remove compiled JS content by [@stuartleeks](https://github.com/stuartleeks) in [#210](devcontainers/ci#210)
- Retain run-main.js/run-post.js by [@stuartleeks](https://github.com/stuartleeks) in [#213](devcontainers/ci#213)
- Update tag to use generated version number by [@stuartleeks](https://github.com/stuartleeks) in [#214](devcontainers/ci#214)
- Workflow tidying by [@stuartleeks](https://github.com/stuartleeks) in [#216](devcontainers/ci#216)
- Add missing 'v' prefix on release/tag by [@stuartleeks](https://github.com/stuartleeks) in [#217](devcontainers/ci#217)
- Update docs to point to v0.3 release by [@stuartleeks](https://github.com/stuartleeks) in [#218](devcontainers/ci#218)
- Pass env vars to `devcontainer up` by [@stuartleeks](https://github.com/stuartleeks) in [#211](devcontainers/ci#211)
- Re-enable running subset of tests in forks by [@stuartleeks](https://github.com/stuartleeks) in [#220](devcontainers/ci#220)
- re-enable test `platform_with_runCmd` by [@stuartleeks](https://github.com/stuartleeks) in [#203](devcontainers/ci#203)
- Add `noCache` option by [@trxcllnt](https://github.com/trxcllnt) in [#199](devcontainers/ci#199)
- Add additionalMounts for GitHub Action Output Mount by [@andar1an](https://github.com/andar1an) in [#219](devcontainers/ci#219)
- Update checks action to remove NodeJS version warning by [@stuartleeks](https://github.com/stuartleeks) in [#228](devcontainers/ci#228)
- Revert to latest version of tfx-cli by [@stuartleeks](https://github.com/stuartleeks) in [#227](devcontainers/ci#227)
- Update to run 'devcontainer exec' without JSON parsing output by [@stuartleeks](https://github.com/stuartleeks) in [#226](devcontainers/ci#226)
- Use version 0 to allow for breaking CLI changes in the future. by [@chrmarti](https://github.com/chrmarti) in [#229](devcontainers/ci#229)
- gh: refactor community files by [@SauravMaheshkar](https://github.com/SauravMaheshkar) in [#222](devcontainers/ci#222)
- Fix a typo in `azdo-task/README.md` by [@jiedxu](https://github.com/jiedxu) in [#245](devcontainers/ci#245)
- Update golang for CG by [@chrmarti](https://github.com/chrmarti) in [#260](devcontainers/ci#260)
- Update Debian, go tools, Node, NPM package by [@chrmarti](https://github.com/chrmarti) in [#263](devcontainers/ci#263)
- Bump [@babel/traverse](https://github.com/babel/traverse) from 7.18.2 to 7.23.2 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#261](devcontainers/ci#261)
- Bump json5 from 2.2.1 to 2.2.3 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#264](devcontainers/ci#264)
- Bump semver from 6.3.0 to 6.3.1 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#266](devcontainers/ci#266)
- Fix scripts by [@chrmarti](https://github.com/chrmarti) in [#265](devcontainers/ci#265)
- Update azure-pipelines-task-lib to avoid security issue in dependency by [@chrmarti](https://github.com/chrmarti) in [#267](devcontainers/ci#267)
- Add configFile option by [@chrmarti](https://github.com/chrmarti) in [#269](devcontainers/ci#269)
- Ignore spaces by [@chrmarti](https://github.com/chrmarti) in [#280](devcontainers/ci#280)
- Add workflow permissions by [@chrmarti](https://github.com/chrmarti) in [#282](devcontainers/ci#282)
- Update QEMU and Buildx steps to resolve Node 16 deprecation warning by [@korverdev](https://github.com/korverdev) in [#283](devcontainers/ci#283)
- Find Windows executable by [@chrmarti](https://github.com/chrmarti) in [#288](devcontainers/ci#288)
- add `inheritEnv` action parameter by [@OmarTawfik](https://github.com/OmarTawfik) in [#295](devcontainers/ci#295)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#297](devcontainers/ci#297)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#298](devcontainers/ci#298)
- Docs: github-action.md: fix wording by [@lolmaus](https://github.com/lolmaus) in [#296](devcontainers/ci#296)
- Add `cacheTo` argument to `ci` action by [@sebst](https://github.com/sebst) in [#300](devcontainers/ci#300)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#308](devcontainers/ci#308)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#327](devcontainers/ci#327)
- Bump actions/setup-node from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#309](devcontainers/ci#309)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.11 to 1.0.13 by [@dependabot](https://github.com/dependabot)\[bot] in [#310](devcontainers/ci#310)
- Bump LouisBrunner/checks-action from 1.1.1 to 2.0.0 by [@dependabot](https://github.com/dependabot)\[bot] in [#311](devcontainers/ci#311)
- Bump github/codeql-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#312](devcontainers/ci#312)
- Bump docker/login-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#313](devcontainers/ci#313)
- Bump actions/github-script from 6 to 7 by [@dependabot](https://github.com/dependabot)\[bot] in [#314](devcontainers/ci#314)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#328](devcontainers/ci#328)
- Fix AzDO task by [@chrmarti](https://github.com/chrmarti) in [#329](devcontainers/ci#329)
- fix: don't group the actual running of the commands by [@ffMathy](https://github.com/ffMathy) in [#272](devcontainers/ci#272)
- Add note on JIT by [@chrmarti](https://github.com/chrmarti) in [#330](devcontainers/ci#330)
- Fix formatting by [@chrmarti](https://github.com/chrmarti) in [#331](devcontainers/ci#331)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#332](devcontainers/ci#332)
- Consolidate npm package updates by [@chrmarti](https://github.com/chrmarti) in [#352](devcontainers/ci#352)
- Fix dependabot.yml by [@chrmarti](https://github.com/chrmarti) in [#353](devcontainers/ci#353)
- Cleanup 'common' dependency by [@chrmarti](https://github.com/chrmarti) in [#355](devcontainers/ci#355)
- Bump the all group across 4 directories with 4 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#356](devcontainers/ci#356)
- Bump actions/checkout from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#333](devcontainers/ci#333)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#359](devcontainers/ci#359)
- Bump the all group across 4 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#360](devcontainers/ci#360)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#362](devcontainers/ci#362)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.13 to 1.0.14 by [@dependabot](https://github.com/dependabot)\[bot] in [#364](devcontainers/ci#364)
- Bump the all group across 3 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#369](devcontainers/ci#369)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#378](devcontainers/ci#378)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#379](devcontainers/ci#379)
- Bump the all group across 4 directories with 7 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#389](devcontainers/ci#389)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#396](devcontainers/ci#396)
- investigate CI failure by [@chrmarti](https://github.com/chrmarti) in [#411](devcontainers/ci#411)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#409](devcontainers/ci#409)
- Bump the all group across 3 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#414](devcontainers/ci#414)
- Bump actions/setup-node from 4 to 6 by [@dependabot](https://github.com/dependabot)\[bot] in [#413](devcontainers/ci#413)
- Update Node, NPM, Go tools and Debian  by [@Kaniska244](https://github.com/Kaniska244) in [#438](devcontainers/ci#438)
- Add "Publish the AzDO extension" input by [@chrmarti](https://github.com/chrmarti) in [#439](devcontainers/ci#439)
- Also skip AzDO testing by [@chrmarti](https://github.com/chrmarti) in [#440](devcontainers/ci#440)
- Fix conditions by [@chrmarti](https://github.com/chrmarti) in [#441](devcontainers/ci#441)

##### New Contributors

- [@trxcllnt](https://github.com/trxcllnt) made their first contribution in [#199](devcontainers/ci#199)
- [@andar1an](https://github.com/andar1an) made their first contribution in [#219](devcontainers/ci#219)
- [@SauravMaheshkar](https://github.com/SauravMaheshkar) made their first contribution in [#222](devcontainers/ci#222)
- [@jiedxu](https://github.com/jiedxu) made their first contribution in [#245](devcontainers/ci#245)
- [@korverdev](https://github.com/korverdev) made their first contribution in [#283](devcontainers/ci#283)
- [@OmarTawfik](https://github.com/OmarTawfik) made their first contribution in [#295](devcontainers/ci#295)
- [@lolmaus](https://github.com/lolmaus) made their first contribution in [#296](devcontainers/ci#296)
- [@sebst](https://github.com/sebst) made their first contribution in [#300](devcontainers/ci#300)
- [@ffMathy](https://github.com/ffMathy) made their first contribution in [#272](devcontainers/ci#272)
- [@Kaniska244](https://github.com/Kaniska244) made their first contribution in [#438](devcontainers/ci#438)

**Full Changelog**: <devcontainers/ci@v0.2.1900000266...v0.3.1900000449>
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Apr 21, 2026
##### [\`v0.3.1900000449\`](https://github.com/devcontainers/ci/releases/tag/v0.3.1900000449)

#### What's Changed

- Remove compiled JS content by [@stuartleeks](https://github.com/stuartleeks) in [#210](devcontainers/ci#210)
- Retain run-main.js/run-post.js by [@stuartleeks](https://github.com/stuartleeks) in [#213](devcontainers/ci#213)
- Update tag to use generated version number by [@stuartleeks](https://github.com/stuartleeks) in [#214](devcontainers/ci#214)
- Workflow tidying by [@stuartleeks](https://github.com/stuartleeks) in [#216](devcontainers/ci#216)
- Add missing 'v' prefix on release/tag by [@stuartleeks](https://github.com/stuartleeks) in [#217](devcontainers/ci#217)
- Update docs to point to v0.3 release by [@stuartleeks](https://github.com/stuartleeks) in [#218](devcontainers/ci#218)
- Pass env vars to `devcontainer up` by [@stuartleeks](https://github.com/stuartleeks) in [#211](devcontainers/ci#211)
- Re-enable running subset of tests in forks by [@stuartleeks](https://github.com/stuartleeks) in [#220](devcontainers/ci#220)
- re-enable test `platform_with_runCmd` by [@stuartleeks](https://github.com/stuartleeks) in [#203](devcontainers/ci#203)
- Add `noCache` option by [@trxcllnt](https://github.com/trxcllnt) in [#199](devcontainers/ci#199)
- Add additionalMounts for GitHub Action Output Mount by [@andar1an](https://github.com/andar1an) in [#219](devcontainers/ci#219)
- Update checks action to remove NodeJS version warning by [@stuartleeks](https://github.com/stuartleeks) in [#228](devcontainers/ci#228)
- Revert to latest version of tfx-cli by [@stuartleeks](https://github.com/stuartleeks) in [#227](devcontainers/ci#227)
- Update to run 'devcontainer exec' without JSON parsing output by [@stuartleeks](https://github.com/stuartleeks) in [#226](devcontainers/ci#226)
- Use version 0 to allow for breaking CLI changes in the future. by [@chrmarti](https://github.com/chrmarti) in [#229](devcontainers/ci#229)
- gh: refactor community files by [@SauravMaheshkar](https://github.com/SauravMaheshkar) in [#222](devcontainers/ci#222)
- Fix a typo in `azdo-task/README.md` by [@jiedxu](https://github.com/jiedxu) in [#245](devcontainers/ci#245)
- Update golang for CG by [@chrmarti](https://github.com/chrmarti) in [#260](devcontainers/ci#260)
- Update Debian, go tools, Node, NPM package by [@chrmarti](https://github.com/chrmarti) in [#263](devcontainers/ci#263)
- Bump [@babel/traverse](https://github.com/babel/traverse) from 7.18.2 to 7.23.2 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#261](devcontainers/ci#261)
- Bump json5 from 2.2.1 to 2.2.3 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#264](devcontainers/ci#264)
- Bump semver from 6.3.0 to 6.3.1 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#266](devcontainers/ci#266)
- Fix scripts by [@chrmarti](https://github.com/chrmarti) in [#265](devcontainers/ci#265)
- Update azure-pipelines-task-lib to avoid security issue in dependency by [@chrmarti](https://github.com/chrmarti) in [#267](devcontainers/ci#267)
- Add configFile option by [@chrmarti](https://github.com/chrmarti) in [#269](devcontainers/ci#269)
- Ignore spaces by [@chrmarti](https://github.com/chrmarti) in [#280](devcontainers/ci#280)
- Add workflow permissions by [@chrmarti](https://github.com/chrmarti) in [#282](devcontainers/ci#282)
- Update QEMU and Buildx steps to resolve Node 16 deprecation warning by [@korverdev](https://github.com/korverdev) in [#283](devcontainers/ci#283)
- Find Windows executable by [@chrmarti](https://github.com/chrmarti) in [#288](devcontainers/ci#288)
- add `inheritEnv` action parameter by [@OmarTawfik](https://github.com/OmarTawfik) in [#295](devcontainers/ci#295)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#297](devcontainers/ci#297)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#298](devcontainers/ci#298)
- Docs: github-action.md: fix wording by [@lolmaus](https://github.com/lolmaus) in [#296](devcontainers/ci#296)
- Add `cacheTo` argument to `ci` action by [@sebst](https://github.com/sebst) in [#300](devcontainers/ci#300)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#308](devcontainers/ci#308)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#327](devcontainers/ci#327)
- Bump actions/setup-node from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#309](devcontainers/ci#309)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.11 to 1.0.13 by [@dependabot](https://github.com/dependabot)\[bot] in [#310](devcontainers/ci#310)
- Bump LouisBrunner/checks-action from 1.1.1 to 2.0.0 by [@dependabot](https://github.com/dependabot)\[bot] in [#311](devcontainers/ci#311)
- Bump github/codeql-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#312](devcontainers/ci#312)
- Bump docker/login-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#313](devcontainers/ci#313)
- Bump actions/github-script from 6 to 7 by [@dependabot](https://github.com/dependabot)\[bot] in [#314](devcontainers/ci#314)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#328](devcontainers/ci#328)
- Fix AzDO task by [@chrmarti](https://github.com/chrmarti) in [#329](devcontainers/ci#329)
- fix: don't group the actual running of the commands by [@ffMathy](https://github.com/ffMathy) in [#272](devcontainers/ci#272)
- Add note on JIT by [@chrmarti](https://github.com/chrmarti) in [#330](devcontainers/ci#330)
- Fix formatting by [@chrmarti](https://github.com/chrmarti) in [#331](devcontainers/ci#331)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#332](devcontainers/ci#332)
- Consolidate npm package updates by [@chrmarti](https://github.com/chrmarti) in [#352](devcontainers/ci#352)
- Fix dependabot.yml by [@chrmarti](https://github.com/chrmarti) in [#353](devcontainers/ci#353)
- Cleanup 'common' dependency by [@chrmarti](https://github.com/chrmarti) in [#355](devcontainers/ci#355)
- Bump the all group across 4 directories with 4 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#356](devcontainers/ci#356)
- Bump actions/checkout from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#333](devcontainers/ci#333)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#359](devcontainers/ci#359)
- Bump the all group across 4 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#360](devcontainers/ci#360)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#362](devcontainers/ci#362)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.13 to 1.0.14 by [@dependabot](https://github.com/dependabot)\[bot] in [#364](devcontainers/ci#364)
- Bump the all group across 3 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#369](devcontainers/ci#369)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#378](devcontainers/ci#378)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#379](devcontainers/ci#379)
- Bump the all group across 4 directories with 7 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#389](devcontainers/ci#389)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#396](devcontainers/ci#396)
- investigate CI failure by [@chrmarti](https://github.com/chrmarti) in [#411](devcontainers/ci#411)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#409](devcontainers/ci#409)
- Bump the all group across 3 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#414](devcontainers/ci#414)
- Bump actions/setup-node from 4 to 6 by [@dependabot](https://github.com/dependabot)\[bot] in [#413](devcontainers/ci#413)
- Update Node, NPM, Go tools and Debian  by [@Kaniska244](https://github.com/Kaniska244) in [#438](devcontainers/ci#438)
- Add "Publish the AzDO extension" input by [@chrmarti](https://github.com/chrmarti) in [#439](devcontainers/ci#439)
- Also skip AzDO testing by [@chrmarti](https://github.com/chrmarti) in [#440](devcontainers/ci#440)
- Fix conditions by [@chrmarti](https://github.com/chrmarti) in [#441](devcontainers/ci#441)

#### New Contributors

- [@trxcllnt](https://github.com/trxcllnt) made their first contribution in [#199](devcontainers/ci#199)
- [@andar1an](https://github.com/andar1an) made their first contribution in [#219](devcontainers/ci#219)
- [@SauravMaheshkar](https://github.com/SauravMaheshkar) made their first contribution in [#222](devcontainers/ci#222)
- [@jiedxu](https://github.com/jiedxu) made their first contribution in [#245](devcontainers/ci#245)
- [@korverdev](https://github.com/korverdev) made their first contribution in [#283](devcontainers/ci#283)
- [@OmarTawfik](https://github.com/OmarTawfik) made their first contribution in [#295](devcontainers/ci#295)
- [@lolmaus](https://github.com/lolmaus) made their first contribution in [#296](devcontainers/ci#296)
- [@sebst](https://github.com/sebst) made their first contribution in [#300](devcontainers/ci#300)
- [@ffMathy](https://github.com/ffMathy) made their first contribution in [#272](devcontainers/ci#272)
- [@Kaniska244](https://github.com/Kaniska244) made their first contribution in [#438](devcontainers/ci#438)

**Full Changelog**: <devcontainers/ci@v0.2.1900000266...v0.3.1900000449>
sdwilsh pushed a commit to sdwilsh/ansible-playbooks that referenced this pull request Apr 28, 2026
##### [\`v0.3.1900000449\`](https://github.com/devcontainers/ci/releases/tag/v0.3.1900000449)

#### What's Changed

- Remove compiled JS content by [@stuartleeks](https://github.com/stuartleeks) in [#210](devcontainers/ci#210)
- Retain run-main.js/run-post.js by [@stuartleeks](https://github.com/stuartleeks) in [#213](devcontainers/ci#213)
- Update tag to use generated version number by [@stuartleeks](https://github.com/stuartleeks) in [#214](devcontainers/ci#214)
- Workflow tidying by [@stuartleeks](https://github.com/stuartleeks) in [#216](devcontainers/ci#216)
- Add missing 'v' prefix on release/tag by [@stuartleeks](https://github.com/stuartleeks) in [#217](devcontainers/ci#217)
- Update docs to point to v0.3 release by [@stuartleeks](https://github.com/stuartleeks) in [#218](devcontainers/ci#218)
- Pass env vars to `devcontainer up` by [@stuartleeks](https://github.com/stuartleeks) in [#211](devcontainers/ci#211)
- Re-enable running subset of tests in forks by [@stuartleeks](https://github.com/stuartleeks) in [#220](devcontainers/ci#220)
- re-enable test `platform_with_runCmd` by [@stuartleeks](https://github.com/stuartleeks) in [#203](devcontainers/ci#203)
- Add `noCache` option by [@trxcllnt](https://github.com/trxcllnt) in [#199](devcontainers/ci#199)
- Add additionalMounts for GitHub Action Output Mount by [@andar1an](https://github.com/andar1an) in [#219](devcontainers/ci#219)
- Update checks action to remove NodeJS version warning by [@stuartleeks](https://github.com/stuartleeks) in [#228](devcontainers/ci#228)
- Revert to latest version of tfx-cli by [@stuartleeks](https://github.com/stuartleeks) in [#227](devcontainers/ci#227)
- Update to run 'devcontainer exec' without JSON parsing output by [@stuartleeks](https://github.com/stuartleeks) in [#226](devcontainers/ci#226)
- Use version 0 to allow for breaking CLI changes in the future. by [@chrmarti](https://github.com/chrmarti) in [#229](devcontainers/ci#229)
- gh: refactor community files by [@SauravMaheshkar](https://github.com/SauravMaheshkar) in [#222](devcontainers/ci#222)
- Fix a typo in `azdo-task/README.md` by [@jiedxu](https://github.com/jiedxu) in [#245](devcontainers/ci#245)
- Update golang for CG by [@chrmarti](https://github.com/chrmarti) in [#260](devcontainers/ci#260)
- Update Debian, go tools, Node, NPM package by [@chrmarti](https://github.com/chrmarti) in [#263](devcontainers/ci#263)
- Bump [@babel/traverse](https://github.com/babel/traverse) from 7.18.2 to 7.23.2 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#261](devcontainers/ci#261)
- Bump json5 from 2.2.1 to 2.2.3 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#264](devcontainers/ci#264)
- Bump semver from 6.3.0 to 6.3.1 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#266](devcontainers/ci#266)
- Fix scripts by [@chrmarti](https://github.com/chrmarti) in [#265](devcontainers/ci#265)
- Update azure-pipelines-task-lib to avoid security issue in dependency by [@chrmarti](https://github.com/chrmarti) in [#267](devcontainers/ci#267)
- Add configFile option by [@chrmarti](https://github.com/chrmarti) in [#269](devcontainers/ci#269)
- Ignore spaces by [@chrmarti](https://github.com/chrmarti) in [#280](devcontainers/ci#280)
- Add workflow permissions by [@chrmarti](https://github.com/chrmarti) in [#282](devcontainers/ci#282)
- Update QEMU and Buildx steps to resolve Node 16 deprecation warning by [@korverdev](https://github.com/korverdev) in [#283](devcontainers/ci#283)
- Find Windows executable by [@chrmarti](https://github.com/chrmarti) in [#288](devcontainers/ci#288)
- add `inheritEnv` action parameter by [@OmarTawfik](https://github.com/OmarTawfik) in [#295](devcontainers/ci#295)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#297](devcontainers/ci#297)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#298](devcontainers/ci#298)
- Docs: github-action.md: fix wording by [@lolmaus](https://github.com/lolmaus) in [#296](devcontainers/ci#296)
- Add `cacheTo` argument to `ci` action by [@sebst](https://github.com/sebst) in [#300](devcontainers/ci#300)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#308](devcontainers/ci#308)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#327](devcontainers/ci#327)
- Bump actions/setup-node from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#309](devcontainers/ci#309)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.11 to 1.0.13 by [@dependabot](https://github.com/dependabot)\[bot] in [#310](devcontainers/ci#310)
- Bump LouisBrunner/checks-action from 1.1.1 to 2.0.0 by [@dependabot](https://github.com/dependabot)\[bot] in [#311](devcontainers/ci#311)
- Bump github/codeql-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#312](devcontainers/ci#312)
- Bump docker/login-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#313](devcontainers/ci#313)
- Bump actions/github-script from 6 to 7 by [@dependabot](https://github.com/dependabot)\[bot] in [#314](devcontainers/ci#314)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#328](devcontainers/ci#328)
- Fix AzDO task by [@chrmarti](https://github.com/chrmarti) in [#329](devcontainers/ci#329)
- fix: don't group the actual running of the commands by [@ffMathy](https://github.com/ffMathy) in [#272](devcontainers/ci#272)
- Add note on JIT by [@chrmarti](https://github.com/chrmarti) in [#330](devcontainers/ci#330)
- Fix formatting by [@chrmarti](https://github.com/chrmarti) in [#331](devcontainers/ci#331)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#332](devcontainers/ci#332)
- Consolidate npm package updates by [@chrmarti](https://github.com/chrmarti) in [#352](devcontainers/ci#352)
- Fix dependabot.yml by [@chrmarti](https://github.com/chrmarti) in [#353](devcontainers/ci#353)
- Cleanup 'common' dependency by [@chrmarti](https://github.com/chrmarti) in [#355](devcontainers/ci#355)
- Bump the all group across 4 directories with 4 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#356](devcontainers/ci#356)
- Bump actions/checkout from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#333](devcontainers/ci#333)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#359](devcontainers/ci#359)
- Bump the all group across 4 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#360](devcontainers/ci#360)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#362](devcontainers/ci#362)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.13 to 1.0.14 by [@dependabot](https://github.com/dependabot)\[bot] in [#364](devcontainers/ci#364)
- Bump the all group across 3 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#369](devcontainers/ci#369)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#378](devcontainers/ci#378)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#379](devcontainers/ci#379)
- Bump the all group across 4 directories with 7 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#389](devcontainers/ci#389)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#396](devcontainers/ci#396)
- investigate CI failure by [@chrmarti](https://github.com/chrmarti) in [#411](devcontainers/ci#411)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#409](devcontainers/ci#409)
- Bump the all group across 3 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#414](devcontainers/ci#414)
- Bump actions/setup-node from 4 to 6 by [@dependabot](https://github.com/dependabot)\[bot] in [#413](devcontainers/ci#413)
- Update Node, NPM, Go tools and Debian  by [@Kaniska244](https://github.com/Kaniska244) in [#438](devcontainers/ci#438)
- Add "Publish the AzDO extension" input by [@chrmarti](https://github.com/chrmarti) in [#439](devcontainers/ci#439)
- Also skip AzDO testing by [@chrmarti](https://github.com/chrmarti) in [#440](devcontainers/ci#440)
- Fix conditions by [@chrmarti](https://github.com/chrmarti) in [#441](devcontainers/ci#441)

#### New Contributors

- [@trxcllnt](https://github.com/trxcllnt) made their first contribution in [#199](devcontainers/ci#199)
- [@andar1an](https://github.com/andar1an) made their first contribution in [#219](devcontainers/ci#219)
- [@SauravMaheshkar](https://github.com/SauravMaheshkar) made their first contribution in [#222](devcontainers/ci#222)
- [@jiedxu](https://github.com/jiedxu) made their first contribution in [#245](devcontainers/ci#245)
- [@korverdev](https://github.com/korverdev) made their first contribution in [#283](devcontainers/ci#283)
- [@OmarTawfik](https://github.com/OmarTawfik) made their first contribution in [#295](devcontainers/ci#295)
- [@lolmaus](https://github.com/lolmaus) made their first contribution in [#296](devcontainers/ci#296)
- [@sebst](https://github.com/sebst) made their first contribution in [#300](devcontainers/ci#300)
- [@ffMathy](https://github.com/ffMathy) made their first contribution in [#272](devcontainers/ci#272)
- [@Kaniska244](https://github.com/Kaniska244) made their first contribution in [#438](devcontainers/ci#438)

**Full Changelog**: <devcontainers/ci@v0.2.1900000266...v0.3.1900000449>
sdwilsh pushed a commit to sdwilsh/ansible-playbooks that referenced this pull request Jun 6, 2026
##### [\`v0.3.1900000450\`](https://github.com/devcontainers/ci/releases/tag/v0.3.1900000450)

#### What's Changed

- Remove compiled JS content by [@stuartleeks](https://github.com/stuartleeks) in [#210](devcontainers/ci#210)
- Retain run-main.js/run-post.js by [@stuartleeks](https://github.com/stuartleeks) in [#213](devcontainers/ci#213)
- Update tag to use generated version number by [@stuartleeks](https://github.com/stuartleeks) in [#214](devcontainers/ci#214)
- Workflow tidying by [@stuartleeks](https://github.com/stuartleeks) in [#216](devcontainers/ci#216)
- Add missing 'v' prefix on release/tag by [@stuartleeks](https://github.com/stuartleeks) in [#217](devcontainers/ci#217)
- Update docs to point to v0.3 release by [@stuartleeks](https://github.com/stuartleeks) in [#218](devcontainers/ci#218)
- Pass env vars to `devcontainer up` by [@stuartleeks](https://github.com/stuartleeks) in [#211](devcontainers/ci#211)
- Re-enable running subset of tests in forks by [@stuartleeks](https://github.com/stuartleeks) in [#220](devcontainers/ci#220)
- re-enable test `platform_with_runCmd` by [@stuartleeks](https://github.com/stuartleeks) in [#203](devcontainers/ci#203)
- Add `noCache` option by [@trxcllnt](https://github.com/trxcllnt) in [#199](devcontainers/ci#199)
- Add additionalMounts for GitHub Action Output Mount by [@andar1an](https://github.com/andar1an) in [#219](devcontainers/ci#219)
- Update checks action to remove NodeJS version warning by [@stuartleeks](https://github.com/stuartleeks) in [#228](devcontainers/ci#228)
- Revert to latest version of tfx-cli by [@stuartleeks](https://github.com/stuartleeks) in [#227](devcontainers/ci#227)
- Update to run 'devcontainer exec' without JSON parsing output by [@stuartleeks](https://github.com/stuartleeks) in [#226](devcontainers/ci#226)
- Use version 0 to allow for breaking CLI changes in the future. by [@chrmarti](https://github.com/chrmarti) in [#229](devcontainers/ci#229)
- gh: refactor community files by [@SauravMaheshkar](https://github.com/SauravMaheshkar) in [#222](devcontainers/ci#222)
- Fix a typo in `azdo-task/README.md` by [@jiedxu](https://github.com/jiedxu) in [#245](devcontainers/ci#245)
- Update golang for CG by [@chrmarti](https://github.com/chrmarti) in [#260](devcontainers/ci#260)
- Update Debian, go tools, Node, NPM package by [@chrmarti](https://github.com/chrmarti) in [#263](devcontainers/ci#263)
- Bump [@babel/traverse](https://github.com/babel/traverse) from 7.18.2 to 7.23.2 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#261](devcontainers/ci#261)
- Bump json5 from 2.2.1 to 2.2.3 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#264](devcontainers/ci#264)
- Bump semver from 6.3.0 to 6.3.1 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#266](devcontainers/ci#266)
- Fix scripts by [@chrmarti](https://github.com/chrmarti) in [#265](devcontainers/ci#265)
- Update azure-pipelines-task-lib to avoid security issue in dependency by [@chrmarti](https://github.com/chrmarti) in [#267](devcontainers/ci#267)
- Add configFile option by [@chrmarti](https://github.com/chrmarti) in [#269](devcontainers/ci#269)
- Ignore spaces by [@chrmarti](https://github.com/chrmarti) in [#280](devcontainers/ci#280)
- Add workflow permissions by [@chrmarti](https://github.com/chrmarti) in [#282](devcontainers/ci#282)
- Update QEMU and Buildx steps to resolve Node 16 deprecation warning by [@korverdev](https://github.com/korverdev) in [#283](devcontainers/ci#283)
- Find Windows executable by [@chrmarti](https://github.com/chrmarti) in [#288](devcontainers/ci#288)
- add `inheritEnv` action parameter by [@OmarTawfik](https://github.com/OmarTawfik) in [#295](devcontainers/ci#295)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#297](devcontainers/ci#297)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#298](devcontainers/ci#298)
- Docs: github-action.md: fix wording by [@lolmaus](https://github.com/lolmaus) in [#296](devcontainers/ci#296)
- Add `cacheTo` argument to `ci` action by [@sebst](https://github.com/sebst) in [#300](devcontainers/ci#300)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#308](devcontainers/ci#308)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#327](devcontainers/ci#327)
- Bump actions/setup-node from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#309](devcontainers/ci#309)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.11 to 1.0.13 by [@dependabot](https://github.com/dependabot)\[bot] in [#310](devcontainers/ci#310)
- Bump LouisBrunner/checks-action from 1.1.1 to 2.0.0 by [@dependabot](https://github.com/dependabot)\[bot] in [#311](devcontainers/ci#311)
- Bump github/codeql-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#312](devcontainers/ci#312)
- Bump docker/login-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#313](devcontainers/ci#313)
- Bump actions/github-script from 6 to 7 by [@dependabot](https://github.com/dependabot)\[bot] in [#314](devcontainers/ci#314)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#328](devcontainers/ci#328)
- Fix AzDO task by [@chrmarti](https://github.com/chrmarti) in [#329](devcontainers/ci#329)
- fix: don't group the actual running of the commands by [@ffMathy](https://github.com/ffMathy) in [#272](devcontainers/ci#272)
- Add note on JIT by [@chrmarti](https://github.com/chrmarti) in [#330](devcontainers/ci#330)
- Fix formatting by [@chrmarti](https://github.com/chrmarti) in [#331](devcontainers/ci#331)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#332](devcontainers/ci#332)
- Consolidate npm package updates by [@chrmarti](https://github.com/chrmarti) in [#352](devcontainers/ci#352)
- Fix dependabot.yml by [@chrmarti](https://github.com/chrmarti) in [#353](devcontainers/ci#353)
- Cleanup 'common' dependency by [@chrmarti](https://github.com/chrmarti) in [#355](devcontainers/ci#355)
- Bump the all group across 4 directories with 4 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#356](devcontainers/ci#356)
- Bump actions/checkout from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#333](devcontainers/ci#333)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#359](devcontainers/ci#359)
- Bump the all group across 4 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#360](devcontainers/ci#360)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#362](devcontainers/ci#362)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.13 to 1.0.14 by [@dependabot](https://github.com/dependabot)\[bot] in [#364](devcontainers/ci#364)
- Bump the all group across 3 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#369](devcontainers/ci#369)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#378](devcontainers/ci#378)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#379](devcontainers/ci#379)
- Bump the all group across 4 directories with 7 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#389](devcontainers/ci#389)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#396](devcontainers/ci#396)
- investigate CI failure by [@chrmarti](https://github.com/chrmarti) in [#411](devcontainers/ci#411)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#409](devcontainers/ci#409)
- Bump the all group across 3 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#414](devcontainers/ci#414)
- Bump actions/setup-node from 4 to 6 by [@dependabot](https://github.com/dependabot)\[bot] in [#413](devcontainers/ci#413)
- Update Node, NPM, Go tools and Debian  by [@Kaniska244](https://github.com/Kaniska244) in [#438](devcontainers/ci#438)
- Add "Publish the AzDO extension" input by [@chrmarti](https://github.com/chrmarti) in [#439](devcontainers/ci#439)
- Also skip AzDO testing by [@chrmarti](https://github.com/chrmarti) in [#440](devcontainers/ci#440)
- Fix conditions by [@chrmarti](https://github.com/chrmarti) in [#441](devcontainers/ci#441)
- feat: native multi-platform builds via runner matrix (no QEMU emulation) by [@tgenov](https://github.com/tgenov) in [#435](devcontainers/ci#435)

#### New Contributors

- [@trxcllnt](https://github.com/trxcllnt) made their first contribution in [#199](devcontainers/ci#199)
- [@andar1an](https://github.com/andar1an) made their first contribution in [#219](devcontainers/ci#219)
- [@SauravMaheshkar](https://github.com/SauravMaheshkar) made their first contribution in [#222](devcontainers/ci#222)
- [@jiedxu](https://github.com/jiedxu) made their first contribution in [#245](devcontainers/ci#245)
- [@korverdev](https://github.com/korverdev) made their first contribution in [#283](devcontainers/ci#283)
- [@OmarTawfik](https://github.com/OmarTawfik) made their first contribution in [#295](devcontainers/ci#295)
- [@lolmaus](https://github.com/lolmaus) made their first contribution in [#296](devcontainers/ci#296)
- [@sebst](https://github.com/sebst) made their first contribution in [#300](devcontainers/ci#300)
- [@ffMathy](https://github.com/ffMathy) made their first contribution in [#272](devcontainers/ci#272)
- [@Kaniska244](https://github.com/Kaniska244) made their first contribution in [#438](devcontainers/ci#438)
- [@tgenov](https://github.com/tgenov) made their first contribution in [#435](devcontainers/ci#435)

**Full Changelog**: <devcontainers/ci@v0.2.1900000266...v0.3.1900000450>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants