Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sig k8s modules #939

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update sig k8s modules #939

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sigs.k8s.io/controller-tools v0.2.4 -> v0.15.0 age adoption passing confidence
sigs.k8s.io/yaml v1.3.0 -> v1.4.0 age adoption passing confidence

Release Notes

kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)

v0.15.0

Compare Source

What's Changed

envtest

Dependency bumps

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.14.0...v0.15.0

v0.14.0

Compare Source

What's Changed

Dependency bumps

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.13.0...v0.14.0

v0.13.0

Compare Source

What's Changed

Dependency bumps

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.12.0...v0.13.0

v0.12.1

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-tools@v0.12.0...v0.12.1

v0.12.0

Compare Source

What's Changed
New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.11.0...v0.12.0

v0.11.4

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-tools@v0.11.3...v0.11.4

v0.11.3

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-tools@v0.11.2...v0.11.3

v0.11.2

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-tools@v0.11.1...v0.11.2

v0.11.1

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-tools@v0.11.0...v0.11.1

v0.11.0

Compare Source

What's Changed
New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.10.0...v0.11.0

v0.10.0

Compare Source

changes since v0.9.2

✨ New Features

🐛 Bug Fixes

🌱 Others

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.9.2...v0.10.0

v0.9.2

Compare Source

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!

v0.9.1

Compare Source

changes since v0.9.0

