diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 449512d18dd274c022a70b03021069799d87af78..180166c2422b9abcf742801bc9f8dad64275e7e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ stages:
   - deploy-special
 
 variables:
-  KUBESPRAY_VERSION: v2.23.0
+  KUBESPRAY_VERSION: v2.23.1
   FAILFASTCI_NAMESPACE: 'kargo-ci'
   GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray'
   ANSIBLE_FORCE_COLOR: "true"
diff --git a/README.md b/README.md
index a0a1810ad3004731ddb608a8296791de25244900..f0dbc6b499940629c19e642db3ad8dc84441394d 100644
--- a/README.md
+++ b/README.md
@@ -75,11 +75,11 @@ You will then need to use [bind mounts](https://docs.docker.com/storage/bind-mou
 to access the inventory and SSH key in the container, like this:
 
 ```ShellSession
-git checkout v2.23.0
-docker pull quay.io/kubespray/kubespray:v2.23.0
+git checkout v2.23.1
+docker pull quay.io/kubespray/kubespray:v2.23.1
 docker run --rm -it --mount type=bind,source="$(pwd)"/inventory/sample,dst=/inventory \
   --mount type=bind,source="${HOME}"/.ssh/id_rsa,dst=/root/.ssh/id_rsa \
-  quay.io/kubespray/kubespray:v2.23.0 bash
+  quay.io/kubespray/kubespray:v2.23.1 bash
 # Inside the container you may now run the kubespray playbooks:
 ansible-playbook -i /inventory/inventory.ini --private-key /root/.ssh/id_rsa cluster.yml
 ```
diff --git a/docs/ansible_collection.md b/docs/ansible_collection.md
index 6b559ccdc8bed13d976873047aebb8b9ac98076e..cbe1ad2c5e581d26d330fd14fcd27b157ffe3b88 100644
--- a/docs/ansible_collection.md
+++ b/docs/ansible_collection.md
@@ -15,7 +15,7 @@ Kubespray can be installed as an [Ansible collection](https://docs.ansible.com/a
    collections:
    - name: https://github.com/kubernetes-sigs/kubespray
      type: git
-     version: v2.23.0
+     version: v2.23.1
    ```
 
 2. Install your collection
diff --git a/galaxy.yml b/galaxy.yml
index a0df3882c4d20b861aa66843e15c5db3f8003849..7b487ca50dc1b03c1e624f7d8c143e3e4d7e1842 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -2,7 +2,7 @@
 namespace: kubernetes_sigs
 description: Deploy a production ready Kubernetes cluster
 name: kubespray
-version: 2.23.0
+version: 2.23.1
 readme: README.md
 authors:
   - luksi1