Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apis/networks/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ metadata:
spec:
dependsOn:
- provider: xpkg.crossplane.io/crossplane-contrib/provider-aws-ec2
version: ">=v2.3.0"
version: ">=v2.4.0"
- function: xpkg.crossplane.io/crossplane-contrib/function-auto-ready
version: ">=v0.6.0"
2 changes: 1 addition & 1 deletion upbound.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- apiVersion: pkg.crossplane.io/v1
kind: Provider
package: xpkg.crossplane.io/crossplane-contrib/provider-aws-ec2
version: '>=v2.3.0'
version: '>=v2.4.0'
- apiVersion: pkg.crossplane.io/v1
kind: Function
package: xpkg.crossplane.io/crossplane-contrib/function-auto-ready
Expand Down
Loading