✨ New Features
  • Make topology markers also valid for type definitions (#​693)
🐛 Bug Fixes
  • crd/gen: sort FindKubeKinds (#​694)
  • crdgen: compare metav1 pkg by ID (#​686)
🌱 Others
  • Simplify the LoadRootsWithConfig logic #​695

Thanks to all our contributors!

v0.9.0

Compare Source

changes since v0.8.0

✨ New Features

  • : deepcopy: gen: match Go 1.17 build tag format (#​595)
  • Bump k8s to 1.24.0 (#​669)
  • Cross-module support for filesystem paths (#​663)
  • Bump to k8s.io v1.24.0-rc.1 (#​666)
  • Add XValidation CRD marker for KEP-2876 support. (#​653)

🐛 Bug Fixes

  • Allow floating-point values in validations (#​619)
  • Fixed panic when parsing selector expressions containing composite literals (#​648)
  • CRD generation: remove status before writing (#​630)

Thanks to all our contributors!

v0.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.7.0...v0.8.0

v0.7.0

Compare Source

Changes since v0.6.2

⚠️ Breaking changes
  • Bump to kubernetes 1.22.1, remove support for legacy v1beta1 CRDs and webhooks (#​607)
🐛 Bug Fixes
  • schemapatcher: help should include all options (#​597)
  • Be more helpful with floats when allowDangerousTypes=false (#​618)
  • Allow pattern usage for IntOrString fields (#​608)
🌱 Others
  • Regenerate CRD Integration Test testdata (#​593)
  • Improve error message for list or map type (#​573)
  • Add alvaroaleman to maintainers (#​616)
  • Add joelanford to controller-tools-maintainers (#​606)
  • Run linting in CI (#​614)

Thanks to all our contributors! 😊

v0.6.2

Compare Source

Changes since v0.6.1

  • Update Kubernetes dependencies to v1.21.3 (#​588)

Thanks to all our contributors! 😊

v0.6.1

Compare Source

Changes since v0.6.0

  • Update dependencies to v1.21.2 (#​580)

Thanks to all our contributors! 😊

v0.6.0

Compare Source

Changes since v0.5.0

⚠️ Breaking Changes

  • Update Kubernetes 1.21.1 and Go 1.16 (#​565, #​576)
  • Generate Embedded ObjectMeta in the CRDs, plus addressed comments (#​557)

✨ New Features

  • Generate embedded ObjectMeta with schemapatch as well (#​563)
  • Add deprecated marker for versions (#​541)

🌱 Others

  • Fix some gofmt warnings (#​564)

Thanks to all our contributors! 😊

v0.5.0

Compare Source

Changes since v0.4.1

⚠️ Breaking Changes

  • Update dependencies to Kubernetes v1.20.2 (#​538)

✨ New Features

  • Add crd:validation:Schemaless marker (#​528)

🐛 Bug Fixes

  • Don't generate description on metadata of CRD structural schema (#​511)

Thanks to all our contributors! 😊

v0.4.1

Compare Source

Changes since v0.4.0

⚠️ Breaking Changes

  • Add AdmissionReviewVersions support for webhook (#​474)

✨ New Features

  • Add test and warning for v1beta1 default removal (#​499)
  • Deprecate the duplicated kubebuilder:validation:XPreserveUnknownFields marker. (#​422)
  • add min/max properties validation (#​488)
  • feat: parse negative integers (#​470)
  • Set default value for corev1.Protocol type if not already specified (#​480)
  • Remove 'default' fields from v1beta1 CRDs (#​481)

🐛 Bug Fixes

  • Remove unneeded caBundle: Cg== value (#​495)
  • Don't generate schema with Any in it, its not supported (#​505)
  • Don't allow generators to interfere with eachother's type checking (#​493)

📖 Documentation

  • Add versioning guidelines (#​498)

🌱 Others

  • Add PR title/description checking (#​497)

Thanks to all our contributors! 😊

v0.4.0

Compare Source

Changes since v0.3.0

⚠️ Breaking Changes

  • Default CRD generation version to v1 (#​468)
  • Add admissionregisteration/v1 support for webhook (#​469)

✨ New Features

  • Add support for AllowDangerousTypes crd flag (enables float support) (#​449)
  • Generate schema for types with custom JSON marshaling as Any type (#​427)
  • Add support for pointers as map values (#​317)

🐛 Bug Fixes

  • Update go/packages version (#​452)
  • Fix flattening chains of references to references (#​428)

🌱 Others

  • Bump github.com/spf13/cobra to v1.0.0 (#​458)
  • Move pwittrock from emeritus approvers to approvers (#​451)

Thanks to all our contributors! 😊

[v0.3.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 1, 2023
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch 3 times, most recently from a3321f4 to 812293f Compare June 7, 2023 11:24
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch from 812293f to b1b5549 Compare June 14, 2023 13:39
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch from b1b5549 to 637b3a3 Compare July 13, 2023 07:59
@renovate renovate bot changed the title Update module sigs.k8s.io/controller-tools to v0.12.0 Update module sigs.k8s.io/controller-tools to v0.12.1 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch 2 times, most recently from 3c6ff81 to 2681c6b Compare August 8, 2023 13:32
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch 2 times, most recently from c6c9416 to b32ab32 Compare August 17, 2023 10:19
@renovate renovate bot changed the title Update module sigs.k8s.io/controller-tools to v0.12.1 Update module sigs.k8s.io/controller-tools to v0.13.0 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch 2 times, most recently from 4517b68 to a2fb201 Compare September 6, 2023 08:19
@renovate renovate bot requested a review from a team as a code owner September 6, 2023 08:19
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch from 58641a0 to 39644a3 Compare October 9, 2023 15:28
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch 2 times, most recently from 769db31 to 351fd0e Compare October 24, 2023 21:37
@renovate renovate bot changed the title Update module sigs.k8s.io/controller-tools to v0.13.0 Update sig k8s modules Oct 24, 2023
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch from 7f5e466 to 091cbc1 Compare April 14, 2024 11:56
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch 2 times, most recently from 36e9c01 to be90359 Compare April 23, 2024 13:01
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch from be90359 to 74e97b2 Compare May 9, 2024 10:45
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: hack/tools/controller-gen/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.17 -> 1.22.5

@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch from 74e97b2 to c1f431e Compare June 17, 2024 16:12
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch from c1f431e to 5fa146e Compare July 14, 2024 10:16
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch from 5fa146e to a91274d Compare July 23, 2024 07:51
@renovate renovate bot changed the title Update sig k8s modules Update module sigs.k8s.io/controller-tools to v0.15.0 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch from a91274d to b3cdada Compare July 23, 2024 12:03
@renovate renovate bot changed the title Update module sigs.k8s.io/controller-tools to v0.15.0 Update sig k8s modules Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants