mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Update changelog for 4.13.1 (#5252)
This commit is contained in:
parent
cc1424c49e
commit
427798b279
6 changed files with 12 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" {
|
||||
|
|
|
|||
|
|
@ -68,5 +68,5 @@ variable "redis_mem" {
|
|||
}
|
||||
|
||||
variable "image" {
|
||||
default = "fleet:v4.13.0"
|
||||
default = "fleet:v4.13.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue