Skip to content

Commit

Permalink
Merge pull request #47 from upbound/renovate/crossplane-dependencies
Browse files Browse the repository at this point in the history
chore(deps): update crossplane dependencies
  • Loading branch information
ytsarev authored Jan 30, 2025
2 parents bd8c84e + 952e3f7 commit 6ed8b17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions apis/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ spec:
reservedPeeringRangesSelector:
matchControllerRef: true
service: servicenetworking.googleapis.com
updateOnCreationFail: true
patches:
- type: PatchSet
patchSetName: providerConfigRef
Expand Down
10 changes: 4 additions & 6 deletions crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ spec:
version: ">=v1.14.1-0"
dependsOn:
- provider: xpkg.upbound.io/upbound/provider-gcp-sql
# renovate: datasource=github-releases depName=upbound/provider-gcp
version: "v0.41.1"
version: "v1"
- provider: xpkg.upbound.io/upbound/provider-gcp-servicenetworking
# renovate: datasource=github-releases depName=upbound/provider-gcp
version: "v0.41.1"
version: "v1"
- configuration: xpkg.upbound.io/upbound/configuration-gcp-network
# renovate: datasource=github-releases depName=upbound/configuration-gcp-network
version: "v0.5.0"
version: "v0.7.1"
- function: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform
# renovate: datasource=github-releases depName=crossplane-contrib/function-patch-and-transform
version: "v0.4.0"
version: "v0.8.1"
1 change: 1 addition & 0 deletions project.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
PROJECT_NAME := configuration-gcp-database
UPTEST_INPUT_MANIFESTS := examples/mysql-claim.yaml,examples/network-xr.yaml
UPTEST_SKIP_UPDATE := true
UPTEST_SKIP_IMPORT := true

0 comments on commit 6ed8b17

Please sign in to comment.