Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test PR for the no-fork architecture #121

Closed
wants to merge 17 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
27d25f3
Test no-fork v1.0.0-alpha.2
ulucinar Oct 16, 2023
95ff624
Test no-fork v1.0.0-903d74a9ef04f86dfd2b302fd23e58644d49fc3f
ulucinar Oct 19, 2023
f444c2c
Test no-fork v1.0.0-63c9bd25642b27d9f9f7dede6d0e64f1774faf84
ulucinar Oct 19, 2023
49757bb
Bump AWS family to v1.0.0-c775e909059fba271f5f7aff59f5101a60e392f4
ulucinar Oct 20, 2023
87ab154
Bump AWS family to v1.0.0-27fe4529ae5f0b47e9a5f8be407a3d091871b774
ulucinar Oct 20, 2023
fe69d7c
Bump AWS family to v1.0.0-alpha.2
ulucinar Oct 20, 2023
a4d464d
Bump AWS family to v1.0.0-e5113e44fc04314cb5b571a15b86e00acd3d28ae
ulucinar Oct 23, 2023
ebd3b64
Bump AWS family to v1.0.0-cf9354d0d9914b71d7cf062e2739e06a5ca65820
ulucinar Oct 23, 2023
726d1d1
Bump AWS family to v1.0.0-d75ea71809c14b713100170c51689ecd8eaab9c9
ulucinar Oct 23, 2023
4bc3958
Bump AWS family to v1.0.0-9bc5259790f969153e25cf21cd3786409b31ab34
ulucinar Oct 24, 2023
ce43145
Bump AWS family to v1.0.0-e36995fd35da976fa260653a5fe268a54b7d41f3
ulucinar Oct 24, 2023
b70e6e4
Bump AWS family to v0.44.0-6e4b40bcb0fea17a4226239c33b1a3a52a37e0c7
ulucinar Oct 25, 2023
be56d25
Bump AWS family to v0.44.0-fdfbf61ff49f31b86274cf7fec71cb3092751344
ulucinar Oct 26, 2023
b0bb7fe
Bump AWS family to v1.0.0-c2d70f200aa73a7b1624c3c4342e3e22c51fb66c
ulucinar Oct 26, 2023
10bb482
Bump AWS family to v0.44.0-c3b5903763706dfa9ae2e41dbc267ee2665f35ff
ulucinar Oct 30, 2023
0bfcce9
Bump AWS family to v0.44.0-038741516cd29d2178ed78b69df1f17a7706f9c2
ulucinar Oct 31, 2023
d1f4f0c
Bump AWS family to v0.44.0-644afd540c0bed058239813e2cffd0908b5fb3c5
ulucinar Nov 3, 2023
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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PLATFORMS ?= linux_amd64

UP_VERSION = v0.19.1
UP_CHANNEL = stable
UPTEST_VERSION = v0.5.0
UPTEST_VERSION = v0.6.1

-include build/makelib/k8s_tools.mk
# ====================================================================================
Expand Down
16 changes: 8 additions & 8 deletions crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ spec:
version: ">=v0.15.0"
- provider: xpkg.upbound.io/crossplane-contrib/provider-kubernetes
version: ">=v0.9.0"
- provider: xpkg.upbound.io/upbound/provider-aws-ec2
version: ">=v0.36.0"
- provider: xpkg.upbound.io/upbound/provider-aws-eks
version: ">=v0.36.0"
- provider: xpkg.upbound.io/upbound/provider-aws-iam
version: ">=v0.36.0"
- provider: xpkg.upbound.io/upbound/provider-aws-rds
version: ">=v0.36.0"
- provider: index.docker.io/ulucinar/provider-aws-ec2
version: "=v0.44.0-644afd540c0bed058239813e2cffd0908b5fb3c5"
- provider: index.docker.io/ulucinar/provider-aws-eks
version: "=v0.44.0-644afd540c0bed058239813e2cffd0908b5fb3c5"
- provider: index.docker.io/ulucinar/provider-aws-iam
version: "=v0.44.0-644afd540c0bed058239813e2cffd0908b5fb3c5"
- provider: index.docker.io/ulucinar/provider-aws-rds
version: "=v0.44.0-644afd540c0bed058239813e2cffd0908b5fb3c5"