Skip to content

Commit 39d9f51

Browse files
committed
Release v0.2.7-RC3
1 parent ef72c79 commit 39d9f51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: terraform/ignition/io.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ variable "wireguard_exposed_subnets" {
4343
variable "wiresteward_version" {
4444
type = string
4545
description = "The version of wiresteward to deploy (see https://github.com/utilitywarehouse/wiresteward/)"
46-
default = "latest
46+
default = "v0.2.7-RC3" # MAKE_RELEASE_MARKER
4747
}
4848

4949
variable "traefik_image" {
5050
type = string
5151
description = "Traefik image for the proxy service to wiresteward"
52-
default = "traefik:v2.8.7"
52+
default = "traefik:v2.11.18"
5353
}
5454

5555
variable "s3fs_access_key" {

Diff for: terraform/ignition/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
ignition = {
4-
source = "community-terraform-providers/ignition"
4+
source = "community-terraform-providers/ignition"
55
}
66
}
77
required_version = ">= 0.13"

0 commit comments

Comments
 (0)