Prepare v4.31.1 (#11624)

This commit is contained in:
Luke Heath 2023-05-10 17:33:36 -05:00 committed by GitHub
parent a9584dc32f
commit 4a1d45de17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,7 @@
## Fleet 4.31.1 (May 10, 2023)
* Fixed a bug that prevented bootstrap packages and the `fleetd` agent from being installed when the server had a database replica configured.
## Fleet 4.31.0 (May 1, 2023)
* Added `gitops` user role to Fleet. GitOps users are users that can manage configuration.

View file

@ -1 +0,0 @@
* Fixed a bug that prevented bootstrap packages and the `fleetd` agent from being installed when the server had a database replica configured.

View file

@ -8,4 +8,4 @@ version: v5.0.1
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.31.0
appVersion: v4.31.1

View file

@ -2,7 +2,7 @@
# All settings related to how Fleet is deployed in Kubernetes
hostName: fleet.localhost
replicas: 3 # The number of Fleet instances to deploy
imageTag: v4.31.0 # Version of Fleet to deploy
imageTag: v4.31.1 # Version of Fleet to deploy
podAnnotations: {} # Additional annotations to add to the Fleet pod
serviceAccountAnnotations: {} # Additional annotations to add to the Fleet service account
resources:

View file

@ -56,7 +56,7 @@ variable "database_name" {
variable "fleet_image" {
description = "the name of the container image to run"
default = "fleetdm/fleet:v4.31.0"
default = "fleetdm/fleet:v4.31.1"
}
variable "software_inventory" {

View file

@ -68,5 +68,5 @@ variable "redis_mem" {
}
variable "image" {
default = "fleet:v4.31.0"
default = "fleet:v4.31.1"
}

View file

@ -1,6 +1,6 @@
{
"name": "fleetctl",
"version": "v4.31.0",
"version": "v4.31.1",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"