Mercurial > code > home > repos > infra
changeset 62:50100cad1f38
new upstream versions
author | drewp@bigasterisk.com |
---|---|
date | Sun, 01 May 2022 23:34:36 -0700 |
parents | b46df76991b6 |
children | 51723e168cc8 |
files | kube.py packages.py |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/kube.py Sun May 01 23:34:01 2022 -0700 +++ b/kube.py Sun May 01 23:34:36 2022 -0700 @@ -7,10 +7,10 @@ is_pi = host.get_fact(LinuxDistribution)['name'] in ['Debian', 'Raspbian GNU/Linux'] # https://github.com/k3s-io/k3s/releases -k3s_version = 'v1.23.3+k3s1' +k3s_version = 'v1.23.6+k3s1' # https://github.com/GoogleContainerTools/skaffold/releases -skaffold_version = 'v1.37.0' +skaffold_version = 'v1.38.0' master_ip = "10.5.0.1" server_node = 'bang'
--- a/packages.py Sun May 01 23:34:01 2022 -0700 +++ b/packages.py Sun May 01 23:34:36 2022 -0700 @@ -67,7 +67,7 @@ 'nodejs', 'npm', ]) - vers = '0.24.4' # see https://github.com/kovidgoyal/kitty/releases + vers = '0.25.0' # see https://github.com/kovidgoyal/kitty/releases home = '/home/drewp' local = f"{home}/.local/kitty" dl = f'/tmp/kitty-{vers}-x86_64.txz' @@ -81,7 +81,8 @@ files.link(target="{local}/bin/kitty", path="{home}/bin/kitty") server.shell([ - "npm install -g pnpm@6.32.3", + # https://github.com/pnpm/pnpm/releases + "npm install -g pnpm@7.0.0", ]) if not is_pi and not (host.name == 'prime'):