@@ -1,3 +1,72 @@
|
||||
## Fleet 4.61.0 (Dec 17, 2024)
|
||||
|
||||
## Endpoint operations
|
||||
- Added support to require email verification (MFA) on each login when setting up a Fleet user outside SSO.
|
||||
- Extended Linux encryption key escrow support to Ubuntu 20.04.6.
|
||||
- Added missing APM instrumentation for Fleet API routes.
|
||||
- Improved label validation when running live queries. Previously, when passing label(s) that do not exist, the labels were ignored. Now, an error is returned indicating which labels were not found. This change affects both the API and `fleetctl query` command.
|
||||
|
||||
## Device management (MDM)
|
||||
- Added functionality for creating an automatic install policy for Fleet-maintained apps.
|
||||
- Replaced Zoom Fleet-maintained app with Zoom for IT, which does not open any windows during installation.
|
||||
- Added support for the new `windows_migration_enabled` setting (can be set via `fleetctl`, the `PATCH /api/latest/fleet/config` API endpoint and the UI). Requires a premium license.
|
||||
- Updated to only show the "follow instructions on My device" banner for Linux hosts whose disks are encrypted but for which Fleet hasn't escrowed a valid key.
|
||||
- Added App Store app UI: Added different empty state when VPP token is not added at all vs. when it's not assigned to a team to prevent confusion.
|
||||
- Allowed APNS key to be in unencrypted PKCS8 format, which may happen when migrating from another MDM.
|
||||
- Allowed calling `/api/v1/fleet/software/fleet_maintained_apps` with no team ID to retrieve the full global list of maintained apps.
|
||||
- Added UI changes for windows MDM page and allow for automatic migration for windows hosts.
|
||||
- Bypassed the setup experience UI if there is no setup experience item to process (no software to install, no script to execute), so that releasing the device is done without going through that window.
|
||||
|
||||
## Vulnerability management
|
||||
- Added `without_vulnerability_details` to software versions endpoint (/api/latest/fleet/software/versions) so CVE details can be truncated when on Fleet Premium.
|
||||
- Fixed an issue where the github cli software name was not matching against the cpe vulnerability name.
|
||||
|
||||
## Bug fixes and improvements
|
||||
- Updated Go version to 1.23.4.
|
||||
- Update help text for policy automation Install software and run script modals.
|
||||
- Updated to display Windows MDM WSTEP flags in `fleet --help`.
|
||||
- Added language in email templates indicating that users should not reply to the automated emails.
|
||||
- Added better information on what deleting a host does.
|
||||
- Added a clearer error message when users attempt to turn MDM off on a Windows host.
|
||||
- Improved side nav empty state UI under `/settings`.
|
||||
- Added missing loading spinner for delete modals (delete configuration profile, delete script, delete setup script and delete software).
|
||||
- Improved performance of updating the `nano_enrollments.last_seen_at` timestamp of Apple MDM devices by an order of magnitude under load.
|
||||
- Improved MDM `SELECT FROM nano_enrollment_queue` MySQL query performance, including calling it on DB reader much of the time.
|
||||
- Updated Inter font to latest version for woff2 files.
|
||||
- Added better documentation around how the --label flag works in the fleetctl query command.
|
||||
- Switched Twitter logo to X logo in Fleet-initiated automated emails.
|
||||
- Removed duplicate indexes from the database schema..
|
||||
- Added cleanup job to delete stuck pending Apple profiles, and requeue them.
|
||||
- Exclude any custom sourced "users" from the host details "used by" display if Fleet doesn't have an email for them.
|
||||
- Replaced the internal use of the deprecated `go.mozilla.org/pkcs7` package with the maintained fork `github.com/smallstep/pkcs7`.
|
||||
- Switched email template font to Inter to match previous changes in the rest of the UI.
|
||||
- Updated resend config profile API from `hosts/[hostid}/configuration_profiles/resend/{uuid}` to `hosts/{hostid}/configuration_profiles/{uuid}/resend`.
|
||||
- Update nanomdm dependency with latest bug fixes and improvements.
|
||||
- Updated documentation to include `firefox_preferences` table for Linux and Windows platforms.
|
||||
- Restored the user's previous scroll, if any, when they change the filter on the host software table.
|
||||
- Updated a link in the Fleet-maintained apps UI to point to the correct place.
|
||||
- Removed image borders that are included in Apple's app store icons.
|
||||
- Redirect when user provides an invalid URL param for fleet-maintained software id.
|
||||
- Added additional statistics item for number of saved queries.
|
||||
- Fixed a bug where the name of the setup experience script was not showing up in the activity for that script execution.
|
||||
- Present a nicely formatted and more informative UI for log destination in two places.
|
||||
- Fixed bug in `fleetdm/fleetctl` docker image where the `build` directory does not exist when generating deb/rpm packages.
|
||||
- Fixed missing read permission for team maintainers and admins on Fleet maintained apps.
|
||||
- Fixed a bug that would add "Fleet" to activities where it shouldn't be.
|
||||
- Fixed ability to clear policy automation that empties webhook URL.
|
||||
- Fixes a bug with pagination in the profiles and scripts lists.
|
||||
- Fixed duplicate queries in query stats list in host details.
|
||||
- Fixed zip and dmg automations showing null platform for installer
|
||||
- Fixed a typo in the loading modal when adding a Fleet-maintained app.
|
||||
- Fixed UI bug where "Actions" dropdown on host software page included "Install" and "Uninstall" options for software that is not able to be installed via Fleet.
|
||||
- Fixed a bug where the HTTP client used for MDM APNs push notifications did not support using a configured proxy.
|
||||
- Fixed potential deadlocks when deploying Apple configuration profiles.
|
||||
- Fixed releasing a DEP-enrolled macOS device if mTLS is configured for `fleetd`.
|
||||
- Fixed learn more about JIT provisioning link.
|
||||
- Fixed an issue with the copy for the activity generated by viewing a locked macOS host's PIN.
|
||||
- Fixed breaking with gitops user role running `fleetctl gitops` command when MDM is enabled.
|
||||
- Fixed responsive styles for the ADM table.
|
||||
|
||||
## Fleet 4.60.1 (Dec 03, 2024)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
* Update Inter font to latest version for woff2 files
|
||||
@@ -1 +0,0 @@
|
||||
Added missing APM instrumentation for Fleet API routes.
|
||||
@@ -1 +0,0 @@
|
||||
* Improve performance of updating the `nano_enrollments.last_seen_at` timestamp of Apple MDM devices by an order of magnitude under load.
|
||||
@@ -1 +0,0 @@
|
||||
* Update resend config profile API from hosts/[hostid}/configuration_profiles/resend/{uuid} to hosts/{hostid}/configuration_profiles/{uuid}/resend
|
||||
@@ -1 +0,0 @@
|
||||
* Replaced the internal use of the deprecated `go.mozilla.org/pkcs7` package with the maintained fork `github.com/smallstep/pkcs7`.
|
||||
@@ -1 +0,0 @@
|
||||
- fix responsive styles for the adm table
|
||||
@@ -1 +0,0 @@
|
||||
* Allow requiring email verification (MFA) on each login when setting up a Fleet user outside SSO
|
||||
@@ -1 +0,0 @@
|
||||
* Add language in email templates indicating that users should not reply to the automated emails
|
||||
@@ -1 +0,0 @@
|
||||
* Switch Twitter logo to X logo in Fleet-initiated automated emails
|
||||
@@ -1 +0,0 @@
|
||||
- Update help text for policy automation Install software and Run script modals
|
||||
@@ -1 +0,0 @@
|
||||
- Fleet UI: Better information on what deleting a host does
|
||||
@@ -1 +0,0 @@
|
||||
- add UI changes for windows mdm page and allow for automatic migration for windows hosts.
|
||||
@@ -1 +0,0 @@
|
||||
* Added support for the new `windows_migration_enabled` setting (can be set via `fleetctl`, the `PATCH /api/latest/fleet/config` API endpoint and the UI). Requires a premium license.
|
||||
@@ -1 +0,0 @@
|
||||
- Fix zip and dmg automations showing null platform for installer
|
||||
@@ -1 +0,0 @@
|
||||
* Improve side nav empty state UI under `/settings`
|
||||
@@ -1 +0,0 @@
|
||||
- Restore the user's previous scroll, if any, when they change the filter on the host software table.
|
||||
@@ -1 +0,0 @@
|
||||
- Adds a clearer error message when users attempt to turn MDM off on a Windows host.
|
||||
@@ -1,2 +0,0 @@
|
||||
- Add App Store app UI: Added different empty state when VPP token is not added at all vs. when it's
|
||||
not assigned to a team to prevent confusion.
|
||||
@@ -1 +0,0 @@
|
||||
* Fixed missing read permission for team maintainers and admins on Fleet maintained apps
|
||||
@@ -1 +0,0 @@
|
||||
- Fixes a bug with pagination in the profiles and scripts lists.
|
||||
@@ -1 +0,0 @@
|
||||
- Added additional statistics item for number of saved queries
|
||||
@@ -1 +0,0 @@
|
||||
- Display Windows MDM WSTEP flags in `fleet --help`.
|
||||
@@ -1 +0,0 @@
|
||||
* Fix duplicate queries in query stats list in host details
|
||||
@@ -1 +0,0 @@
|
||||
- Fixes an issue with the copy for the activity generated by viewing a locked macOS host's PIN.
|
||||
@@ -1 +0,0 @@
|
||||
* Added `without_vulnerability_details` to software versions endpoint (/api/latest/fleet/software/versions) so CVE details can be truncated when on Fleet Premium
|
||||
@@ -1,2 +0,0 @@
|
||||
- Replaces Zoom Fleet-maintained app with Zoom for IT, which does not open any windows during
|
||||
installation.
|
||||
@@ -1 +0,0 @@
|
||||
- Fleet UI: Remove image borders that are included in Apple's app store icons
|
||||
@@ -1 +0,0 @@
|
||||
- Fleet UI: Fix learn more about JIT provisioning link
|
||||
@@ -1 +0,0 @@
|
||||
* Fixed a bug where the HTTP client used for MDM APNs push notifications did not support using a configured proxy.
|
||||
@@ -1 +0,0 @@
|
||||
Allow APNS key to be in unencrypted PKCS8 format, which may happen when migrating from another MDM.
|
||||
@@ -1,2 +0,0 @@
|
||||
- Fixes a bug where the name of the setup experience script was not showing up in the activity for
|
||||
that script execution.
|
||||
@@ -1 +0,0 @@
|
||||
Added cleanup job to delete stuck pending Apple profiles, and requeue them.
|
||||
@@ -1 +0,0 @@
|
||||
Improved MDM `SELECT FROM nano_enrollment_queue` MySQL query performance, including calling it on DB reader much of the time.
|
||||
@@ -1 +0,0 @@
|
||||
* Improved label validation when running live queries. Previously, when passing label(s) that do not exist, the labels were ignored. Now, an error is returned indicating which labels were not found. This change affects both the API and `fleetctl query` command.
|
||||
@@ -1 +0,0 @@
|
||||
* Added better documentation around how the --label flag works in the fleetctl query command.
|
||||
@@ -1 +0,0 @@
|
||||
* Fixed bug in `fleetdm/fleetctl` docker image where the `build` directory does not exist when generating deb/rpm packages.
|
||||
@@ -1 +0,0 @@
|
||||
Update nanomdm dependency with latest bug fixes and improvements.
|
||||
@@ -1 +0,0 @@
|
||||
- Updates a link in the Fleet-maintained apps UI to point to the correct place.
|
||||
@@ -1 +0,0 @@
|
||||
* doc: document firefox_preferences table for Linux and Windows platforms
|
||||
@@ -1 +0,0 @@
|
||||
* Fixed an issue where the github cli software name was not matching against the cpe vulnerability name
|
||||
@@ -1,2 +0,0 @@
|
||||
* Bypass the setup experience UI if there is no setup experience item to process (no software to install, no script to execute), so that releasing the device is done without going through that window.
|
||||
* Fixed releasing a DEP-enrolled macOS device if mTLS is configured for `fleetd`.
|
||||
@@ -1 +0,0 @@
|
||||
- Fleet UI: Fix ability to clear policy automation that empties webhook URL
|
||||
@@ -1 +0,0 @@
|
||||
Removed duplicate indexes from the database schema.
|
||||
@@ -1,2 +0,0 @@
|
||||
- Added missing loading spinner for delete modals (delete configuration profile, delete script,
|
||||
delete setup script and delete software).
|
||||
@@ -1,2 +0,0 @@
|
||||
* Only show the "follow instructions on My device" banner for Linux hosts whose disks are encrypted
|
||||
but for which Fleet hasn't escrowed a valid key.
|
||||
@@ -1 +0,0 @@
|
||||
Fixed breaking with gitops user role running `fleetctl gitops` command when MDM is enabled.
|
||||
@@ -1,2 +0,0 @@
|
||||
- Exclude any custom sourced "users" from the host details "used by" display if Fleet doesn't have
|
||||
an email for them.
|
||||
@@ -1 +0,0 @@
|
||||
- Fixes a bug that would add "Fleet" to activities where it shouldn't be
|
||||
@@ -1 +0,0 @@
|
||||
* Present a nicely formatted and more informative UI for log destination in two places.
|
||||
@@ -1,2 +0,0 @@
|
||||
- Fixed UI bug where "Actions" dropdown on host software page included "Install" and "Uninstall"
|
||||
options for software that is not able to be installed via Fleet.
|
||||
@@ -1 +0,0 @@
|
||||
* Allowed calling `/api/v1/fleet/software/fleet_maintained_apps` with no team ID to retrieve the full global list of maintained apps
|
||||
@@ -1 +0,0 @@
|
||||
* Redirect when user provides an invalid URL param for fleet-maintained software id
|
||||
@@ -1 +0,0 @@
|
||||
Fixed potential deadlocks when deploying Apple configuration profiles.
|
||||
@@ -1 +0,0 @@
|
||||
* Switched email template font to Inter to match previous changes in the rest of the UI
|
||||
@@ -1 +0,0 @@
|
||||
- Adds functionality for creating an automatic install policy for Fleet-maintained apps
|
||||
@@ -1 +0,0 @@
|
||||
- Fixes a typo in the loading modal when adding a Fleet-maintained app.
|
||||
@@ -1 +0,0 @@
|
||||
* Updated Go version to 1.23.4
|
||||
@@ -8,7 +8,7 @@ version: v6.3.0
|
||||
home: https://github.com/fleetdm/fleet
|
||||
sources:
|
||||
- https://github.com/fleetdm/fleet.git
|
||||
appVersion: v4.60.1
|
||||
appVersion: v4.61.0
|
||||
dependencies:
|
||||
- name: mysql
|
||||
condition: mysql.enabled
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
hostName: fleet.localhost
|
||||
replicas: 3 # The number of Fleet instances to deploy
|
||||
imageRepository: fleetdm/fleet
|
||||
imageTag: v4.60.1 # Version of Fleet to deploy
|
||||
imageTag: v4.61.0 # Version of Fleet to deploy
|
||||
podAnnotations: {} # Additional annotations to add to the Fleet pod
|
||||
serviceAnnotations: {} # Additional annotations to add to the Fleet service
|
||||
serviceAccountAnnotations: {} # Additional annotations to add to the Fleet service account
|
||||
|
||||
@@ -56,7 +56,7 @@ variable "database_name" {
|
||||
|
||||
variable "fleet_image" {
|
||||
description = "the name of the container image to run"
|
||||
default = "fleetdm/fleet:v4.60.1"
|
||||
default = "fleetdm/fleet:v4.61.0"
|
||||
}
|
||||
|
||||
variable "software_inventory" {
|
||||
|
||||
@@ -68,7 +68,7 @@ variable "redis_mem" {
|
||||
}
|
||||
|
||||
variable "image" {
|
||||
default = "fleetdm/fleet:v4.60.1"
|
||||
default = "fleetdm/fleet:v4.61.0"
|
||||
}
|
||||
|
||||
variable "software_installers_bucket_name" {
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@
|
||||
# Manual edits may be lost in future updates.
|
||||
|
||||
provider "registry.terraform.io/hashicorp/aws" {
|
||||
version = "4.60.1"
|
||||
constraints = ">= 3.0.0, >= 4.8.0, >= 4.9.0, ~> 4.60.1"
|
||||
version = "4.61.0"
|
||||
constraints = ">= 3.0.0, >= 4.8.0, >= 4.9.0, ~> 4.61.0"
|
||||
hashes = [
|
||||
"h1:fuIdjl9f2JEH0TLoq5kc9NIPbJAAV7YBbZ8fvNp5XSg=",
|
||||
"zh:0341a460210463a0bebd5c12ce13dc49bd8cae2399b215418c5efa607fed84e4",
|
||||
|
||||
@@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 4.60.1"
|
||||
version = "~> 4.61.0"
|
||||
}
|
||||
}
|
||||
backend "s3" {
|
||||
|
||||
@@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 4.60.1"
|
||||
version = "~> 4.61.0"
|
||||
}
|
||||
}
|
||||
backend "s3" {
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# Manual edits may be lost in future updates.
|
||||
|
||||
provider "registry.terraform.io/hashicorp/aws" {
|
||||
version = "4.60.1"
|
||||
constraints = ">= 3.63.0, ~> 4.60.1"
|
||||
version = "4.61.0"
|
||||
constraints = ">= 3.63.0, ~> 4.61.0"
|
||||
hashes = [
|
||||
"h1:fuIdjl9f2JEH0TLoq5kc9NIPbJAAV7YBbZ8fvNp5XSg=",
|
||||
"zh:0341a460210463a0bebd5c12ce13dc49bd8cae2399b215418c5efa607fed84e4",
|
||||
|
||||
@@ -20,7 +20,7 @@ terraform {
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 4.60.1"
|
||||
version = "~> 4.61.0"
|
||||
}
|
||||
}
|
||||
backend "s3" {
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# Manual edits may be lost in future updates.
|
||||
|
||||
provider "registry.terraform.io/hashicorp/aws" {
|
||||
version = "4.60.1"
|
||||
constraints = ">= 3.0.0, >= 4.8.0, >= 4.9.0, ~> 4.60.1"
|
||||
version = "4.61.0"
|
||||
constraints = ">= 3.0.0, >= 4.8.0, >= 4.9.0, ~> 4.61.0"
|
||||
hashes = [
|
||||
"h1:fuIdjl9f2JEH0TLoq5kc9NIPbJAAV7YBbZ8fvNp5XSg=",
|
||||
"zh:0341a460210463a0bebd5c12ce13dc49bd8cae2399b215418c5efa607fed84e4",
|
||||
|
||||
@@ -15,7 +15,7 @@ terraform {
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 4.60.1"
|
||||
version = "~> 4.61.0"
|
||||
}
|
||||
}
|
||||
backend "s3" {
|
||||
|
||||
@@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 4.60.1"
|
||||
version = "~> 4.61.0"
|
||||
}
|
||||
}
|
||||
backend "s3" {
|
||||
|
||||
@@ -9,7 +9,7 @@ No requirements.
|
||||
|
||||
| Name | Version |
|
||||
|------|---------|
|
||||
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.66.0 |
|
||||
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.61.0 |
|
||||
|
||||
## Modules
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ variable "fleet_config" {
|
||||
vuln_processing_cpu = optional(number, 2048)
|
||||
vuln_data_stream_mem = optional(number, 1024)
|
||||
vuln_data_stream_cpu = optional(number, 512)
|
||||
image = optional(string, "fleetdm/fleet:v4.60.1")
|
||||
image = optional(string, "fleetdm/fleet:v4.61.0")
|
||||
family = optional(string, "fleet-vuln-processing")
|
||||
sidecars = optional(list(any), [])
|
||||
extra_environment_variables = optional(map(string), {})
|
||||
@@ -82,7 +82,7 @@ variable "fleet_config" {
|
||||
vuln_processing_cpu = 2048
|
||||
vuln_data_stream_mem = 1024
|
||||
vuln_data_stream_cpu = 512
|
||||
image = "fleetdm/fleet:v4.60.1"
|
||||
image = "fleetdm/fleet:v4.61.0"
|
||||
family = "fleet-vuln-processing"
|
||||
sidecars = []
|
||||
extra_environment_variables = {}
|
||||
|
||||
@@ -6,7 +6,7 @@ No requirements.
|
||||
|
||||
| Name | Version |
|
||||
|------|---------|
|
||||
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.60.1 |
|
||||
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.61.0 |
|
||||
|
||||
## Modules
|
||||
|
||||
|
||||
@@ -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.60.1")
|
||||
image = optional(string, "fleetdm/fleet:v4.61.0")
|
||||
family = optional(string, "fleet")
|
||||
sidecars = optional(list(any), [])
|
||||
depends_on = optional(list(any), [])
|
||||
@@ -119,7 +119,7 @@ variable "fleet_config" {
|
||||
mem = 512
|
||||
cpu = 256
|
||||
pid_mode = null
|
||||
image = "fleetdm/fleet:v4.60.1"
|
||||
image = "fleetdm/fleet:v4.61.0"
|
||||
family = "fleet"
|
||||
sidecars = []
|
||||
depends_on = []
|
||||
|
||||
@@ -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.60.1")
|
||||
image = optional(string, "fleetdm/fleet:v4.61.0")
|
||||
family = optional(string, "fleet")
|
||||
sidecars = optional(list(any), [])
|
||||
depends_on = optional(list(any), [])
|
||||
@@ -205,7 +205,7 @@ variable "fleet_config" {
|
||||
mem = 512
|
||||
cpu = 256
|
||||
pid_mode = null
|
||||
image = "fleetdm/fleet:v4.60.1"
|
||||
image = "fleetdm/fleet:v4.61.0"
|
||||
family = "fleet"
|
||||
sidecars = []
|
||||
depends_on = []
|
||||
|
||||
@@ -17,7 +17,7 @@ provider "aws" {
|
||||
}
|
||||
|
||||
locals {
|
||||
fleet_image = "fleetdm/fleet:v4.60.1"
|
||||
fleet_image = "fleetdm/fleet:v4.61.0"
|
||||
domain_name = "example.com"
|
||||
}
|
||||
|
||||
|
||||
@@ -170,7 +170,7 @@ variable "fleet_config" {
|
||||
mem = optional(number, 4096)
|
||||
cpu = optional(number, 512)
|
||||
pid_mode = optional(string, null)
|
||||
image = optional(string, "fleetdm/fleet:v4.60.1")
|
||||
image = optional(string, "fleetdm/fleet:v4.61.0")
|
||||
family = optional(string, "fleet")
|
||||
sidecars = optional(list(any), [])
|
||||
depends_on = optional(list(any), [])
|
||||
@@ -298,7 +298,7 @@ variable "fleet_config" {
|
||||
mem = 512
|
||||
cpu = 256
|
||||
pid_mode = null
|
||||
image = "fleetdm/fleet:v4.60.1"
|
||||
image = "fleetdm/fleet:v4.61.0"
|
||||
family = "fleet"
|
||||
sidecars = []
|
||||
depends_on = []
|
||||
|
||||
@@ -63,8 +63,8 @@ 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.60.1"
|
||||
image = "fleetdm/fleet:v4.60.1" # override default to deploy the image you desire
|
||||
# for the Fleet image. e.g. "quay.io/fleetdm/fleet:v4.61.0"
|
||||
image = "fleetdm/fleet:v4.61.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 = {
|
||||
|
||||
@@ -218,7 +218,7 @@ variable "fleet_config" {
|
||||
mem = optional(number, 4096)
|
||||
cpu = optional(number, 512)
|
||||
pid_mode = optional(string, null)
|
||||
image = optional(string, "fleetdm/fleet:v4.60.1")
|
||||
image = optional(string, "fleetdm/fleet:v4.61.0")
|
||||
family = optional(string, "fleet")
|
||||
sidecars = optional(list(any), [])
|
||||
depends_on = optional(list(any), [])
|
||||
@@ -346,7 +346,7 @@ variable "fleet_config" {
|
||||
mem = 512
|
||||
cpu = 256
|
||||
pid_mode = null
|
||||
image = "fleetdm/fleet:v4.60.1"
|
||||
image = "fleetdm/fleet:v4.61.0"
|
||||
family = "fleet"
|
||||
sidecars = []
|
||||
depends_on = []
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fleetctl",
|
||||
"version": "v4.60.1",
|
||||
"version": "v4.61.0",
|
||||
"description": "Installer for the fleetctl CLI tool",
|
||||
"bin": {
|
||||
"fleetctl": "./run.js"
|
||||
|
||||
@@ -337,7 +337,7 @@ general_announce_info() {
|
||||
fi
|
||||
|
||||
# TODO Publish Linkedin post about release article here and save url
|
||||
linkedin_post_url=""
|
||||
linkedin_post_url="https://www.linkedin.com/feed/update/urn:li:activity:7274913563989721088"
|
||||
fi
|
||||
echo "========================================================================="
|
||||
echo "Update osquery Slack Fleet channel topic to say the correct version $next_ver"
|
||||
|
||||
Reference in New Issue
Block a user