File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 24.0.2+1.29.9
4
+
5
+ - ** OTHER CHANGES**
6
+ - fix download URLs for Kubernetes binaries (see: [ Download Kubernetes - Binaries] ( https://kubernetes.io/releases/download/#binaries )
7
+
3
8
## 24.0.1+1.29.9
4
9
5
10
- ** UPDATE**
Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
26
26
27
27
** Recent changes:**
28
28
29
+ ## 24.0.2+1.29.9
30
+
31
+ - ** OTHER CHANGES**
32
+ - fix download URLs for Kubernetes binaries (see: [ Download Kubernetes - Binaries] ( https://kubernetes.io/releases/download/#binaries )
33
+
29
34
## 24.0.1+1.29.9
30
35
31
36
- ** UPDATE**
Original file line number Diff line number Diff line change 154
154
155
155
- name : Downloading official Kubernetes binaries
156
156
ansible.builtin.get_url :
157
- url : " https://storage.googleapis.com/kubernetes-release/release /v{{ k8s_ctl_release }}/bin/linux/amd64/{{ item }}"
158
- checksum : " sha512:https://storage.googleapis.com/kubernetes-release/release /v{{ k8s_ctl_release }}/bin/linux/amd64/{{ item }}.sha512"
157
+ url : " https://dl.k8s.io /v{{ k8s_ctl_release }}/bin/linux/amd64/{{ item }}"
158
+ checksum : " sha512:https://dl.k8s.io /v{{ k8s_ctl_release }}/bin/linux/amd64/{{ item }}.sha512"
159
159
dest : " {{ k8s_ctl_bin_dir }}"
160
160
owner : " root"
161
161
group : " root"
You can’t perform that action at this time.
0 commit comments