Skip to content

Commit

Permalink
Merge pull request #234 from fiaas/v1.29.1
Browse files Browse the repository at this point in the history
Use 1.29.1 of Kubernetes.
  • Loading branch information
blockjesper authored Feb 6, 2024
2 parents 85fd422 + b62b6cf commit 3bc5bbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ blocks:
- v1.26.6
- v1.27.3
- v1.28.0
- v1.29.0
- v1.29.1
promotions:
- name: Push container image
pipeline_file: push-container-image.yml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To run fiaas-deploy-daemon locally and connect it to a local cluster, do the fol

With kind:
* (See https://kind.sigs.k8s.io/docs/user/quick-start/#installation for how to install and configure kind)
* Start kind: `$ kind create cluster --image kindest/node:v1.29.0`
* Start kind: `$ kind create cluster --image kindest/node:v1.29.1`
* Run `$ bin/run_fdd_against_kind`

With minikube:
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def pytest_addoption(parser):
parser.addoption(
E2E_K8S_VERSION_OPTION,
action="store",
default="v1.29.0",
default="v1.29.1",
help="Run e2e tests against a kind cluster using this Kubernetes version",
)

Expand Down

0 comments on commit 3bc5bbf

Please sign in to comment.