about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/k3s/update-script.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-05-10k3s: fix a blank space making update script not match nixfmtsuperherointj1-1/+1
2024-05-10k3s: update update-script for nixfmt-rfc-stylesuperherointj1-8/+8
2024-04-26k3s: skip pre-releases in update scriptsuperherointj1-1/+3
2024-03-15k3s: fix update script for 1.26, 1.27 versionssuperherointj1-2/+2
Fixes previous code not listing all tag versions and failing to pick the latest version.
2023-09-22k3s: vendorSha256 -> vendorHashAaron Jheng1-5/+5
2023-07-14treewide: go-modules -> goModulesArtturin1-1/+1
In 787af0f79f128cb21b113d2eb37e64d913f18aae I had to change ${go-modules} to $goModules to allow overrideAttrs to work; However, env vars cannot contain -, so i had to change go-modules too. This in turn broke nix-update because it uses the go-modules attr. Instead of making nix-update more complicated, make go-modules naming match cargoDeps. `fd --type f | xargs sd '\bgo-modules\b' 'goModules'` and revert change to pkgs/applications/misc/dstask/default.nix and pkgs/servers/http/dave/default.nix and pkgs/os-specific/darwin/plistwatch/default.nix release note added
2023-07-05k3s: update update-script to support multiple minor versionsEuan Kemp1-0/+137
This should let the update bot help us keep old versions up to date. 1.26 update incoming...