Skip to content

Commit

Permalink
Bump to v1.20.6+k0s.0
Browse files Browse the repository at this point in the history
  • Loading branch information
movd committed Apr 28, 2021
1 parent 5074c43 commit 1e1e288
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion inventory/sample/group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion supported-k0s-version.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 1e1e288

Please sign in to comment.