Update changelog for 4.13.1 (#5252)

This commit is contained in:
Tomas Touceda 2022-04-20 20:44:17 -03:00 committed by GitHub
parent cc1424c49e
commit 427798b279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,9 @@
## Fleet 4.13.1 (Apr 20, 2022)
* Fixes an SSO login issue introduced in 4.13.0.
* Fixes authorization errors encountered on the frontend login and live query pages.
## Fleet 4.13.0 (Apr 18, 2022)
### This is a security release.

View file

@ -4,8 +4,8 @@ name: fleet
keywords:
- fleet
- osquery
version: v4.13.0
version: v4.13.1
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.13.0
appVersion: v4.13.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.13.0 # Version of Fleet to deploy
imageTag: v4.13.1 # Version of Fleet to deploy
createIngress: true # Whether or not to automatically create an Ingress
ingressAnnotations: {} # Additional annotation to add to the Ingress
podAnnotations: {} # Additional annotations to add to the Fleet pod

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.13.0"
default = "fleetdm/fleet:v4.13.1"
}
variable "software_inventory" {

View file

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

View file

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