Malte Poll
bad9edb99b
image: move mkosi settings into their actual sections ( #2471 )
...
mkosi now warns about what settings are defined in what sections.
Soon, the config parsing might fail when settings are in the wrong sections.
2023-10-17 12:44:19 +02:00
renovate[bot]
abbe3853cb
deps: update cachix/install-nix-action action to v23 ( #2469 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-17 10:48:52 +02:00
renovate[bot]
4fbf94ceb8
deps: update golang:1.21.3 Docker digest to 24a0937 ( #2468 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-17 10:48:38 +02:00
renovate[bot]
63ebdd9292
deps: update docker.io/k8scloudprovider/openstack-cloud-controller-manager Docker tag to v1.26.4 ( #2466 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-17 10:47:48 +02:00
renovate[bot]
b2f3f72488
deps: update fedora:38 Docker digest to 8285246 ( #2467 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-17 10:47:10 +02:00
Moritz Sanft
a8605d7294
cli: use custom byte-slice marshalling for state file ( #2460 )
...
* custom byte slice marshalling
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
* byte slice compatibility
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
* other byte slice compat test
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
* add missing dep
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
* export byte type alias
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
* regenerate exported type
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
* test marshal and unmarshal together
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
---------
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
2023-10-17 10:35:54 +02:00
Malte Poll
c424ec8825
ci: fix PR label for rpm updates ( #2464 )
2023-10-17 09:46:37 +02:00
edgelessci
d9bd870dbd
image: update locked rpms ( #2463 )
...
Co-authored-by: malt3 <malt3@users.noreply.github.com>
2023-10-17 09:42:00 +02:00
Malte Poll
a9f245752c
ci: update rpm lockfile once per week
2023-10-17 09:23:56 +02:00
Malte Poll
8bc1d80d86
image: install rpms from lockfile
2023-10-17 09:23:56 +02:00
Moritz Sanft
25b23689ad
cli: generate state file during constellation config generate
( #2455 )
...
* create state file during config generate
* use written file in `constellation create`
* document creation of state file
* remove accidentally added test
* check error when writing state file
2023-10-16 20:18:59 +02:00
Moritz Sanft
e5513f14e6
cli: add field docs to the state file ( #2453 )
...
* add field docs to the state file
* mark only optional fields
* tidy
* use talos encoder
2023-10-16 16:49:07 +02:00
Daniel Weiße
afb154ceb7
ci: add missing quotation marks for region flag + revert to northeurope ( #2459 )
...
* Add missing quotation marks for region flag
* Revert default Azure region to northeurope
---------
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2023-10-16 16:20:32 +02:00
Daniel Weiße
c52086c5ff
cli: refactor flag parsing code ( #2425 )
...
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2023-10-16 15:05:29 +02:00
3u13r
adfe443b28
bump golang.org/x/net to v0.17.0 ( #2456 )
2023-10-16 13:22:31 +02:00
Daniel Weiße
93b70e5633
cli: revert libvirt terraform provider upgrade ( #2454 )
...
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2023-10-16 10:43:30 +02:00
Malte Poll
43f7d9f736
ci: execute unit tests and tidy check against merge of PR branch and main ( #2452 )
2023-10-16 09:58:45 +02:00
renovate[bot]
776d43d5c2
deps: update module github.com/bazelbuild/rules_go to v0.42.0 ( #2443 )
...
* deps: update module github.com/bazelbuild/rules_go to v0.42.0
* deps: tidy all modules
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
2023-10-16 09:53:26 +02:00
Malte Poll
33d53a1da9
ci: remove python from codeql ( #2451 )
2023-10-13 12:37:13 +02:00
Thomas Tendyck
3255ce3e72
docs: add s3proxy to features
2023-10-13 11:39:49 +02:00
Daniel Weiße
ab8a17e535
cli: remove old migration steps and id-file references ( #2440 )
...
* Remove old migration steps and id-file references
* Update codeowners file
---------
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2023-10-13 10:21:21 +02:00
3u13r
9e1a0c06bf
Deps: bump Go to 1.21.3 ( #2450 )
...
* build: override go version to 1.21.3
* build: re-enable cachix
* ci: set $USER if not set
2023-10-12 16:11:02 +02:00
Malte Poll
e80e6076b4
ci: install nix together with Bazel
2023-10-12 14:42:24 +02:00
Malte Poll
e74dbda64e
bazel: use openssl from nixpkgs
2023-10-12 14:42:24 +02:00
Malte Poll
d22f53d7cc
bazel: always use nix
2023-10-12 14:42:24 +02:00
Malte Poll
d046ba01ff
nix: update nixpkgs
2023-10-12 14:42:24 +02:00
Otto Bittner
1e13da3b71
docs: extend filestash example with more regions ( #2445 )
2023-10-12 14:34:51 +02:00
renovate[bot]
907b74a31f
deps: update module golang.org/x/tools to v0.14.0 ( #2446 )
...
* deps: update module golang.org/x/tools to v0.14.0
* ci: don't error on cleanup
---------
Co-authored-by: Leonard Cohnen <lc@edgeless.systems>
2023-10-12 14:07:59 +02:00
Thomas Tendyck
f696cb452b
s3proxy: remove unnecessary pull secret
2023-10-11 17:57:16 +02:00
renovate[bot]
a1c84cb080
deps: update GitHub action dependencies ( #2437 )
...
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-11 13:49:50 +02:00
renovate[bot]
0f5039f2e9
deps: update Terraform libvirt to v0.7.4 ( #2434 )
...
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-11 13:47:51 +02:00
renovate[bot]
b1e8a06249
deps: update aquasecurity/tfsec to v1.28.4 ( #2435 )
...
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-11 13:45:58 +02:00
renovate[bot]
7ea93144f9
deps: update bufbuild/buf to v1.27.0 ( #2438 )
...
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-11 13:45:07 +02:00
renovate[bot]
6928ec9410
deps: update golangci/golangci-lint to v1.54.2 ( #2439 )
...
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-11 13:44:23 +02:00
renovate[bot]
117c9c53f8
deps: update golang Docker tag to v1.21.3 ( #2436 )
...
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-11 13:43:53 +02:00
renovate[bot]
7a1947efb3
deps: update ubuntu:22.04 Docker digest to 9b8dec3 ( #2432 )
...
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-11 13:43:27 +02:00
renovate[bot]
1d516b74d6
deps: update distroless_static Docker digest to 6706c73 ( #2433 )
...
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-11 13:43:02 +02:00
miampf
e6e1ac5a73
renovate: relax rules to allow updates to minor versions ( #2423 )
2023-10-11 09:53:52 +00:00
edgelessci
e231a24916
image: update measurements and image version ( #2428 )
...
Co-authored-by: katexochen <katexochen@users.noreply.github.com>
2023-10-11 10:33:54 +02:00
Adrian Stobbe
b35a042abd
fix verify test ( #2424 )
2023-10-10 20:47:53 +02:00
Malte Poll
02c04f057f
ci: start v2.13-pre window ( #2426 )
2023-10-10 18:33:04 +02:00
Malte Poll
c4a3e40882
s3proxy: add new page to documentation (v2.12)
2023-10-10 18:31:02 +02:00
Malte Poll
07249b1288
docs: add note about current AWS CVM issues (v2.12)
2023-10-10 18:31:02 +02:00
malt3
34cdfdaf57
docs: add release v2.12.0
2023-10-10 18:31:02 +02:00
Otto Bittner
4ef2e289b2
s3proxy: add new page to documentation ( #2417 )
...
Co-authored-by: Moritz Eckert <m1gh7ym0@gmail.com>
Co-authored-by: Thomas Tendyck <ts@edgeless.systems>
2023-10-10 15:35:23 +02:00
Thomas Tendyck
714158619a
docs: add note about current AWS CVM issues
2023-10-10 12:11:52 +02:00
Malte Poll
e4ed24ee4f
image: fix bootstrapper install path
2023-10-10 10:33:54 +02:00
Moritz Sanft
8749cafcbd
explicitly initialize struct
2023-10-10 10:33:54 +02:00
Moritz Sanft
6f53dc90cf
fix go-sev-guest default product
2023-10-10 10:33:54 +02:00
Moritz Sanft
dbad7c2f7a
update go-tpm-tools / go-sev-guest
2023-10-10 10:33:54 +02:00