Releases: qdm12/godevcontainer
Releases · qdm12/godevcontainer
v0.11.0
Features
- gopls upgraded from v0.8.4 to v0.9.1
- dlv upgraded from v1.8.3 to v1.9.0
- mockery upgraded from v2.12.3 to v2.14.0
- helm upgraded from v3.8.2 to v3.9.1
- qmcgaw/basedevcontainer upgraded from v0.13.0 to v0.14.0
- Re-organize
~/.zshrc
for faster startup of terminal with async loading - Upgrade Alpine from 3.15 to 3.16
- Install
powerlevel10k
from Alpine repositories instead of using git - pre-install
gitstatusd
in image, from Alpine repositories - update
alpine
alias to launchalpine:3.16
- Install
- Upgrade gh from v2.10.1 to v2.14.1
- Upgrade compose from v2.5.0 to v2.6.1
- Upgrade docker from v20.10.16 to v20.10.17
- Use Go 1.18 from Go Alpine 3.16 image instead of 3.15
- Re-organize
Fixes
- kubectl upgraded from v1.24.1 to v1.24.3
Documentation
- Readme: clarify list of features
- Add comment on ~/.zshrc-specific about non-interactiveness
- Update readme with alpine 3.16 and newer sizes
v0.10.1
v0.10.0
Features
golangci-lint
upgrade from v1.45.2 to v1.46.2kubectl
upgraded from v1.23.6 to v1.24.0gh
upgraded from v2.8.0 to v2.10.1compose
upgraded from v2.4.1 to v2.5.0
Fixes
dlv
upgraded from v1.8.2 to v1.8.3mockery
upgraded from v2.12.1 to v2.12.2docker
upgraded from v20.10.12 to v20.10.16
v0.9.0
Features
- Go upgraded from 1.17 to 1.18
golangci-lint
upgraded from v1.44.3 to v1.45.2mockery
upgraded from v2.10.0 to v2.12.1gh
upgraded from v2.5.2 to v2.8.0compose
upgraded from v2.3.3 to v2.4.1
Fixes
gopls
upgraded from v0.8.1 to v0.8.3kubectl
upgraded from v1.23.4 to v1.23.6helm
upgraded from v3.8.1 to v3.8.2buildx
upgraded from v0.8.0 to v0.8.2
Maintenance
- Remove
go-outline
since it's no longer used (replaced bygopls
)
v0.8.0
v0.7.0
Features
- Upgrade
gopls
from v0.7.4 to v0.8.0 - Upgrade
golangci-lint
from v1.43.0 to v1.44.2 - Upgrade
mockery
from v2.9.4 to v2.10.0 - Upgrade
qmcgaw/basedevcontainer
from v0.7.0 to v0.10.0- Upgrade Alpine from 3.14 to 3.15
- Upgrade Debian to use
bullseye-slim
- Upgrade
gh
from v2.3.0 to v2.5.2 - Upgrade
compose
from v2.2.2 to v2.3.3 - Upgrade
buildx
from v0.7.1 to v0.8.0 - Upgrade
powerlevel10k
from v1.15.0 to v1.16.1 - Fix
docker
from v20.10.10 to v20.10.12 - Fix path conflict with docker
compose
plugin and~/.docker
bind mount
- Upgrade
helm
from v3.7.2 to v3.8.1
Fixes
- Revert to Go 1.17 due to broken linter notably
- Fix
dlv
installation path to be at/go/bin/dlv
instead of/go/bin/dlv-dap
- Fix
dlv
from v1.8.0 to v1.8.2 - Fix
kubectl
from v1.23.1 to v1.23.4 - CI: Debian image to take base dev image version into account
Documentation
- Readme: fix
mockgen
URL link (#13) - Update Go related settings in
.devcontainer/devcontainer.json
- Fix
.devcontainer/docker-compose.yml
entrypoint bug introduced with VSCode 1.64
v0.6.0
v0.5.0
Features
- Upgrade Go from
1.16
to1.17
- Upgrade Alpine from
3.14
to3.15
- Upgrade
qmcgaw/basedevcontainer
fromv0.2.0
tov0.6.1
- Upgrade
gopls
fromv0.7.1
tov0.7.4
- Upgrade
stern
fromv1.20.0
tov1.21.0
- Upgrade
helm
fromv3.6.3
tov3.7.2
- Upgrade
kubectl
fromv1.22.1
tov1.23.0
- Upgrade
dlv
fromv1.7.1
tov1.7.3
- Upgrade
golangci-lint
fromv1.42.0
tov1.43.0
- Upgrade
mockery
fromv2.9.0
tov2.9.4
- Upgrade
gomodifytags
tov1.14.0
Fixes
- Fix
kubens
source image alias that waskubectx
- Fix
dlv
installation to/go/bin/dlv-dap
instead of/go/bin/dlv
.devcontainer/devcontainer.json
: do not name image to avoid conflicts with other dev containers.devcontainer/devcontainer.json
: fix windows.sh script command inpostCreateCommand
- Debian image Go installation
Documentation
- Fix home path in
.devcontainer/README.md
Changes
- Drop s390x CPU architecture support
v0.4.0
v0.3.0
Breaking changes
- Drop
s390x
CPU architecture support for Alpine based images sincegolang:1.16-alpine3.14
is no longer supported for it 😢
Features
- Upgrade
gopls
from v0.7.0 to v0.7.1 - Upgrade
kubectl
from v1.21.3 to v1.22.0
Alpine only
- Pin to
qmcgaw/basedevcontainer:v0.2.0-alpine
- Upgrade from Alpine 3.13 to Alpine 3.14
Debian only
- Pin to
qmcgaw/basedevcontainer:v0.2.0-debian
Documentation
- Fix markdown lint warnings in readme