Skip to content

Commit

Permalink
Prepare for 4.9.1 release (#3996)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass committed Feb 3, 2022
1 parent 35d5a7b commit 7673d34
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 13 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Fleet 4.9.1 (Feb 2, 2022)

### This is a security release.

* **Security**: Fix a vulnerability in Fleet's SSO implementation that could allow a malicious or compromised SAML Service Provider (SP) to log into Fleet as an existing Fleet user. See https://github.com/fleetdm/fleet/security/advisories/GHSA-ch68-7cf4-35vr for details.

* Allow MSI packages generated by `fleetctl package` to reinstall on Windows without uninstall.

* Fix rendering of query schedules for teams.

* Improve empty states for software and policies.

* Store the proper team when a policy is created from a policy template.

## Fleet 4.9.0 (Jan 21, 2022)

* Add ability to apply a `policy` yaml document so that GitOps workflows can be used to create and
Expand Down
1 change: 0 additions & 1 deletion changes/3660-hosts-filter-state

This file was deleted.

2 changes: 0 additions & 2 deletions changes/issue-3854-fix-schedules-api-calls

This file was deleted.

1 change: 0 additions & 1 deletion changes/reinstall-msi

This file was deleted.

1 change: 0 additions & 1 deletion changes/sso-check-audience

This file was deleted.

4 changes: 2 additions & 2 deletions charts/fleet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: fleet
keywords:
- fleet
- osquery
version: v4.9.0
version: v4.9.1
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.9.0
appVersion: v4.9.1
2 changes: 1 addition & 1 deletion charts/fleet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0 # Version of Fleet to deploy
imageTag: v4.9.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
Expand Down
7 changes: 2 additions & 5 deletions tools/fleetctl-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fleetctl",
"version": "v4.9.0",
"version": "v4.9.1",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"
Expand All @@ -20,8 +20,5 @@
"rimraf": "3.0.2",
"tar": "^6.1.9"
},
"keywords": [
"osquery",
"security"
]
"keywords": ["osquery", "security"]
}

0 comments on commit 7673d34

Please sign in to comment.