v0.3.0
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
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
- Refactor with
github.ref_name
andgithub.ref_type
by @int128 in #13 - Configure Renovate by @renovate in #1
- Use actions/setup-go by @int128 in #17
- Run go fmt and make generate manifests by @int128 in #34
New Contributors
Full Changelog: v0.2.0...v0.3.0