Skip to content

Commit

Permalink
chore(deps): Bump sigs.k8s.io/controller-tools from 0.16.1 to 0.16.2 …
Browse files Browse the repository at this point in the history
…in /webhook/hack (#818)

* chore(deps): Bump sigs.k8s.io/controller-tools in /webhook/hack

Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/envtest-releases.yaml)
- [Commits](kubernetes-sigs/controller-tools@v0.16.1...v0.16.2)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Dependency bump

Signed-off-by: Rashed Kamal <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Rashed Kamal <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rashed Kamal <[email protected]>
  • Loading branch information
dependabot[bot] and rashedkvm authored Sep 3, 2024
1 parent 7afdd6e commit 98a8818
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.16.2
name: clusterpodconventions.conventions.carto.run
spec:
group: conventions.carto.run
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/conventions.carto.run_podintents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.16.2
name: podintents.conventions.carto.run
spec:
group: conventions.carto.run
Expand Down
42 changes: 21 additions & 21 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,47 @@ metadata:
name: manager-role
rules:
- apiGroups:
- cert-manager.io
- ""
resources:
- certificaterequests
- configmaps
- events
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- conventions.carto.run
- ""
resources:
- clusterpodconventions
- secrets
- serviceaccounts
verbs:
- get
- list
- watch
- apiGroups:
- conventions.carto.run
- cert-manager.io
resources:
- podintents
- certificaterequests
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- conventions.carto.run
resources:
- podintents/status
- clusterpodconventions
verbs:
- get
- patch
- update
- list
- watch
- apiGroups:
- ""
- conventions.carto.run
resources:
- configmaps
- events
- podintents
verbs:
- create
- delete
Expand All @@ -54,11 +55,10 @@ rules:
- update
- watch
- apiGroups:
- ""
- conventions.carto.run
resources:
- secrets
- serviceaccounts
- podintents/status
verbs:
- get
- list
- watch
- patch
- update
46 changes: 23 additions & 23 deletions dist/cartographer-conventions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.16.2
labels:
app.kubernetes.io/component: conventions
name: clusterpodconventions.conventions.carto.run
Expand Down Expand Up @@ -123,7 +123,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.16.2
labels:
app.kubernetes.io/component: conventions
duck.knative.dev/podspecable: "true"
Expand Down Expand Up @@ -7518,46 +7518,47 @@ metadata:
name: cartographer-conventions-manager-role
rules:
- apiGroups:
- cert-manager.io
- ""
resources:
- certificaterequests
- configmaps
- events
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- conventions.carto.run
- ""
resources:
- clusterpodconventions
- secrets
- serviceaccounts
verbs:
- get
- list
- watch
- apiGroups:
- conventions.carto.run
- cert-manager.io
resources:
- podintents
- certificaterequests
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- conventions.carto.run
resources:
- podintents/status
- clusterpodconventions
verbs:
- get
- patch
- update
- list
- watch
- apiGroups:
- ""
- conventions.carto.run
resources:
- configmaps
- events
- podintents
verbs:
- create
- delete
Expand All @@ -7567,14 +7568,13 @@ rules:
- update
- watch
- apiGroups:
- ""
- conventions.carto.run
resources:
- secrets
- serviceaccounts
- podintents/status
verbs:
- get
- list
- watch
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down
2 changes: 1 addition & 1 deletion hack/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions hack/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webhook/hack/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
carvel.dev/ytt v0.50.0
golang.org/x/tools v0.24.0
reconciler.io/dies/diegen v0.14.0
sigs.k8s.io/controller-tools v0.16.1
sigs.k8s.io/controller-tools v0.16.2
sigs.k8s.io/kustomize/kustomize/v5 v5.4.3
)

Expand Down
4 changes: 2 additions & 2 deletions webhook/hack/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
reconciler.io/dies/diegen v0.14.0 h1:3EGR4c6Dh80SIMBZXA9fg5f52Wq/DZwlnCNuN1dhgJM=
reconciler.io/dies/diegen v0.14.0/go.mod h1:HqlQEX5qI+xJZdY+JbsFTZd8Y+qOJAApeqCZ46z346E=
sigs.k8s.io/controller-tools v0.16.1 h1:gvIsZm+2aimFDIBiDKumR7EBkc+oLxljoUVfRbDI6RI=
sigs.k8s.io/controller-tools v0.16.1/go.mod h1:0I0xqjR65YTfoO12iR+mZR6s6UAVcUARgXRlsu0ljB0=
sigs.k8s.io/controller-tools v0.16.2 h1:uUFF/AW3phBWPiERvkSNOVct//L427bPS7xGfKi6Tz4=
sigs.k8s.io/controller-tools v0.16.2/go.mod h1:0I0xqjR65YTfoO12iR+mZR6s6UAVcUARgXRlsu0ljB0=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/kustomize/api v0.17.3 h1:6GCuHSsxq7fN5yhF2XrC+AAr8gxQwhexgHflOAD/JJU=
Expand Down

0 comments on commit 98a8818

Please sign in to comment.