Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog prepare 4.57.1 #22535

Closed

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    9d421b9 View commit details
    Browse the repository at this point in the history
  2. Fix software-with-bundle-ID add when the same title with different/no…

    … bundle ID, add missing request timeout special case for edit package endpoint (#22413)
    
    Same as #22412, for #21370, but against `main` rather than 4.57.0.
    
    If some of the following don't apply, delete the relevant line.
    
    <!-- Note that API documentation changes are now addressed by the
    product design team. -->
    
    - [x] Changes file added for user-visible changes in `changes/`,
    `orbit/changes/` or `ee/fleetd-chrome/changes`.
    See [Changes
    files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
    for more information.
    - [x] Added/updated tests
    - [x] Manual QA for all new/changed functionality
    
    ---------
    
    Co-authored-by: Roberto Dip <rroperzh@gmail.com>
    2 people authored and georgekarrv committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d000776 View commit details
    Browse the repository at this point in the history
  3. fix VPP migration edge case (#22460)

    #22415
    
    # Checklist for submitter
    
    If some of the following don't apply, delete the relevant line.
    
    <!-- Note that API documentation changes are now addressed by the
    product design team. -->
    
    - [x] Changes file added for user-visible changes in `changes/`,
    `orbit/changes/` or `ee/fleetd-chrome/changes`.
    See [Changes
    files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
    for more information.
    - [x] Input data is properly validated, `SELECT *` is avoided, SQL
    injection is prevented (using placeholders for values in statements)
    - [x] Added/updated tests
    - [x] If database migrations are included, checked table schema to
    confirm autoupdate
    - For database migrations:
    - [x] Checked schema for all modified table for columns that will
    auto-update timestamps during migration.
    - [x] Confirmed that updating the timestamps is acceptable, and will not
    cause unwanted side effects.
    - [x] Ensured the correct collation is explicitly set for character
    columns (`COLLATE utf8mb4_unicode_ci`).
    - [x] Manual QA for all new/changed functionality
    roperzh authored and georgekarrv committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    69d07b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dae57bf View commit details
    Browse the repository at this point in the history