From 1e1e288e5f679f58bc0132a3fdf859e0b5957f26 Mon Sep 17 00:00:00 2001 From: Moritz <22394314+movd@users.noreply.github.com> Date: Wed, 28 Apr 2021 21:28:26 +0200 Subject: [PATCH] Bump to v1.20.6+k0s.0 --- README.md | 2 +- inventory/sample/group_vars/all.yml | 2 +- roles/download/defaults/main.yml | 2 +- supported-k0s-version.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d337970..8f21d7b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Supported k0s version](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/movd/k0s-ansible/main/supported-k0s-version.json) [![Ansible Lint status](https://github.com/movd/k0s-ansible/workflows/Ansible%20Lint/badge.svg?branch=main)](https://github.com/movd/k0s-ansible/actions) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/movd/k0s-ansible/latest) +![Supported k0s version](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/movd/k0s-ansible/main/supported-k0s-version.json) [![Ansible Lint status](https://github.com/movd/k0s-ansible/workflows/Ansible%20Lint/badge.svg?branch=main)](https://github.com/movd/k0s-ansible/actions) [![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/movd/k0s-ansible/latest)](https://github.com/movd/k0s-ansible/commits/main) # k0s Ansible Playbook diff --git a/inventory/sample/group_vars/all.yml b/inventory/sample/group_vars/all.yml index 80d1ad8..39fa55b 100644 --- a/inventory/sample/group_vars/all.yml +++ b/inventory/sample/group_vars/all.yml @@ -1,6 +1,6 @@ --- # Use this to overwrite the role defaults -# k0s_version: v1.20.6-rc.1+k0s.0 +# k0s_version: v1.20.6+k0s.0 # ansible_user: k0s # artifacts_dir: "{{ inventory_dir }}/artifacts" # systemd_dest: /etc/systemd/system diff --git a/roles/download/defaults/main.yml b/roles/download/defaults/main.yml index 9d3aa24..8e7d4ee 100644 --- a/roles/download/defaults/main.yml +++ b/roles/download/defaults/main.yml @@ -1,3 +1,3 @@ --- -k0s_version: v1.20.6-rc.1+k0s.0 +k0s_version: v1.20.6+k0s.0 k0s_binary_dest: /usr/local/bin/k0s diff --git a/supported-k0s-version.json b/supported-k0s-version.json index ec3f65a..5540c81 100644 --- a/supported-k0s-version.json +++ b/supported-k0s-version.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, "label": "supports k0s", - "message": "v1.20.6-rc.1+k0s.0", + "message": "v1.20.6+k0s.0", "color": "green" } \ No newline at end of file