Skip to content

v0.7.0

Compare
Choose a tag to compare
@qdm12 qdm12 released this 16 Mar 10:39
· 165 commits to master since this release
0407155

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