Skip to content

Commit

Permalink
Deprecate packages support for Kubernetes v1.26 (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 authored Oct 10, 2024
1 parent f0e5aa7 commit 2ecc76b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 309 deletions.
101 changes: 0 additions & 101 deletions generatebundlefile/data/bundles_dev/1-26.yaml

This file was deleted.

103 changes: 0 additions & 103 deletions generatebundlefile/data/bundles_prod/1-26.yaml

This file was deleted.

102 changes: 0 additions & 102 deletions generatebundlefile/data/bundles_staging/1-26.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion generatebundlefile/hack/generate_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi
make build
chmod +x ${BASE_DIRECTORY}/generatebundlefile/bin

for version in 1-26 1-27 1-28 1-29 1-30 1-31; do
for version in 1-27 1-28 1-29 1-30 1-31; do
generate ${version} "dev"
push ${version} "dev"
done
2 changes: 1 addition & 1 deletion generatebundlefile/hack/release_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi

# Generate bundles from beta account private ECR registry and
# push them to prod account private ECR registry (same as beta account in this case)
for version in 1-26 1-27 1-28 1-29 1-30 1-31; do
for version in 1-27 1-28 1-29 1-30 1-31; do
generate ${version} "prod"
push ${version} "prod"
done
2 changes: 1 addition & 1 deletion generatebundlefile/hack/release_staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi

# Generate bundles from beta account private ECR registry and
# push them to prod account private ECR registry (same as beta account in this case)
for version in 1-26 1-27 1-28 1-29 1-30 1-31; do
for version in 1-27 1-28 1-29 1-30 1-31; do
generate ${version} "staging"
push ${version} "staging"
done

0 comments on commit 2ecc76b

Please sign in to comment.