Skip to content

Releases: kubernetes-sigs/controller-tools

v0.13.0

17 Aug 09:54
d89d6ae
Compare
Choose a tag to compare

What's Changed

  • ⚠ Bump to k/k v0.28.0 by @sbueringer in #832
  • ⚠ get rid of obsolete Go build tags // +build !ignore_autogenerated by @programmer04 in #828
  • ✨ Adds new option timeoutSeconds to inform the timeout for webhook resources by @yaa110 in #784
  • ✨ Return an error for duplicate generators by @rainest in #829
  • ✨ Add url marker for webhook manifests by @rikatz in #824
  • 🐛 Change the type of markers.Collector.byPackage's key from string to *loader.Package by @ntoofu in #792
  • 🐛 Fix implicit aliasing issue in nested maps by @shyamradhakrishnan in #810
  • 🌱 Re-add list of emeritus maintainers by @vincepri in #817

Dependency bumps

  • 🌱 Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 by @dependabot in #819
  • 🌱 Bump golang.org/x/tools from 0.8.0 to 0.9.1 by @dependabot in #814
  • 🌱 Bump golang.org/x/tools from 0.9.1 to 0.9.3 by @dependabot in #821
  • 🌱 Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 by @dependabot in #822
  • 🌱 Bump golang.org/x/tools from 0.9.3 to 0.10.0 by @dependabot in #825
  • 🌱 Bump golang.org/x/tools from 0.10.0 to 0.11.0 by @dependabot in #830
  • 🌱 Bump github.com/onsi/gomega from 1.27.8 to 1.27.9 by @dependabot in #836
  • 🌱 Bump github.com/onsi/gomega from 1.27.9 to 1.27.10 by @dependabot in #838
  • 🌱 Bump golang.org/x/tools from 0.11.0 to 0.11.1 by @dependabot in #840
  • 🌱 Bump golang.org/x/tools from 0.11.1 to 0.12.0 by @dependabot in #841

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.1

13 Jul 05:57
371c48c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

02 May 17:53
20b9845
Compare
Choose a tag to compare

What's Changed

  • ✨ Add header and year options for yaml generator by @nak3 in #544
  • 🌱 Bump golang.org/x/tools from 0.4.0 to 0.5.0 by @dependabot in #759
  • 🌱 Bump kubernetes-sigs/kubebuilder-release-tools from 0.2.0 to 0.3.0 by @dependabot in #763
  • 🌱 Bump github.com/onsi/gomega from 1.24.2 to 1.25.0 by @dependabot in #767
  • 🐛 fix index out of range panic when annotation is not in 'key=value' format by @lianghao208 in #764
  • 🌱 Bump github.com/fatih/color from 1.13.0 to 1.14.0 by @dependabot in #766
  • 🏃 Bump k8s.io dependencies to 1.26.1 by @alvaroaleman in #768
  • 🌱 Bump github.com/onsi/gomega from 1.25.0 to 1.26.0 by @dependabot in #771
  • 🌱 Bump github.com/fatih/color from 1.14.0 to 1.14.1 by @dependabot in #770
  • ✨ Add support for example marker by @sbueringer in #774
  • 🌱 Bump golang.org/x/tools from 0.5.0 to 0.6.0 by @dependabot in #776
  • 🌱 Bump github.com/onsi/gomega from 1.26.0 to 1.27.1 by @dependabot in #778
  • 🌱 Bump github.com/onsi/gomega from 1.27.1 to 1.27.6 by @dependabot in #791
  • 📖 fix typo: minimun -> minimum by @gregsheremeta in #781
  • 🏃 Bump k8s.io dependencies to v0.27.1 by @furkatgofurov7 in #798
  • 🌱 Bump golang.org/x/tools from 0.6.0 to 0.8.0 by @dependabot in #794
  • 🐛 Generate deterministic ordering for webhook manifests by @terassyi in #779
  • ✨ Update and sync owners file w/ CR runtime by @vincepri in #799
  • 🌱 Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #793
  • 🌱 Bump github.com/fatih/color from 1.14.1 to 1.15.0 by @dependabot in #787
  • 🐛 remove metadata.creationTimestamp when generating CRDs, RBAC, and webhooks by @joelanford in #800
  • ✨ testdata/cronjob_types.go: add NestedStructWithSeveralFieldsDoubleMarked by @jan--f in #704
  • ✨Upgrade to go 1.20 by @Prajyot-Parab in #803
  • 🐛 Fix marker parsing by @inteon in #802
  • ⚠ Bump github.com/gobuffalo/flect from 0.3.0 to 1.0.2 by @sbueringer in #804

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.4

