Skip to content

Commit

Permalink
chore(deps): update talos to v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclrchtr committed Oct 11, 2024
1 parent c85ef77 commit abd4fcb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ module "terraform-hcloud-talos" {
source = "hcloud-talos/talos/hcloud"
version = "the-latest-version-of-the-module"
talos_version = "v1.7.5" # The version of talos features to use in generated machine configurations
talos_version = "v1.8.1" # The version of talos features to use in generated machine configurations
hcloud_token = "your-hcloud-token"
Expand All @@ -145,7 +145,7 @@ module "talos" {
source = "hcloud-talos/talos/hcloud"
version = "the-latest-version-of-the-module"
talos_version = "v1.7.5"
talos_version = "v1.8.1"
kubernetes_version = "1.29.7"
cilium_version = "1.15.7"
Expand Down
6 changes: 3 additions & 3 deletions _packer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extensions.

You can create a file `hcloud.auto.pkrvars.hcl` to overwrite the default values. The file should look like this:
```hcl
talos_version = "v1.7.5"
image_url_arm = "https://factory.talos.dev/image/98b430833db447e791fa9fecb915073eb8a6d85ccf80ca3f67cd3bf56c527f49/v1.7.5/hcloud-arm64.raw.xz"
image_url_x86 = "https://factory.talos.dev/image/98b430833db447e791fa9fecb915073eb8a6d85ccf80ca3f67cd3bf56c527f49/v1.7.5/hcloud-amd64.raw.xz"
talos_version = "v1.8.1"
image_url_arm = "https://factory.talos.dev/image/98b430833db447e791fa9fecb915073eb8a6d85ccf80ca3f67cd3bf56c527f49/v1.8.1/hcloud-arm64.raw.xz"
image_url_x86 = "https://factory.talos.dev/image/98b430833db447e791fa9fecb915073eb8a6d85ccf80ca3f67cd3bf56c527f49/v1.8.1/hcloud-amd64.raw.xz"
```
2 changes: 1 addition & 1 deletion _packer/talos-hcloud.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packer {

variable "talos_version" {
type = string
default = "v1.7.5"
default = "v1.8.1"
}

variable "image_url_arm" {
Expand Down

0 comments on commit abd4fcb

Please sign in to comment.