Skip to content

Releases: mundoalem/devcontainer

v1.1.3

29 Jan 17:45
8b8da5d
Compare
Choose a tag to compare
  • New features:
    • Adds nvm
  • Updates:
    • Updates docker compose plugin to version 2.24.2
    • Updates checkov to version 3.2.1

Release: v1.1.3 by @egonbraun in #11
Full Changelog**: v1.1.2...v1.1.3

v1.1.2

27 Jan 16:40
8d5bf31
Compare
Choose a tag to compare
  • New Features:
    • Added poetry
  • Updates:
    • Updated checkov to version 3.1.70

Release: v1.1.2 by @egonbraun in #10
Full Changelog: v1.1.1...v1.1.2

v1.1.1

22 Jan 20:16
6e99163
Compare
Choose a tag to compare

What's Changed

  • New features:
    • Adds jq
  • Bugfixes:
    • Installs dependencies to be able to build Python using pyenv

Release: v1.1.1 by @egonbraun in #9
Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Jan 17:04
98ebe2c
Compare
Choose a tag to compare
  • Project renamed from container-dev-base to devcontainer
  • New features:
    • Adds goenv
    • Adds pyenv
    • Adds arm64 assembly toolchain
    • Creates ~/.local.bin directory
  • Updates:
    • checkov to 3.1.67 version
    • docker client to 25.0.0-1 version
    • docker buildx plugin to 0.12.1-1 version
    • docker compose plugin to 2.24.1-1 version
  • Deprecated:
    • Removes docker scout plugin

v1.0.2

26 Dec 22:10
b3f4871
Compare
Choose a tag to compare
  • Uses postAttachCommand instead of postStartCommand option to run our script hook in .devcontainer/hooks/post_attach.sh;
  • Uses version v1 of mundoalem/prepare GitHub action

v1.0.1

24 Dec 20:10
f428385
Compare
Choose a tag to compare

Now the name of the test image is passed as a build argument so there is no need of hardcoding it in the Dockerfile.test file.

v1.0.0

24 Dec 11:13
83ed855
Compare
Choose a tag to compare

Initial release.