Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions byo-vpc/byo-db/byo-ecs/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variable "fleet_config" {
pid_mode = optional(string, null)
command = optional(list(string), null)
private_key_delivery_method = optional(string, "ecs")
image = optional(string, "fleetdm/fleet:v4.83.1")
image = optional(string, "fleetdm/fleet:v4.84.0")
family = optional(string, "fleet")
sidecars = optional(list(any), [])
depends_on = optional(list(any), [])
Expand Down Expand Up @@ -203,7 +203,7 @@ variable "fleet_config" {
pid_mode = null
command = null
private_key_delivery_method = "ecs"
image = "fleetdm/fleet:v4.83.1"
image = "fleetdm/fleet:v4.84.0"
family = "fleet"
sidecars = []
depends_on = []
Expand Down
4 changes: 2 additions & 2 deletions byo-vpc/byo-db/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ variable "fleet_config" {
pid_mode = optional(string, null)
command = optional(list(string), null)
private_key_delivery_method = optional(string, "ecs")
image = optional(string, "fleetdm/fleet:v4.83.1")
image = optional(string, "fleetdm/fleet:v4.84.0")
family = optional(string, "fleet")
sidecars = optional(list(any), [])
depends_on = optional(list(any), [])
Expand Down Expand Up @@ -364,7 +364,7 @@ variable "fleet_config" {
pid_mode = null
command = null
private_key_delivery_method = "ecs"
image = "fleetdm/fleet:v4.83.1"
image = "fleetdm/fleet:v4.84.0"
family = "fleet"
sidecars = []
depends_on = []
Expand Down
2 changes: 1 addition & 1 deletion byo-vpc/example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ provider "aws" {
}

locals {
fleet_image = "fleetdm/fleet:v4.83.1"
fleet_image = "fleetdm/fleet:v4.84.0"
domain_name = "example.com"
}

Expand Down
4 changes: 2 additions & 2 deletions byo-vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ variable "fleet_config" {
pid_mode = optional(string, null)
command = optional(list(string), null)
private_key_delivery_method = optional(string, "ecs")
image = optional(string, "fleetdm/fleet:v4.83.1")
image = optional(string, "fleetdm/fleet:v4.84.0")
family = optional(string, "fleet")
sidecars = optional(list(any), [])
depends_on = optional(list(any), [])
Expand Down Expand Up @@ -633,7 +633,7 @@ variable "fleet_config" {
pid_mode = null
command = null
private_key_delivery_method = "ecs"
image = "fleetdm/fleet:v4.83.1"
image = "fleetdm/fleet:v4.84.0"
family = "fleet"
sidecars = []
depends_on = []
Expand Down
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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.83.1" # override default to deploy the image you desire
image = "fleetdm/fleet:v4.84.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 = {
Expand Down
2 changes: 1 addition & 1 deletion gcp/.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This Terraform project automates the deployment of Fleet Device Management (Flee
* `dns_zone_name`: The DNS zone that will be created/managed in Cloud DNS (e.g., `mydomain.com.`). **Must end with a dot.**
* `dns_record_name`: The specific DNS record for Fleet (e.g., `fleet.mydomain.com.`). **Must end with a dot.**
* `project_name`: A descriptive name for the project to be created.
* `fleet_config.image_tag`: The Docker image tag for the Fleet version you want to deploy (e.g., `fleetdm/fleet:v4.83.1`).
* `fleet_config.image_tag`: The Docker image tag for the Fleet version you want to deploy (e.g., `fleetdm/fleet:v4.84.0`).
* `fleet_config.exec_migration`: Set to `true` when you are upgrading the `fleet_config.image_tag` to automatically run database migrations. Set to `false` if you want to manage migrations manually or if it's not an image upgrade.
* `fleet_config.license_key` (Optional, inside the `fleet_config` object): Your Fleet license key if you have one.

Expand Down
2 changes: 1 addition & 1 deletion gcp/byo-project/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ variable "fleet_config" {
})))
})
default = {
image_tag = "fleetdm/fleet:v4.83.1"
image_tag = "fleetdm/fleet:v4.84.0"
installers_bucket_name = ""
fleet_cpu = "1000m"
fleet_memory = "4096Mi"
Expand Down
2 changes: 1 addition & 1 deletion gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ variable "fleet_config" {
})))
})
default = {
image_tag = "fleetdm/fleet:v4.83.1"
image_tag = "fleetdm/fleet:v4.84.0"
installers_bucket_name = "" # Bucket names must be globally unique
fleet_cpu = "1000m"
fleet_memory = "4096Mi"
Expand Down
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ variable "fleet_config" {
pid_mode = optional(string, null)
command = optional(list(string), null)
private_key_delivery_method = optional(string, "ecs")
image = optional(string, "fleetdm/fleet:v4.83.1")
image = optional(string, "fleetdm/fleet:v4.84.0")
family = optional(string, "fleet")
sidecars = optional(list(any), [])
depends_on = optional(list(any), [])
Expand Down Expand Up @@ -721,7 +721,7 @@ variable "fleet_config" {
pid_mode = null
command = null
private_key_delivery_method = "ecs"
image = "fleetdm/fleet:v4.83.1"
image = "fleetdm/fleet:v4.84.0"
family = "fleet"
sidecars = []
depends_on = []
Expand Down
Loading