Thomas Tendyck
3b9f7530fb
license: change headers
...
find -name '*.go' -exec sed -i 's/SPDX-License-Identifier: AGPL-3.0-only/SPDX-License-Identifier: BUSL-1.1/' {} +
2025-07-15 23:34:48 +02:00
Daniel Weiße
4e5c213b4d
deps: update Go to v1.24.2 ( #3750 )
...
* deps: update Go to v1.24.2
* tests: replace context.Background() with t.Context()
---------
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2025-04-09 10:54:28 +02:00
Malte Poll
65903459a0
chore: fix unused parameter lint in new golangcilint version
2024-02-21 17:54:07 +01:00
Daniel Weiße
4c8ce55e5a
cli: enable constellation apply
to create new clusters ( #2549 )
...
* Allow creation of Constellation clusters using `apply` command
* Add auto-completion for `--skip-phases` flag
* Deprecate create command
* Replace all doc references to create command with apply
---------
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2023-11-20 11:17:16 +01:00
Daniel Weiße
625dc26644
cli: unify cloudcmd
create and upgrade code ( #2513 )
...
* Unify cloudcmd create and upgrade code
* Make libvirt runner code a bit more idempotent
---------
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2023-10-31 12:46:40 +01:00