21 Apr 12:37
ea4743a
Compare
Choose a tag to compare

What's Changed

  • 🐛 remove metadata.creationTimestamp when generating CRDs, RBAC, and webhooks by @joelanford in #801

Full Changelog: v0.11.3...v0.11.4

v0.11.3

03 Feb 17:33
b6b2235
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.11.3

v0.11.2

29 Jan 22:37
9ae33ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

20 Dec 20:40
9d91b25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

20 Dec 18:06
cce03d2
Compare
Choose a tag to compare

What's Changed

  • 🐛 output: ensure the directory exists by @stevekuznetsov in #731
  • 🐛 Update CI golangci-lint checks to avoid deprecated linters by @Jefftree in #723
  • 🏃 add go reference badge by @guilhem in #727
  • 🐛 return a bit more verbosy error messages for go-package errors by @AlmogBaku in #725
  • ✨ Support api-approved annotation for CRD with k8s group by @FillZpp in #691
  • 🌱 : dependabot addition by @kannon92 in #736
  • 🌱 Bump github.com/fatih/color from 1.12.0 to 1.13.0 by @dependabot in #739
  • 🌱 Bump kubernetes-sigs/kubebuilder-release-tools from 0.1.1 to 0.2.0 by @dependabot in #737
  • 🌱 Bump k8s.io/api from 0.25.0 to 0.25.4 by @dependabot in #740
  • 🌱 Bump k8s.io/apiextensions-apiserver from 0.25.0 to 0.25.4 by @dependabot in #742
  • 🌱 Add 🌱 to dependabot commit message by @kannon92 in #743
  • 🌱 Bump github.com/onsi/gomega from 1.19.0 to 1.24.1 by @dependabot in #738
  • 🌱 Bump github.com/google/go-cmp from 0.5.6 to 0.5.9 by @dependabot in #741
  • 🌱 Bump github.com/gobuffalo/flect from 0.2.5 to 0.3.0 by @dependabot in #744
  • 🌱 Bump golang.org/x/tools from 0.1.12 to 0.3.0 by @dependabot in #745
  • 🌱 Bump github.com/spf13/cobra from 1.4.0 to 1.6.1 by @dependabot in #746
  • ✨ Bump Kubernetes deps to v1.26.0 by @JoelSpeed in #749
  • 🌱 Bump golang.org/x/tools from 0.3.0 to 0.4.0 by @dependabot in #748
  • 🌱 Bump github.com/onsi/gomega from 1.24.1 to 1.24.2 by @dependabot in #750
  • 🐛 Fix the generation of listType=set by @alvaroaleman in #753

New Contributors

Full Changelog: v0.10.0...v0.11.0

Release v0.10.0

21 Sep 15:12
24d788a
Compare
Choose a tag to compare

changes since v0.9.2

✨ New Features

🐛 Bug Fixes

  • crdgen: compare metav1 pkg by ID by @akutz in #681
  • Allow setting PreserveUnknownFields at both type and field level by @eddycharly in #689
  • Add XPreserveUnknownFields to runtime.RawExtension by @eddycharly in #683
  • Make topology markers also valid for type definitions by @chrischdi in #692
  • Fix crd flattening for structType marker to not create duplicate entries for XMapType by @chrischdi in #697
  • Ensure schemapatcher does not error when non CRD yaml files are present by @JoelSpeed in #724

🌱 Others

  • ci: fix golangci-lint installation by @ahmetb in #682
  • golangci-lint: use revive instead of golint linter by @mythi in #710
  • Update controller-gen CLI documentation for better info regards paths argument by @padlar in #712

New Contributors

Full Changelog: v0.9.2...v0.10.0

v0.9.2

29 Jun 17:06
0c985d9
Compare
Choose a tag to compare

changes since v0.9.1

🐛 Bug Fixes

  • Fix crd flattening for structType marker to not create duplicate entries for XMapType (#698)

Thanks to all our contributors!