Skip to content

v0.22.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 04 Aug 13:32
· 547 commits to refs/heads/main since this release

What's Changed

⚠️ Breaking Changes

  • chore(deps): bump docker dependencies to v24.0.5+incompatible (#1394) @mdelapenya

As a consequence of the bugs described in #1359, we had to bump the Docker version to a major version, which moved the types.AuthConfig type to registry.AuthConfig. We used that type as public API, therefore, our API has changed the signature of the method of an interface, which is used to build images from a Dockerfile. Please look at #1394 to understand the changes in the GetAuthConfigs method.

🚀 Features

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

  • chore(deps): bump github.com/containerd/containerd from 1.6.19 to 1.7.3 (#1378) @dependabot
  • chore: run go mod tidy (#1417) @mdelapenya
  • chore(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 in /modules/couchbase (#1376) @dependabot
  • chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc2 to 1.1.0-rc4 (#1312) @dependabot
  • chore(deps): bump github.com/hashicorp/consul/api from 1.20.0 to 1.23.0 in /examples/consul (#1381) @dependabot
  • chore(deps): bump github.com/twmb/franz-go from 1.13.5 to 1.14.3 in /modules/redpanda (#1387) @dependabot
  • chore(deps): bump github.com/nats-io/nats.go from 1.26.0 to 1.28.0 in /examples/nats (#1389) @dependabot
  • chore(deps): bump golang.org/x/text from 0.9.0 to 0.11.0 in /modulegen (#1388) @dependabot
  • chore(deps): bump google.golang.org/api from 0.125.0 to 0.134.0 in /examples (#1412) @mdelapenya
  • chore(deps): bump golang.org/x/mod and github.com/aws/aws-sdk-go-v2/config in /modules/localstack (#1410) @mdelapenya
  • chore(deps): bump k8s.io/client-go from 0.27.2 to 0.27.4 in /modules/k3s (#1404) @dependabot
  • chore(deps): bump cloud.google.com/go in /examples (#1411) @mdelapenya
  • chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.9.0 to 5.10.0 in /modules/neo4j (#1318) @dependabot
  • chore(deps): bump google.golang.org/grpc to 1.57.0 (#1409) @mdelapenya
  • chore(deps): bump go.mongodb.org/mongo-driver from 1.11.6 to 1.12.0 in /examples/mongodb (#1311) @dependabot
  • chore(deps): bump docker dependencies to v24.0.5+incompatible (#1394) @mdelapenya
  • chore: remove gotestsum to reduce the number of transitive dependencies (#1303) @mdelapenya