Changelog
- 05b8e40 Add ability to inject extra flags into the command
- 2cc667c Add ability to select one node
- 6f40dac Add flag to specify the env file(s)
- 73f71de Cleanup
- cbcd1f9 Cleanup code
- 34c3739 Fix default array value
- 9387fcb Generate installer image name
- a7ab6b2 PoC: gencommand
- 3d8f434 Refactor and remove hardcoded factory url
- 5072810 Refactor code for DRY-ness
- 066d56b Scoop update for talhelper version v1.15.0
- 2081ade Split into sub-subcommands
- 084cb96 chore(code): rename variable
- 9adedd2 chore(github-action)!: Update cachix/install-nix-action action to v24
- 760911c chore(github-action): update renovatebot/github-action action to v39.1.3
- 94ac3d8 chore(github-action): update renovatebot/github-action action to v39.1.4
- d695e0b chore(schema): update talconfig.yaml JSON schema
- 3c570ab chore(schema): update talconfig.yaml JSON schema (#222)
- 0aea766 chore(schema): update talconfig.yaml JSON schema (#239)
- 9ea6304 feat(code): code cleanups
- ee44e7c feat(config): add controlplane and worker schematic
- 8027827 feat(config): move variable scope
- dd8712a feat(direnv): don't use flake when
nix
is not installed - b9579e4 feat(gencommand): add bootstrap subcommand
- dd63c98 feat(gencommand): add upgrade-k8s subcommand
- fe58bc7 feat(gencommand): make the always used flags global
- 47eae19 feat(generate): improve gencommand functions
- af5dc3f feat(genurl): allow specifying node when
talconfig.yaml
is found - 8876ff0 feat(genurl): generate url with context of
talconfig.yaml
- 4750bca feat(genurl): improve
genurl iso
subcommand - 0a77762 feat(genurl): move always used flags to parent command
- e7f0379 feat: update flake
- 61b3308 feat: use HTTP POST request to generate schematic id
- 94a8ad4 fix(deps): update module github.com/siderolabs/talos/pkg/machinery to v1.6.0-alpha.2
- e89e5c6 fix(flake): vendorSha256 is deprecated
- 55dd66e fix(gencommand): upgrade-k8s should only be run on 1 node
- f637c13 fix(genurl): forgot to use the flags
- 3bf40ee fix(substitute): fix issue parsing env file with yaml document delimiter
- 913a466 fix(substitute): improve
stripYAMLDocDelimiter
logic