From 13bd868faae223cefb63e7872c06a4a42a1c4f15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 23:10:28 -0500 Subject: [PATCH 1/4] chore(deps): bump ansible-lint from 6.14.6 to 6.15.0 (#285) Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 6.14.6 to 6.15.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v6.14.6...v6.15.0) --- updated-dependencies: - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b0b93d62..f1cc9b0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ ansible-core==2.14.4 # -r requirements.in # ansible-compat # ansible-lint -ansible-lint==6.14.6 +ansible-lint==6.15.0 # via -r requirements.in arrow==1.2.3 # via jinja2-time From 3d204ad8514c5a9063ab6961cc11e71b98daf0fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 11:17:02 -0500 Subject: [PATCH 2/4] chore(deps): bump yamllint from 1.30.0 to 1.31.0 (#284) Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.30.0 to 1.31.0. - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.30.0...v1.31.0) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Techno Tim --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f1cc9b0f..258eb4eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -202,7 +202,7 @@ wcmatch==8.4.1 # via ansible-lint websocket-client==1.4.2 # via kubernetes -yamllint==1.30.0 +yamllint==1.31.0 # via # -r requirements.in # ansible-lint From 5c79ea9b71c644b3ffd77afeb4d422407076198a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:19:52 -0500 Subject: [PATCH 3/4] chore(deps): bump ansible-core from 2.14.4 to 2.14.5 (#287) Bumps [ansible-core](https://github.com/ansible/ansible) from 2.14.4 to 2.14.5. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.14.4...v2.14.5) --- updated-dependencies: - dependency-name: ansible-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 258eb4eb..999a3434 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # ansible-compat==3.0.1 # via molecule -ansible-core==2.14.4 +ansible-core==2.14.5 # via # -r requirements.in # ansible-compat From edd4838407f5a85782c974316cab06f3d652e97b Mon Sep 17 00:00:00 2001 From: Techno Tim Date: Thu, 27 Apr 2023 23:09:46 -0500 Subject: [PATCH 4/4] feat(k3s): Updated to v1.25 (#187) * feat(k3s): Updated to v1.25.4+k3s1 * feat(k3s): Updated to v1.25.5+k3s1 * feat(k3s): Updated to v1.25.7+k3s1 * feat(k3s): Updated to v1.25.8+k3s1 * feat(k3s): Updated to v1.25.9+k3s1 * feat(kube-vip): Update to v0.5.12 --- inventory/sample/group_vars/all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/sample/group_vars/all.yml b/inventory/sample/group_vars/all.yml index 0f9de87f..dbe10482 100644 --- a/inventory/sample/group_vars/all.yml +++ b/inventory/sample/group_vars/all.yml @@ -1,5 +1,5 @@ --- -k3s_version: v1.24.12+k3s1 +k3s_version: v1.25.9+k3s1 # this is the user that has ssh access to these machines ansible_user: ansibleuser systemd_dir: /etc/systemd/system @@ -41,7 +41,7 @@ extra_agent_args: >- {{ extra_args }} # image tag for kube-vip -kube_vip_tag_version: "v0.5.11" +kube_vip_tag_version: "v0.5.12" # metallb type frr or native metal_lb_type: "native"