Skip to content

Commit

Permalink
Prepare v4.36.0 (#13364)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeheath authored Aug 17, 2023
1 parent 4a72afd commit 1260db9
Show file tree
Hide file tree
Showing 32 changed files with 58 additions and 33 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
## Fleet 4.36.0 (Aug 17, 2023)

* Added the `fleetctl upgrade-packs` command to migrate 2017 packs to the new combined schedule and query concept.

* Updated `fleetctl convert` to convert packs to the new combined schedule and query format.

* Updated the `POST /mdm/apple/profiles/match` endpoint to set the bootstrap package and enable end user authentication settings for each new team created via the endpoint to the corresponding values specified in the app config as of the time the applicable team is created.

* Added enroll secret for a new team created with `fleetctl apply` if none is provided.

* Improved SQL autocomplete with dynamic column, table names, and shown metadata.

* Cleaned up styling around table search bars.

* Updated MDM profile verification to fix issue where profiles were marked as failed when a host
is transferred to a newly created team that has an identical profile as an older team.

* Added windows MDM automatic enrollment setup pages to Fleet UI.

* (Beta) Allowed configuring Windows MDM certificates using their contents.

* Updated the icons on the dashboard to new grey designs.

* Ensured DEP profiles are assigned even for devices that already exist and have an op type = "modified".

* Disabled save button for invalid query or policy SQL & missing name.

* Users with no global or team role cannot access the UI.

* Text cells truncate with ellipses if longer than column width.

**Bug Fixes:**

* Fixed styling issue of the active settings tab.

* Fixed response status code to 403 when a user cannot change their password either because they were not requested to by the admin or they have Single-Sign-On (SSO) enabled.

* Fixed issues with end user migration flow.

* Fixed login form cut off when viewport is too short.

* Fixed bug where `os_version` endpoint returned 404 for `no teams` on controls page.

* Fixed delays applying profiles when the Puppet module is used in distributed scenarios.

* Fixed a style issue in the filter host by status dropdown.

* Fixed an issue when a user with `gitops` role was used to validate a configuration with `fleetctl apply --dry-run`.

* Fixed jumping text on the host page label filter dropdown at low viewport widths.

## Fleet 4.35.2 (Aug 10, 2023)

* Fixed a bug that set a wrong Fleet URL in Windows installers.
Expand Down
1 change: 0 additions & 1 deletion changes/11353-sql-autocomplete-improvements

This file was deleted.

1 change: 0 additions & 1 deletion changes/12483-puppet-run-id

This file was deleted.

1 change: 0 additions & 1 deletion changes/12657-update-fleetctl-convert

This file was deleted.

1 change: 0 additions & 1 deletion changes/12751-cannot-save-invalid-sql

This file was deleted.

2 changes: 0 additions & 2 deletions changes/12886-failed-profiles-earliest-install-date

This file was deleted.

1 change: 0 additions & 1 deletion changes/12887-update-dashboard-icons

This file was deleted.

3 changes: 0 additions & 3 deletions changes/12896-preassign-with-default-mdm

This file was deleted.

1 change: 0 additions & 1 deletion changes/12958-profiles-assignment

This file was deleted.

Empty file removed changes/12959-users-padding
Empty file.
1 change: 0 additions & 1 deletion changes/13033-windows-certs

This file was deleted.

1 change: 0 additions & 1 deletion changes/13068-fix-cut-off-filter-dropdown

This file was deleted.

1 change: 0 additions & 1 deletion changes/13086-fix-text-cell-truncation

This file was deleted.

1 change: 0 additions & 1 deletion changes/13094-end-user-migration

This file was deleted.

1 change: 0 additions & 1 deletion changes/13116-active-settings-tab

This file was deleted.

1 change: 0 additions & 1 deletion changes/13254-jumping-text

This file was deleted.

1 change: 0 additions & 1 deletion changes/bug-11388-no-access-to-ui

This file was deleted.

1 change: 0 additions & 1 deletion changes/bug-12632-login-viewport

This file was deleted.

1 change: 0 additions & 1 deletion changes/bug-13061-table-search-styling

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-12606-windows-automatic-enrollment-pages

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-12633-required-password-reset

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-12656-upgrade-packs

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-12907-add-enroll-secret-for-new-team

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-12986-fix-no-teams-error

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-13177-fix-gitops-fleetctl-apply

This file was deleted.

2 changes: 1 addition & 1 deletion charts/fleet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ version: v5.0.1
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.35.2
appVersion: v4.36.0
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.35.2 # Version of Fleet to deploy
imageTag: v4.36.0 # 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:
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/dogfood/terraform/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ variable "database_name" {

variable "fleet_image" {
description = "the name of the container image to run"
default = "fleetdm/fleet:v4.35.2"
default = "fleetdm/fleet:v4.36.0"
}

variable "software_inventory" {
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/dogfood/terraform/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ variable "redis_mem" {
}

variable "image" {
default = "fleet:v4.35.2"
default = "fleet:v4.36.0"
}
2 changes: 1 addition & 1 deletion infrastructure/sandbox/JITProvisioner/jitprovisioner.tf
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ resource "random_uuid" "jitprovisioner" {

# Use the local to make the trigger work.
locals {
fleet_tag = "v4.35.2"
fleet_tag = "v4.36.0"
}

resource "null_resource" "standard-query-library" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ resource "helm_release" "main" {

set {
name = "imageTag"
value = "v4.35.2"
value = "v4.36.0"
}

set {
Expand Down
2 changes: 1 addition & 1 deletion tools/fleetctl-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fleetctl",
"version": "v4.35.2",
"version": "v4.36.0",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"
Expand Down

0 comments on commit 1260db9

Please sign in to comment.