Skip to content

Commit

Permalink
Bump sigs.k8s.io/controller-tools from 0.14.0 to 0.16.4 (#183)
Browse files Browse the repository at this point in the history
* Bump sigs.k8s.io/controller-tools from 0.14.0 to 0.16.4

Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.14.0 to 0.16.4.
- [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.14.0...v0.16.4)

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

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

* fix: update build/ and fix Makefile/go.mod

This commit fixes a few things to properly build the new version:

- Update go.mod (this fixes an error that the dependabot update produces)
- Update build/ to use https://github.com/crossplane/build latest
- Fix Makefile to match TF provider 3.10.0 (forgotten in #185)
- Finally generate the new files

* ci(local-deploy): ensure CROSSPLANE_VERSION is set

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Duologic <[email protected]>
  • Loading branch information
dependabot[bot] and Duologic authored Oct 25, 2024
1 parent f85c9cd commit 485518a
Show file tree
Hide file tree
Showing 41 changed files with 2,742 additions and 243 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "build"]
path = build
url = https://github.com/upbound/build
url = https://github.com/crossplane/build
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ PROJECT_NAME := provider-grafana
PROJECT_REPO := github.com/grafana/crossplane-provider-grafana

export TERRAFORM_VERSION := 1.7.5
export CROSSPLANE_VERSION := 1.17

export TERRAFORM_PROVIDER_SOURCE := grafana/grafana
export TERRAFORM_PROVIDER_REPO := https://github.com/grafana/terraform-provider-grafana
# UPGRADE THE go.mod also!
export TERRAFORM_PROVIDER_VERSION := 3.7.0
export TERRAFORM_PROVIDER_VERSION := 3.10.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-grafana
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-grafana_v3.7.0
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-grafana_v3.10.0
export TERRAFORM_DOCS_PATH := docs/resources

PLATFORMS ?= linux_amd64 linux_arm64
Expand Down
2 changes: 1 addition & 1 deletion apis/alerting/v1alpha1/zz_contactpoint_types.go

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

2 changes: 1 addition & 1 deletion apis/alerting/v1alpha1/zz_messagetemplate_types.go

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

2 changes: 1 addition & 1 deletion apis/alerting/v1alpha1/zz_mutetiming_types.go

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

2 changes: 1 addition & 1 deletion apis/alerting/v1alpha1/zz_notificationpolicy_types.go

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

2 changes: 1 addition & 1 deletion apis/alerting/v1alpha1/zz_rulegroup_types.go

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

2 changes: 1 addition & 1 deletion apis/ml/v1alpha1/zz_holiday_types.go

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

2 changes: 1 addition & 1 deletion apis/ml/v1alpha1/zz_job_types.go

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

2 changes: 1 addition & 1 deletion apis/ml/v1alpha1/zz_outlierdetector_types.go

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

25 changes: 19 additions & 6 deletions apis/oncall/v1alpha1/zz_escalation_types.go

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

126 changes: 126 additions & 0 deletions apis/oncall/v1alpha1/zz_generated.deepcopy.go

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

Loading

0 comments on commit 485518a

Please sign in to comment.