From 7badfbd7bd31264de5be3519823020c343b5ca98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:46:52 -0600 Subject: [PATCH 1/2] chore(deps): bump netaddr from 0.9.0 to 0.10.0 (#411) Bumps [netaddr](https://github.com/drkjam/netaddr) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/drkjam/netaddr/releases) - [Changelog](https://github.com/netaddr/netaddr/blob/master/CHANGELOG) - [Commits](https://github.com/drkjam/netaddr/compare/0.9.0...0.10.0) --- updated-dependencies: - dependency-name: netaddr 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 30cb1d4..9dcf161 100644 --- a/requirements.txt +++ b/requirements.txt @@ -86,7 +86,7 @@ molecule==4.0.4 # molecule-vagrant molecule-vagrant==1.0.0 # via -r requirements.in -netaddr==0.9.0 +netaddr==0.10.0 # via -r requirements.in nodeenv==1.7.0 # via pre-commit From 70e658cf980a88a9c74b1a485403beb84ea1f278 Mon Sep 17 00:00:00 2001 From: Techno Tim Date: Fri, 12 Jan 2024 22:34:23 -0500 Subject: [PATCH 2/2] feat(k3s): Updated to v1.25.16+k3s4 (#407) --- inventory/sample/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/sample/group_vars/all.yml b/inventory/sample/group_vars/all.yml index 43fa3f4..5b923f7 100644 --- a/inventory/sample/group_vars/all.yml +++ b/inventory/sample/group_vars/all.yml @@ -1,5 +1,5 @@ --- -k3s_version: v1.25.12+k3s1 +k3s_version: v1.25.16+k3s4 # this is the user that has ssh access to these machines ansible_user: ansibleuser systemd_dir: /etc/systemd/system