Mercurial > code > home > repos > infra
changeset 75:41008d412ec8
versions
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Jun 2022 22:58:05 -0700 |
parents | 023741df3298 |
children | de387eae06cf |
files | kube.py packages.py |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/kube.py Sat Jun 11 22:57:23 2022 -0700 +++ b/kube.py Sat Jun 11 22:58:05 2022 -0700 @@ -7,7 +7,7 @@ is_pi = host.get_fact(LinuxDistribution)['name'] in ['Debian', 'Raspbian GNU/Linux'] # https://github.com/k3s-io/k3s/releases -k3s_version = 'v1.23.6+k3s1' +k3s_version = 'v1.24.1+k3s1' # https://github.com/GoogleContainerTools/skaffold/releases skaffold_version = 'v1.38.0'
--- a/packages.py Sat Jun 11 22:57:23 2022 -0700 +++ b/packages.py Sat Jun 11 22:58:05 2022 -0700 @@ -78,7 +78,7 @@ 'mtr-tiny', 'tcpdump', ]) - vers = '0.25.0' # see https://github.com/kovidgoyal/kitty/releases + vers = '0.25.2' # see https://github.com/kovidgoyal/kitty/releases home = '/home/drewp' local = f"{home}/.local/kitty" dl = f'/tmp/kitty-{vers}-x86_64.txz' @@ -93,7 +93,7 @@ server.shell([ # https://github.com/pnpm/pnpm/releases - "npm install -g pnpm@7.0.0", + "npm install -g pnpm@7.2.1", ]) apt.packages(packages='mlocate', present=False)