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

IGNORE #4535

Closed
wants to merge 21 commits into from
Closed

IGNORE #4535

Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
82fa6bb
Make kubebuilder go-installable
migueleliasweb Jan 19, 2025
7ee23df
Merge pull request #4481 from migueleliasweb/make-go-install-able
k8s-ci-robot Jan 21, 2025
52765f9
:bug: Fix Kubernetes version in the goreleaser by upgrading it from 1…
camilamacedo86 Jan 21, 2025
c122bee
fix: webhook testEnv
mateusoliveira43 Dec 27, 2024
d2968d1
fix: disallow files containing unwanted extension files when initiali…
afzal442 Jan 20, 2025
bcb09cd
:book: Bump sigs.k8s.io/kubebuilder/v4
dependabot[bot] Jan 21, 2025
24f9711
Merge pull request #4449 from mateusoliveira43/fix/webhook-test-suite…
k8s-ci-robot Jan 22, 2025
6a72afe
Merge pull request #4517 from kubernetes-sigs/camilamacedo86-patch-1
k8s-ci-robot Jan 22, 2025
51866b3
test: add to commmon.sh the latest k8s release 1.32
camilamacedo86 Jan 22, 2025
21dcb35
Merge pull request #4519 from kubernetes-sigs/dependabot/go_modules/d…
k8s-ci-robot Jan 22, 2025
507284d
Merge pull request #4521 from camilamacedo86/add-common-k8s-132
k8s-ci-robot Jan 22, 2025
5fa06db
Merge pull request #4510 from afzal442/fix-allowed-files-ext
k8s-ci-robot Jan 23, 2025
02f8e8b
doc: update the Artifacts with the latest changes on the EnvTest Make…
camilamacedo86 Jan 22, 2025
2d657c5
✨ Upgrade controller-runtime from v0.20.0 to v0.20.1 (#4528)
camilamacedo86 Jan 26, 2025
87b0139
Merge pull request #4520 from camilamacedo86/fix-doc-envtest-artefacts
k8s-ci-robot Jan 26, 2025
da128f3
:book: bump github.com/spf13/pflag
dependabot[bot] Jan 29, 2025
768cb6e
:seedling: bump github.com/spf13/pflag from 1.0.5 to 1.0.6
dependabot[bot] Jan 29, 2025
aa6afc8
Merge pull request #4531 from kubernetes-sigs/dependabot/go_modules/d…
k8s-ci-robot Jan 30, 2025
74ab2da
Merge pull request #4532 from kubernetes-sigs/dependabot/go_modules/g…
k8s-ci-robot Jan 30, 2025
a64bab9
fix: correct minor typos in documentation
SaphMB Jan 31, 2025
d908e83
Merge pull request #4534 from SaphMB/master
k8s-ci-robot Jan 31, 2025
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
Prev Previous commit
Next Next commit
test: add to commmon.sh the latest k8s release 1.32
camilamacedo86 committed Jan 22, 2025
commit 51866b32ef1aa58ed95951e07b1f321e7784024a
1 change: 1 addition & 0 deletions test/common.sh
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ function convert_to_tools_ver {
"1.29") echo "1.29.0";;
"1.30") echo "1.30.0";;
"1.31") echo "1.31.0";;
"1.32") echo "1.32.0";;
*)
echo "k8s version $k8s_ver not supported"
exit 1