Skip to content

add inheritEnv action parameter#295

Merged
chrmarti merged 5 commits into
devcontainers:mainfrom
OmarTawfik-forks:add-inherit-env
Jul 18, 2024
Merged

add inheritEnv action parameter#295
chrmarti merged 5 commits into
devcontainers:mainfrom
OmarTawfik-forks:add-inherit-env

Conversation

@OmarTawfik

@OmarTawfik OmarTawfik commented Jul 8, 2024

Copy link
Copy Markdown
Contributor

Upon some further discussion and great insights from @jkeech, I think an opt-in experience (i.e. autoEnv or inerhitEnv) could make good sense. This way it doesn't change the default experience / dev container expectations for all scenarios, but it'd be a helpful option in ones such as those detailed above. And if env was used, it could be treated as an override to anything that was automatically inherited.

Originally posted by @bamurtaugh in #242 (comment)

@OmarTawfik
OmarTawfik marked this pull request as ready for review July 8, 2024 07:04
@OmarTawfik
OmarTawfik requested review from a team and stuartleeks as code owners July 8, 2024 07:04
@OmarTawfik

Copy link
Copy Markdown
Contributor Author

cc @bamurtaugh and @stuartleeks

@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.

Great, thanks!

Could you also add it to:

  • the table in azdo-task/README.md
  • azdo-task/DevcontainersCi/task.json
  • the table in docs/azure-devops-task.md

@OmarTawfik
OmarTawfik requested a review from chrmarti July 9, 2024 15:43
@OmarTawfik

Copy link
Copy Markdown
Contributor Author

@chrmarti done. Thanks.

Comment thread common/src/envvars.ts Outdated
Comment thread common/src/envvars.ts
@OmarTawfik
OmarTawfik requested a review from chrmarti July 13, 2024 08:26
@OmarTawfik

Copy link
Copy Markdown
Contributor Author

@chrmarti done. Thanks.

chrmarti
chrmarti previously approved these changes Jul 17, 2024

@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.

Great, thanks!

@chrmarti

Copy link
Copy Markdown
Collaborator

CI seems stuck, closing and reopening to trigger a new run.

@chrmarti chrmarti closed this Jul 17, 2024
@chrmarti chrmarti reopened this Jul 17, 2024
@chrmarti

Copy link
Copy Markdown
Collaborator

CI failed with:

      DataCloneError: [object Object] could not be cloned.
  
        53 |
        54 | 	test('inherits process env when asked', () => {
      > 55 | 		const originalEnv = structuredClone(process.env);
           | 		                    ^
        56 | 		try {
        57 | 			process.env = {TEST_ENV1: 'value1'};
        58 | 			const input = ['TEST_ENV2=value2'];
  
        at Object.<anonymous> (__tests__/envvars.test.ts:55:23)

@OmarTawfik

OmarTawfik commented Jul 17, 2024

Copy link
Copy Markdown
Contributor Author

@chrmarti fixed test by removing structuredClone(). The old object is preserved.
Thanks!

@OmarTawfik
OmarTawfik requested a review from chrmarti July 17, 2024 12:09
@chrmarti chrmarti closed this Jul 18, 2024
@chrmarti chrmarti reopened this Jul 18, 2024
@chrmarti
chrmarti merged commit 4dc5cb4 into devcontainers:main Jul 18, 2024
@OmarTawfik

OmarTawfik commented Jul 30, 2024

Copy link
Copy Markdown
Contributor Author

@chrmarti can you please tell me when does this get released?
The last release was 3 months ago.
Thanks!

@OmarTawfik

Copy link
Copy Markdown
Contributor Author

Is it possible to ship a new release for this? unfortunately this repo cannot be imported/used from source. Thanks!
cc @bamurtaugh or @DonJayamanne

@Sam13

Sam13 commented Aug 15, 2024

Copy link
Copy Markdown

Is it possible to ship a new release for this? unfortunately this repo cannot be imported/used from source. Thanks! cc @bamurtaugh or @DonJayamanne

+1

@OmarTawfik

Copy link
Copy Markdown
Contributor Author

Is it possible to ship a new release for this? unfortunately this repo cannot be imported/used from source. Thanks!

One more attempt? cc @bamurtaugh or @DonJayamanne or @chrmarti

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