We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efe2ca commit 9363e8fCopy full SHA for 9363e8f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.1.9
4
+
5
+- обновлен talos до версии 1.11.5
6
7
## v1.1.8
8
9
- обновлен talos до версии 1.11.3
main.go
@@ -17,10 +17,10 @@ import (
17
)
18
19
var (
20
- image string = "factory.talos.dev/metal-installer/6adc7e7fba27948460e2231e5272e88b85159da3f3db980551976bf9898ff64b:v1.11.3"
+ image string = "factory.talos.dev/nocloud-installer/6adc7e7fba27948460e2231e5272e88b85159da3f3db980551976bf9898ff64b:v1.11.5"
21
k8sVersion string = "1.34.1"
22
configDir string = "config"
23
- version = "v1.1.8"
+ version = "v1.1.9"
24
25
26
const (
0 commit comments