Skip to content

v0.3.0

Compare
Choose a tag to compare
@int128 int128 released this 27 Jan 07:32
· 357 commits to main since this release
fdb43cc

Breaking change ⚠️

The custom resource names have been changed as follows:

apiVersion: googlecloudpubsuboperator.quipper.github.io/v1
kind: Topic
apiVersion: googlecloudpubsuboperator.quipper.github.io/v1
kind: Subscription

What's Changed

New feature

  • Rename group of custom resource by @int128 in #32

Updates

  • Upgrade from kubebuilder v3.6.0 to v3.7.0 by @int128 in #18
  • Upgrade from kubebuilder v3.7.0 to v3.8.0 by @int128 in #19
  • chore(deps): update dependency golang-version to v1.19.4 by @renovate in #14
  • fix(deps): update module cloud.google.com/go/pubsub to v1.28.0 by @renovate in #21
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.6.1 by @renovate in #22
  • fix(deps): update module github.com/onsi/gomega to v1.24.2 by @renovate in #23
  • fix(deps): update module google.golang.org/grpc to v1.51.0 by @renovate in #24
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.14.1 by @renovate in #25
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.7.0 by @renovate in #28
  • chore(deps): update dependency golang-version to v1.19.5 by @renovate in #29
  • fix(deps): update module github.com/onsi/gomega to v1.25.0 by @renovate in #31
  • fix(deps): update module google.golang.org/grpc to v1.52.0 by @renovate in #30
  • fix(deps): update kubernetes packages to v0.26.1 by @renovate in #33
  • chore(deps): update actions/setup-go action to v3 by @renovate in #26
  • fix(deps): update module github.com/onsi/gomega to v1.26.0 by @renovate in #35
  • fix(deps): update module google.golang.org/grpc to v1.52.1 by @renovate in #36
  • fix(deps): update module google.golang.org/grpc to v1.52.3 by @renovate in #37

Refactoring

New Contributors

Full Changelog: v0.2.0...v0.3.0