renovate-bot opened a new pull request, #340:
URL: https://github.com/apache/superset-kubernetes-operator/pull/340

   This PR contains the following updates:
   
   | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | 
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
   |---|---|---|---|
   | 
[sigs.k8s.io/controller-tools](https://redirect.github.com/kubernetes-sigs/controller-tools)
 | `v0.21.0` → `v0.22.0` | 
![age](https://developer.mend.io/api/mc/badges/age/go/sigs.k8s.io%2fcontroller-tools/v0.22.0?slim=true)
 | 
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/sigs.k8s.io%2fcontroller-tools/v0.21.0/v0.22.0?slim=true)
 |
   
   ---
   
   > [!WARNING]
   > Some dependencies could not be looked up. Check the [Dependency 
Dashboard](../issues/14) for more information.
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>kubernetes-sigs/controller-tools 
(sigs.k8s.io/controller-tools)</summary>
   
   ### 
[`v0.22.0`](https://redirect.github.com/kubernetes-sigs/controller-tools/releases/tag/v0.22.0)
   
   [Compare 
Source](https://redirect.github.com/kubernetes-sigs/controller-tools/compare/v0.21.0...v0.22.0)
   
   #### What's Changed
   
   - ⚠️ Deprecated +kubebuilder:validation:Required and 
+kubebuilder:validation:Optional markers in favor of shorter +required and 
+optional forms (both continue to work) by 
[@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) in 
[#&#8203;1390](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1390)
   - ⚠️ Generate ApplyConfig ExtractFuns when kubebuilder:resource marker is 
absent by [@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) 
in 
[#&#8203;1449](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1449)
   - ✨ crd: Add k8s:listType and k8s:listMapKey markers by 
[@&#8203;itzPranshul](https://redirect.github.com/itzPranshul) in 
[#&#8203;1357](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1357)
   - ✨ webhook: Add patch field for webhook customization by 
[@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) in 
[#&#8203;1339](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1339)
 
[#&#8203;1461](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1461)
   - 🌱 crd/markers: Emit cheaper CEL rules for `oneOf` markers by 
[@&#8203;HadrienPatte](https://redirect.github.com/HadrienPatte) in 
[#&#8203;1408](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1408)
   - 🐛 Fix marker parser misinterpreting number-ish strings as numeric literals 
by [@&#8203;sivchari](https://redirect.github.com/sivchari) in 
[#&#8203;1366](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1366)
   - 🐛 Accept `encoding.TextMarshaler` types as CRD map keys by 
[@&#8203;HadrienPatte](https://redirect.github.com/HadrienPatte) in 
[#&#8203;1419](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1419)
   - 🐛 Handle `omitzero` in `OneOf` constraint validation by 
[@&#8203;HadrienPatte](https://redirect.github.com/HadrienPatte) in 
[#&#8203;1375](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1375)
   - 🐛 crd: Fix duplicate MinProperties/MaxProperties by 
[@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) in 
[#&#8203;1398](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1398)
   - 🐛 crd: Panic when parsing type aliases from indirectly imported packages 
by [@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) in 
[#&#8203;1399](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1399)
   - 🐛 crd: Raise error message instead of crash when using unnamed struct 
types by [@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) 
in 
[#&#8203;1394](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1394)
   
   #### Misc
   
   - 🌱 Add OS-specific files and build artifacts to .gitignore by 
[@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) in 
[#&#8203;1403](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1403)
   - 🌱 Add copyright header validation & fix findings by 
[@&#8203;sbueringer](https://redirect.github.com/sbueringer) in 
[#&#8203;1451](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1451)
   - 🌱 Add envtest tests for +kubebuilder:default={} with nested field defaults 
by [@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) in 
[#&#8203;1392](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1392)
   - 🌱 Add new test to ensure that pointer embedded structs with the inline 
JSON tag works by 
[@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) in 
[#&#8203;1395](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1395)
   - 🌱 Add tests to improve coverage for IntOrStringWithEnumSlice by 
[@&#8203;dongjiang1989](https://redirect.github.com/dongjiang1989) in 
[#&#8203;1385](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1385)
   - 🌱 Add verify-generated check for golden files by 
[@&#8203;dongjiang1989](https://redirect.github.com/dongjiang1989) in 
[#&#8203;1457](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1457)
   - 🌱 Declare contents: read permissions for pr-verify action by 
[@&#8203;arpitjain099](https://redirect.github.com/arpitjain099) in 
[#&#8203;1412](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1412)
   - 🌱 Migrate to Ginkgo v2 and ensure test temp directories are cleaned up on 
failure by [@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) 
in 
[#&#8203;1396](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1396)
   - 🌱 Replace gopkg.in/yaml with sigs.k8s.io/yaml and go.yaml.in/yaml/v3 by 
[@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) in 
[#&#8203;1440](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1440)
   - 🌱 Revert "Migrate away from custom GitHub action approval workflow" by 
[@&#8203;sbueringer](https://redirect.github.com/sbueringer) in 
[#&#8203;1428](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1428)
   - 📖 Add comprehensive XValidation CEL documentation and examples by 
[@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) in 
[#&#8203;1341](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1341)
   - 📖 Improve documentation about path behaviour by 
[@&#8203;camilamacedo86](https://redirect.github.com/camilamacedo86) in 
[#&#8203;1438](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1438)
   - 📖 Update README compatibility matrix and remove stale content by 
[@&#8203;HadrienPatte](https://redirect.github.com/HadrienPatte) in 
[#&#8203;1435](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1435)
   
   #### envtest
   
   - ✨ Release envtest v1.36.2 by 
[@&#8203;yuluo-yx](https://redirect.github.com/yuluo-yx) in 
[#&#8203;1444](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1444)
   - ✨ Release envtest v1.37.0 by 
[@&#8203;dongjiang1989](https://redirect.github.com/dongjiang1989) in 
[#&#8203;1468](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1468)
   - 🌱 Promotion of envtest release for Kubernetes v1.36.2 by 
[@&#8203;sbueringer](https://redirect.github.com/sbueringer) in 
[#&#8203;1445](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1445)
   - 🌱 Promotion of envtest release for Kubernetes v1.37.0 by 
[@&#8203;sbueringer](https://redirect.github.com/sbueringer) in 
[#&#8203;1471](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1471)
   
   #### Dependency bumps
   
   - 🌱 Bump k8s.io/\* to v1.36.1 by 
[@&#8203;dongjiang1989](https://redirect.github.com/dongjiang1989) in 
[#&#8203;1418](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1418)
   - 🌱 Bump k8s.io/\* to v0.37.0-beta.0 by 
[@&#8203;dongjiang1989](https://redirect.github.com/dongjiang1989) in 
[#&#8203;1455](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1455)
   - 🌱 Bump k8s.io/\* to v0.37.0 by 
[@&#8203;dongjiang1989](https://redirect.github.com/dongjiang1989) in 
[#&#8203;1470](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1470)
   - 🌱 Bump EndBug/add-and-commit from 10.0.0 to 11.0.0 in the 
all-github-actions group by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1466](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1466)
   - 🌱 Bump EndBug/add-and-commit from 11.0.0 to 11.1.1 in the 
all-github-actions group by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1467](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1467)
   - 🌱 Bump actions/checkout from 6.0.2 to 6.0.3 in the all-github-actions 
group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1423](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1423)
   - 🌱 Bump actions/checkout from 7.0.0 to 7.0.1 in the all-github-actions 
group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1456](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1456)
   - 🌱 Bump actions/github-script from 8.0.0 to 9.0.0 in the all-github-actions 
group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1433](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1433)
   - 🌱 Bump actions/setup-go from 6.4.0 to 6.5.0 in the all-github-actions 
group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1447](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1447)
   - 🌱 Bump github.com/onsi/gomega from 1.40.0 to 1.41.0 in the 
all-go-mod-patch-and-minor group by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1414](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1414)
   - 🌱 Bump github.com/onsi/gomega from 1.42.1 to 1.43.0 in the 
all-go-mod-patch-and-minor group across 1 directory by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1472](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1472)
   - 🌱 Bump go.yaml.in/yaml/v3 from 3.0.4 to 3.0.5 in the 
all-go-mod-patch-and-minor group by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1459](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1459)
   - 🌱 Bump golang.org/x/tools from 0.44.0 to 0.45.0 in the 
all-go-mod-patch-and-minor group by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1410](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1410)
   - 🌱 Bump golang.org/x/tools from 0.47.0 to 0.48.0 in the 
all-go-mod-patch-and-minor group by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1452](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1452)
   - 🌱 Bump golangci-lint to v2.12.1 by 
[@&#8203;dongjiang1989](https://redirect.github.com/dongjiang1989) in 
[#&#8203;1406](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1406)
   - 🌱 Bump golangci-lint to v2.12.2 by 
[@&#8203;dongjiang1989](https://redirect.github.com/dongjiang1989) in 
[#&#8203;1439](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1439)
   - 🌱 Bump golangci-lint to v2.13.1 by 
[@&#8203;dongjiang1989](https://redirect.github.com/dongjiang1989) in 
[#&#8203;1469](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1469)
   - 🌱 Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 in the 
all-github-actions group by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1417](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1417)
   - 🌱 Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 in the 
all-github-actions group by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1450](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1450)
   - 🌱 Bump the all-github-actions group with 2 updates by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1442](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1442)
   - 🌱 Bump the all-github-actions group with 2 updates by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1453](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1453)
   - 🌱 Bump the all-go-mod-patch-and-minor group with 2 updates by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1434](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1434)
   - 🌱 Bump the all-go-mod-patch-and-minor group with 2 updates by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1446](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1446)
   - 🌱 Bump the all-go-mod-patch-and-minor group with 2 updates by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1465](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1465)
   
   #### New Contributors
   
   - [@&#8203;HadrienPatte](https://redirect.github.com/HadrienPatte) made 
their first contribution in 
[#&#8203;1375](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1375)
   - [@&#8203;arpitjain099](https://redirect.github.com/arpitjain099) made 
their first contribution in 
[#&#8203;1412](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1412)
   - [@&#8203;yuluo-yx](https://redirect.github.com/yuluo-yx) made their first 
contribution in 
[#&#8203;1444](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1444)
   - [@&#8203;itzPranshul](https://redirect.github.com/itzPranshul) made their 
first contribution in 
[#&#8203;1357](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1357)
   - [@&#8203;sivchari](https://redirect.github.com/sivchari) made their first 
contribution in 
[#&#8203;1366](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1366)
   
   **Full Changelog**: 
<https://github.com/kubernetes-sigs/controller-tools/compare/v0.21.0...v0.22.0>
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: (UTC)
   
   - 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.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR was generated by [Mend Renovate](https://mend.io/renovate/). View 
the [repository job 
log](https://developer.mend.io/github/apache/superset-kubernetes-operator).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC41Ny4zIiwidXBkYXRlZEluVmVyIjoiNDQuNTcuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to