From a73a4f55535cf94484552cf03fa732c294de1e4d Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Thu, 22 May 2025 12:54:15 -0500 Subject: [PATCH] Prepare Fleet v4.68.0 (#50) --- byo-vpc/byo-db/byo-ecs/variables.tf | 4 ++-- byo-vpc/byo-db/variables.tf | 4 ++-- byo-vpc/example/main.tf | 2 +- byo-vpc/variables.tf | 4 ++-- example/main.tf | 2 +- variables.tf | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/byo-vpc/byo-db/byo-ecs/variables.tf b/byo-vpc/byo-db/byo-ecs/variables.tf index 2357846..f835f37 100644 --- a/byo-vpc/byo-db/byo-ecs/variables.tf +++ b/byo-vpc/byo-db/byo-ecs/variables.tf @@ -16,7 +16,7 @@ variable "fleet_config" { mem = optional(number, 4096) cpu = optional(number, 512) pid_mode = optional(string, null) - image = optional(string, "fleetdm/fleet:v4.67.3") + image = optional(string, "fleetdm/fleet:v4.68.0") family = optional(string, "fleet") sidecars = optional(list(any), []) depends_on = optional(list(any), []) @@ -131,7 +131,7 @@ variable "fleet_config" { mem = 512 cpu = 256 pid_mode = null - image = "fleetdm/fleet:v4.67.3" + image = "fleetdm/fleet:v4.68.0" family = "fleet" sidecars = [] depends_on = [] diff --git a/byo-vpc/byo-db/variables.tf b/byo-vpc/byo-db/variables.tf index fd6bc5a..76504fb 100644 --- a/byo-vpc/byo-db/variables.tf +++ b/byo-vpc/byo-db/variables.tf @@ -77,7 +77,7 @@ variable "fleet_config" { mem = optional(number, 4096) cpu = optional(number, 512) pid_mode = optional(string, null) - image = optional(string, "fleetdm/fleet:v4.67.3") + image = optional(string, "fleetdm/fleet:v4.68.0") family = optional(string, "fleet") sidecars = optional(list(any), []) depends_on = optional(list(any), []) @@ -217,7 +217,7 @@ variable "fleet_config" { mem = 512 cpu = 256 pid_mode = null - image = "fleetdm/fleet:v4.67.3" + image = "fleetdm/fleet:v4.68.0" family = "fleet" sidecars = [] depends_on = [] diff --git a/byo-vpc/example/main.tf b/byo-vpc/example/main.tf index 001a2ec..d1fe23d 100644 --- a/byo-vpc/example/main.tf +++ b/byo-vpc/example/main.tf @@ -17,7 +17,7 @@ provider "aws" { } locals { - fleet_image = "fleetdm/fleet:v4.67.3" + fleet_image = "fleetdm/fleet:v4.68.0" domain_name = "example.com" } diff --git a/byo-vpc/variables.tf b/byo-vpc/variables.tf index 8becc0f..b0b90c9 100644 --- a/byo-vpc/variables.tf +++ b/byo-vpc/variables.tf @@ -176,7 +176,7 @@ variable "fleet_config" { mem = optional(number, 4096) cpu = optional(number, 512) pid_mode = optional(string, null) - image = optional(string, "fleetdm/fleet:v4.67.3") + image = optional(string, "fleetdm/fleet:v4.68.0") family = optional(string, "fleet") sidecars = optional(list(any), []) depends_on = optional(list(any), []) @@ -316,7 +316,7 @@ variable "fleet_config" { mem = 512 cpu = 256 pid_mode = null - image = "fleetdm/fleet:v4.67.3" + image = "fleetdm/fleet:v4.68.0" family = "fleet" sidecars = [] depends_on = [] diff --git a/example/main.tf b/example/main.tf index 6618977..92c2c77 100644 --- a/example/main.tf +++ b/example/main.tf @@ -66,7 +66,7 @@ module "fleet" { fleet_config = { # To avoid pull-rate limiting from dockerhub, consider using our quay.io mirror # for the Fleet image. e.g. "quay.io/fleetdm/fleet:v4.67.0" - image = "fleetdm/fleet:v4.67.3" # override default to deploy the image you desire + image = "fleetdm/fleet:v4.68.0" # override default to deploy the image you desire # See https://fleetdm.com/docs/deploy/reference-architectures#aws for appropriate scaling # memory and cpu. autoscaling = { diff --git a/variables.tf b/variables.tf index 52f32cd..518ebad 100644 --- a/variables.tf +++ b/variables.tf @@ -224,7 +224,7 @@ variable "fleet_config" { mem = optional(number, 4096) cpu = optional(number, 512) pid_mode = optional(string, null) - image = optional(string, "fleetdm/fleet:v4.67.3") + image = optional(string, "fleetdm/fleet:v4.68.0") family = optional(string, "fleet") sidecars = optional(list(any), []) depends_on = optional(list(any), []) @@ -364,7 +364,7 @@ variable "fleet_config" { mem = 512 cpu = 256 pid_mode = null - image = "fleetdm/fleet:v4.67.3" + image = "fleetdm/fleet:v4.68.0" family = "fleet" sidecars = [] depends_on = []