Skip to content

Commit 9363e8f

Browse files
committed
Release v1.1.9
1 parent 9efe2ca commit 9363e8f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.1.9
4+
5+
- обновлен talos до версии 1.11.5
6+
37
## v1.1.8
48

59
- обновлен talos до версии 1.11.3

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ import (
1717
)
1818

1919
var (
20-
image string = "factory.talos.dev/metal-installer/6adc7e7fba27948460e2231e5272e88b85159da3f3db980551976bf9898ff64b:v1.11.3"
20+
image string = "factory.talos.dev/nocloud-installer/6adc7e7fba27948460e2231e5272e88b85159da3f3db980551976bf9898ff64b:v1.11.5"
2121
k8sVersion string = "1.34.1"
2222
configDir string = "config"
23-
version = "v1.1.8"
23+
version = "v1.1.9"
2424
)
2525

2626
const (

0 commit comments

Comments
 (0)