Skip to content

Releases: alexandrevilain/controller-tools

v0.3.0

12 Jun 19:20
61d38ea

Choose a tag to compare

What's Changed

🌱 Improvements

🐛 Bug fixes

  • fix(patch): deepcopy expected object before patching it to allow status patching by @alexandrevilain in #111

🔨 Dependencies

  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #48
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 by @dependabot in #53
  • chore(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #54
  • chore(deps): bump k8s.io/apimachinery from 0.27.4 to 0.28.2 by @dependabot in #50
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 by @dependabot in #55
  • chore(deps): bump github.com/onsi/gomega from 1.28.0 to 1.28.1 by @dependabot in #60
  • chore(deps): bump github.com/onsi/gomega from 1.28.1 to 1.29.0 by @dependabot in #61
  • chore(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in #62
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 by @dependabot in #63
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 by @dependabot in #67
  • chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #68
  • chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #72
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 by @dependabot in #73
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0 by @dependabot in #75
  • chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 by @dependabot in #80
  • chore(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #82
  • chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #87
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 by @dependabot in #88
  • chore(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #92
  • chore(deps): bump k8s.io/apimachinery from 0.28.2 to 0.29.3 by @dependabot in #89
  • bump k8s dependencies to 0.30.2 by @alexandrevilain in #116
  • chore(deps): bump golangci/golangci-lint-action from 4 to 6 by @dependabot in #104

Full Changelog: v0.2.2...v0.3.0

v0.2.2

03 Sep 14:40
e72e017

Choose a tag to compare

What's Changed

🌱 Improvement

🐛 Bug fixes

🔨 Dependencies

  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 by @dependabot in #40

Full Changelog: v0.2.1...v0.2.2

v0.2.1

17 Aug 16:43
ff660f0

Choose a tag to compare

What's Changed

🌱 Improvement

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Aug 14:17
ec1b3b2

Choose a tag to compare

What's Changed

🌱 Improvement

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Aug 13:05
75f6248

Choose a tag to compare

What's Changed

🌱 Improvement

  • chore(reconciler): remove dependent builder as it introduces too much complexity by @alexandrevilain in #33

🔨 Dependencies

Full Changelog: v0.0.2...v0.1.0

v0.0.2

07 Jun 14:46
4f3170d

Choose a tag to compare

What's Changed

🌱 Improvement

🔨 Dependencies

  • Bump github.com/onsi/gomega from 1.27.4 to 1.27.6 by @dependabot in #4
  • Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.3 by @dependabot in #7
  • Bump github.com/onsi/ginkgo/v2 from 2.9.3 to 2.9.5 by @dependabot in #9
  • Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 by @dependabot in #14
  • Bump k8s.io/apimachinery from 0.27.1 to 0.27.2 by @dependabot in #12
  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #13
  • Bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.15.0 by @dependabot in #15
  • Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #16
  • Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.9.7 by @dependabot in #17
  • dependencies: update to k8s 1.27 by @alexandrevilain in #18
  • Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 by @dependabot in #20
  • Bump github.com/onsi/ginkgo/v2 from 2.9.7 to 2.10.0 by @dependabot in #19

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

30 Apr 17:11
f17aa8d

Choose a tag to compare

Changelog

  • c3338a0 Initial commit
  • db5b157 Merge pull request #5 from alexandrevilain/fix/unit-tests
  • f17aa8d Merge pull request #6 from alexandrevilain/add/goreleaser
  • 2dfb210 add goreleaser
  • 8dc76f6 fix unit tests
  • d0cfd09 fix unit tests
  • 931ed3f move code from github.com/alexandrevilain/temporal-operator