Skip to content

Adding changes for Fleet v4.88.0#48446

Merged
georgekarrv merged 5 commits into
mainfrom
update-changelog-prepare-4.88.0-main
Jul 2, 2026
Merged

Adding changes for Fleet v4.88.0#48446
georgekarrv merged 5 commits into
mainfrom
update-changelog-prepare-4.88.0-main

Conversation

@georgekarrv

@georgekarrv georgekarrv commented Jun 29, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • Bumped the Fleet Helm chart version from v7.0.9 to v7.0.10.
    • Updated the Fleet application version from v4.87.1 to v4.88.0.
    • Updated the Fleet Docker image tag in chart values to v4.88.0.

Copilot AI review requested due to automatic review settings June 29, 2026 19:27
@fleet-release fleet-release requested a review from lukeheath June 29, 2026 19:27

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the repository for the Fleet 4.88.0 release by updating Helm chart metadata and adding the release entry to the changelog.

Changes:

  • Bumped the Fleet Helm chart version to v7.0.9.
  • Added a Fleet 4.88.0 section to CHANGELOG.md with bug fix notes.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
charts/fleet/Chart.yaml Bumps Helm chart version (but currently leaves appVersion unchanged).
CHANGELOG.md Adds the Fleet 4.88.0 changelog section.
Comments suppressed due to low confidence (1)

charts/fleet/Chart.yaml:11

  • Chart version was bumped, but Chart.yaml still reports appVersion v4.87.0. For the v4.88.0 release, appVersion should be updated so Helm metadata/labels reflect the correct Fleet version.
version: v7.0.9
home: https://github.com/fleetdm/fleet
sources:
  - https://github.com/fleetdm/fleet.git
appVersion: v4.87.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread charts/fleet/Chart.yaml Outdated
- fleet
- osquery
version: v7.0.8
version: v7.0.9
@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 64dc28c1-83d1-426f-a7f0-101b721cbe9a

📥 Commits

Reviewing files that changed from the base of the PR and between 02e937a and b0f74f6.

📒 Files selected for processing (2)
  • charts/fleet/Chart.yaml
  • charts/fleet/values.yaml

Walkthrough

charts/fleet/Chart.yaml was updated to version: v7.0.10 and appVersion: v4.88.0. charts/fleet/values.yaml was updated to set the Fleet image tag to v4.88.0.

Possibly related PRs

  • fleetdm/fleet#46610: Also updates charts/fleet Helm metadata and the Fleet image tag for a release bump.
  • fleetdm/fleet#47219: Also changes charts/fleet/Chart.yaml and charts/fleet/values.yaml release-version fields.
  • fleetdm/fleet#48291: Also updates the Helm chart appVersion and default image tag in the same chart files.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning No PR description was provided, so the required template sections and checklist items are missing. Add the required template sections, including a related issue and relevant checklist/testing details, or remove non-applicable items.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the Fleet v4.88.0 version and image tag bump in this PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-changelog-prepare-4.88.0-main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
charts/fleet/Chart.yaml (1)

7-11: 🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

Bump the chart pins to v4.88.0 charts/fleet/Chart.yaml still advertises appVersion: v4.87.0, and charts/fleet/values.yaml still defaults imageTag to v4.87.0, so the release chart would keep labeling and deploying the previous Fleet version.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@charts/fleet/Chart.yaml` around lines 7 - 11, Update the Fleet chart version
pins so the release points to v4.88.0 instead of v4.87.0. In Chart.yaml, change
the appVersion field, and in the corresponding values.yaml default for imageTag,
update the default tag to match; use the existing Chart.yaml and values.yaml
settings to locate the appVersion/imageTag entries and keep them consistent.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@charts/fleet/Chart.yaml`:
- Around line 7-11: Update the Fleet chart version pins so the release points to
v4.88.0 instead of v4.87.0. In Chart.yaml, change the appVersion field, and in
the corresponding values.yaml default for imageTag, update the default tag to
match; use the existing Chart.yaml and values.yaml settings to locate the
appVersion/imageTag entries and keep them consistent.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 2e5cac2a-9e6c-4047-91dd-d165e85de666

📥 Commits

Reviewing files that changed from the base of the PR and between 0656141 and 401b76d.

⛔ Files ignored due to path filters (1)
  • CHANGELOG.md is excluded by !**/*.md
📒 Files selected for processing (1)
  • charts/fleet/Chart.yaml

lukeheath
lukeheath previously approved these changes Jun 29, 2026
Comment thread charts/fleet/Chart.yaml Outdated
@georgekarrv georgekarrv requested a review from a team as a code owner July 2, 2026 00:40
Comment thread tools/hangar/internal/gitrepo/git_test.go Outdated
Comment thread tools/hangar/internal/gitrepo/git_test.go Outdated
Co-authored-by: George Karr <georgekarrv@users.noreply.github.com>
@qodo-free-for-open-source-projects

Copy link
Copy Markdown

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: test-go (fleetctl, mysql:8.0.44) / test

Failed stage: Run Go Tests [❌]

Failed test name: TestGitOpsFullGlobal

Failure summary:

The workflow failed because Go integration tests for fleetctl did not pass (make .run-go-tests
PKG_TO_TEST="./cmd/fleetctl/..." exited non-zero).
- Failing tests:
-
TestGitOpsFullGlobal/useDeprecatedKeys=false
- TestGitOpsFullGlobal/useDeprecatedKeys=true
- Root
cause: the tests attempted to apply MDM custom settings via POST
/api/latest/fleet/mdm/profiles/batch, but the API returned 422 Validation Failed with the message
cannot set custom settings: Windows MDM isn't turned on.
- The unexpected error is asserted at:
-
/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/testing_utils_test.go:20
- called from
/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/gitops_test.go:2244

Relevant error logs:
1:  Runner name: 'ubuntu-8core-1000966471'
2:  Runner group name: 'default larger runners'
...

1536:  �[36;1mattempt=1�[0m
1537:  �[36;1m�[0m
1538:  �[36;1mwhile [ $attempt -le $max_attempts ]; do�[0m
1539:  �[36;1m  echo "Attempt $attempt of $max_attempts"�[0m
1540:  �[36;1m�[0m
1541:  �[36;1m  # Try to connect to MySQL�[0m
1542:  �[36;1m  if wait_for_mysql "mysql_test"; then�[0m
1543:  �[36;1m    # If MySQL is ready, try to connect to MySQL replica�[0m
1544:  �[36;1m    if wait_for_mysql "mysql_replica_test"; then�[0m
1545:  �[36;1m      # Both are ready, we're done�[0m
1546:  �[36;1m      echo "All MySQL connections successful"�[0m
1547:  �[36;1m      exit 0�[0m
1548:  �[36;1m    fi�[0m
1549:  �[36;1m  fi�[0m
1550:  �[36;1m�[0m
1551:  �[36;1m  # If we get here, at least one connection failed�[0m
1552:  �[36;1m  echo "Failed to connect to MySQL on attempt $attempt"�[0m
1553:  �[36;1m�[0m
1554:  �[36;1m  if [ $attempt -lt $max_attempts ]; then�[0m
1555:  �[36;1m    echo "Restarting containers and trying again..."�[0m
1556:  �[36;1m    restart_containers�[0m
1557:  �[36;1m  else�[0m
1558:  �[36;1m    echo "Maximum attempts reached. Failing the job."�[0m
1559:  �[36;1m    exit 1�[0m
...

1708:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
1709:  GOTOOLCHAIN: local
1710:  FLEET_PREVIEW_TAG: dev
1711:  ##[endgroup]
1712:  make .run-go-tests PKG_TO_TEST="./cmd/fleetctl/..."
1713:  make[1]: Entering directory '/home/runner/work/fleet/fleet'
1714:  Running Go tests with gotestsum:
1715:  gotestsum --format=testdox --jsonfile=/tmp/test-output.json -- -tags full,fts5,netgo -run=  -v -race=false -timeout=20m  -parallel 8 -coverprofile=coverage.txt -covermode=atomic -coverpkg=github.com/fleetdm/fleet/v4/... ././cmd/fleetctl/... 
1716:  github.com/fleetdm/fleet/v4/cmd/fleetctl:
1717:  github.com/fleetdm/fleet/v4/cmd/fleetctl/fleetctl/goquerycmd:
1718:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest:
1719:  github.com/fleetdm/fleet/v4/cmd/fleetctl/fleetctl/fleetctltest:
1720:  github.com/fleetdm/fleet/v4/cmd/fleetctl/fleetctl/testing_utils:
1721:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/preview:
1722:  �[32m✓�[0m Integrations preview (48.47s)
1723:  �[32m✓�[0m Preview fails on invalid license key (0.00s)
1724:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/package:
...

1835:  �[32m✓�[0m Apply specs deprecated keys app config windows updates.grace period days not a number (0.44s)
1836:  �[32m✓�[0m Apply specs deprecated keys app config windows updates.grace period days out of range (0.48s)
1837:  �[32m✓�[0m Apply specs deprecated keys config with FIM values for agent options (#869 9) (0.40s)
1838:  �[32m✓�[0m Apply specs deprecated keys config with blank required org name (0.46s)
1839:  �[32m✓�[0m Apply specs deprecated keys config with blank required server url (0.40s)
1840:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options command-line flags (0.44s)
1841:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options data type in dry-run (0.36s)
1842:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options data type with force (0.47s)
1843:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options in dry-run (0.42s)
1844:  �[32m✓�[0m Apply specs deprecated keys config with invalid key type (0.40s)
1845:  �[32m✓�[0m Apply specs deprecated keys config with invalid value for agent options command-line flags (0.40s)
1846:  �[32m✓�[0m Apply specs deprecated keys config with unknown key (0.41s)
1847:  �[32m✓�[0m Apply specs deprecated keys config with valid agent options command-line flags (0.54s)
1848:  �[32m✓�[0m Apply specs deprecated keys dry-run set with unsupported spec (0.54s)
1849:  �[32m✓�[0m Apply specs deprecated keys dry-run set with various specs, appconfig warning for legacy (0.42s)
1850:  �[32m✓�[0m Apply specs deprecated keys dry-run set with various specs, no errors (0.86s)
1851:  �[32m✓�[0m Apply specs deprecated keys empty config (0.35s)
...

1854:  �[32m✓�[0m Apply specs deprecated keys invalid agent options dry-run (0.36s)
1855:  �[32m✓�[0m Apply specs deprecated keys invalid agent options field type (0.49s)
1856:  �[32m✓�[0m Apply specs deprecated keys invalid agent options field type in overrides (0.35s)
1857:  �[32m✓�[0m Apply specs deprecated keys invalid agent options for existing team (0.67s)
1858:  �[32m✓�[0m Apply specs deprecated keys invalid agent options for new team (0.39s)
1859:  �[32m✓�[0m Apply specs deprecated keys invalid agent options force (0.40s)
1860:  �[32m✓�[0m Apply specs deprecated keys invalid known key's value type for team cannot be forced (0.43s)
1861:  �[32m✓�[0m Apply specs deprecated keys invalid team agent options command-line flag (0.39s)
1862:  �[32m✓�[0m Apply specs deprecated keys invalid top-level key for team (0.44s)
1863:  �[32m✓�[0m Apply specs deprecated keys macos updates deadline set but minimum version empty (0.44s)
1864:  �[32m✓�[0m Apply specs deprecated keys macos updates minimum version set but deadline empty (0.41s)
1865:  �[32m✓�[0m Apply specs deprecated keys macos updates.deadline with incomplete date (0.40s)
1866:  �[32m✓�[0m Apply specs deprecated keys macos updates.deadline with invalid date (0.52s)
1867:  �[32m✓�[0m Apply specs deprecated keys macos updates.deadline with timestamp (0.37s)
1868:  �[32m✓�[0m Apply specs deprecated keys macos updates.minimum version with build version (0.44s)
1869:  �[32m✓�[0m Apply specs deprecated keys missing required failing policies destination url (0.44s)
1870:  �[32m✓�[0m Apply specs deprecated keys missing required host status days count (0.49s)
...

1878:  �[32m✓�[0m Apply specs deprecated keys team config macos settings.enable disk encryption true (0.67s)
1879:  �[32m✓�[0m Apply specs deprecated keys team config macos settings.enable disk encryption with invalid value type (0.46s)
1880:  �[32m✓�[0m Apply specs deprecated keys team config macos settings.enable disk encryption without a value (0.59s)
1881:  �[32m✓�[0m Apply specs deprecated keys unknown key for team can be forced (0.55s)
1882:  �[32m✓�[0m Apply specs deprecated keys valid team agent options command-line flag (0.37s)
1883:  �[32m✓�[0m Apply specs deprecated keys windows updates unset valid (0.44s)
1884:  �[32m✓�[0m Apply specs deprecated keys windows updates valid (0.48s)
1885:  �[32m✓�[0m Apply specs deprecated keys windows updates.deadline days but grace period empty (0.47s)
1886:  �[32m✓�[0m Apply specs deprecated keys windows updates.deadline days not a number (0.50s)
1887:  �[32m✓�[0m Apply specs deprecated keys windows updates.deadline days out of range (0.40s)
1888:  �[32m✓�[0m Apply specs deprecated keys windows updates.grace period days but deadline empty (0.53s)
1889:  �[32m✓�[0m Apply specs deprecated keys windows updates.grace period days not a number (0.39s)
1890:  �[32m✓�[0m Apply specs deprecated keys windows updates.grace period days out of range (0.52s)
1891:  �[32m✓�[0m Apply specs dry-run set with unsupported spec (0.44s)
1892:  �[32m✓�[0m Apply specs dry-run set with various specs, appconfig warning for legacy (0.49s)
1893:  �[32m✓�[0m Apply specs dry-run set with various specs, no errors (0.39s)
1894:  �[32m✓�[0m Apply specs empty config (0.36s)
...

1897:  �[32m✓�[0m Apply specs invalid agent options dry-run (0.46s)
1898:  �[32m✓�[0m Apply specs invalid agent options field type (0.34s)
1899:  �[32m✓�[0m Apply specs invalid agent options field type in overrides (0.47s)
1900:  �[32m✓�[0m Apply specs invalid agent options for existing team (0.51s)
1901:  �[32m✓�[0m Apply specs invalid agent options for new team (0.43s)
1902:  �[32m✓�[0m Apply specs invalid agent options force (0.60s)
1903:  �[32m✓�[0m Apply specs invalid known key's value type for team cannot be forced (0.43s)
1904:  �[32m✓�[0m Apply specs invalid team agent options command-line flag (0.51s)
1905:  �[32m✓�[0m Apply specs invalid top-level key for team (0.45s)
1906:  �[32m✓�[0m Apply specs macos updates deadline set but minimum version empty (0.49s)
1907:  �[32m✓�[0m Apply specs macos updates minimum version set but deadline empty (0.40s)
1908:  �[32m✓�[0m Apply specs macos updates.deadline with incomplete date (0.38s)
1909:  �[32m✓�[0m Apply specs macos updates.deadline with invalid date (0.53s)
1910:  �[32m✓�[0m Apply specs macos updates.deadline with timestamp (0.39s)
1911:  �[32m✓�[0m Apply specs macos updates.minimum version with build version (0.39s)
1912:  �[32m✓�[0m Apply specs missing required failing policies destination url (0.38s)
1913:  �[32m✓�[0m Apply specs missing required host status days count (0.35s)
...

1932:  �[32m✓�[0m Apply specs windows updates.grace period days not a number (0.42s)
1933:  �[32m✓�[0m Apply specs windows updates.grace period days out of range (0.33s)
1934:  �[32m✓�[0m Apply team specs (0.49s)
1935:  �[32m✓�[0m Apply user roles (0.62s)
1936:  �[32m✓�[0m Apply user roles deprecated (0.79s)
1937:  �[32m✓�[0m Apply windows updates (0.46s)
1938:  �[32m✓�[0m Apply windows updates field omitted (0.00s)
1939:  �[32m✓�[0m Apply windows updates with null values (0.00s)
1940:  �[32m✓�[0m Apply windows updates with values (0.00s)
1941:  �[32m✓�[0m Can apply intervals in nanoseconds (0.36s)
1942:  �[32m✓�[0m Can apply intervals using durations (0.53s)
1943:  �[32m✓�[0m Clean status code err (0.00s)
1944:  �[32m✓�[0m Clean status code err bare wrapped status code err (0.00s)
1945:  �[32m✓�[0m Clean status code err nil (0.00s)
1946:  �[32m✓�[0m Clean status code err outer-wrapped status code err (0.00s)
1947:  �[32m✓�[0m Clean status code err plain error untouched (0.00s)
1948:  �[32m✓�[0m Compute label changes (0.00s)
...

2004:  �[32m✓�[0m Filename functions (0.00s)
2005:  �[32m✓�[0m Filename functions outfile name builds a file name using the name provided + current time (0.00s)
2006:  �[32m✓�[0m Filename functions outfile name with ext builds a file name using the name and extension provided + current time (0.00s)
2007:  �[32m✓�[0m FleetctlUpgradePacks empty packs (0.43s)
2008:  �[32m✓�[0m FleetctlUpgradePacks no pack (0.39s)
2009:  �[32m✓�[0m FleetctlUpgradePacks non empty (0.45s)
2010:  �[32m✓�[0m FleetctlUpgradePacks not admin (0.32s)
2011:  �[32m✓�[0m Format XML (0.00s)
2012:  �[32m✓�[0m Format XML XML with attributes (0.00s)
2013:  �[32m✓�[0m Format XML basic XML (0.00s)
2014:  �[32m✓�[0m Format XML empty XML (0.00s)
2015:  �[32m✓�[0m Format XML invalid XML (0.00s)
2016:  �[32m✓�[0m Format XML nested XML (0.00s)
2017:  �[32m✓�[0m Generate MDM apple (0.83s)
2018:  �[32m✓�[0m Generate MDM apple BM (0.35s)
2019:  �[32m✓�[0m Generate MDM apple CSR API call fails (0.43s)
2020:  �[32m✓�[0m Generate MDM apple successful run (0.40s)
2021:  �[32m✓�[0m Generate MDMVPP tokens (0.00s)
2022:  �[32m✓�[0m Generate MDMVPP tokens get VPP tokens error (0.00s)
2023:  �[32m✓�[0m Generate MDMVPP tokens multiple tokens with different teams (0.00s)
...

2041:  �[32m✓�[0m Generate org settings masked google workspace api key (0.00s)
2042:  �[32m✓�[0m Generate policies (0.00s)
2043:  �[32m✓�[0m Generate policies patch policy orphaned from fleet maintained app (0.00s)
2044:  �[32m✓�[0m Generate queries (0.00s)
2045:  �[32m✓�[0m Generate software (0.00s)
2046:  �[32m✓�[0m Generate software auto update schedule (0.00s)
2047:  �[32m✓�[0m Generate software script packages (0.00s)
2048:  �[32m✓�[0m Generate team settings (0.00s)
2049:  �[32m✓�[0m Generate team settings insecure (0.00s)
2050:  �[32m✓�[0m Generated org settings no SSO (0.00s)
2051:  �[32m✓�[0m Generated org settings okta conditional access not included (0.00s)
2052:  �[32m✓�[0m Get MDM command results (0.48s)
2053:  �[32m✓�[0m Get MDM command results command flag required (0.00s)
2054:  �[32m✓�[0m Get MDM command results command not found (0.01s)
2055:  �[32m✓�[0m Get MDM command results command results empty (0.01s)
2056:  �[32m✓�[0m Get MDM command results command results error (0.01s)
2057:  �[32m✓�[0m Get MDM command results darwin command results (0.00s)
2058:  �[32m✓�[0m Get MDM command results host specific results (0.00s)
2059:  �[32m✓�[0m Get MDM command results windows command results (0.00s)
2060:  �[32m✓�[0m Get MDM commands (0.46s)
2061:  �[32m✓�[0m Get apple BM (1.83s)
2062:  �[32m✓�[0m Get apple BM free license (0.32s)
2063:  �[32m✓�[0m Get apple BM premium license, multiple tokens (0.42s)
2064:  �[32m✓�[0m Get apple BM premium license, no token (0.43s)
2065:  �[32m✓�[0m Get apple BM premium license, single token (0.65s)
2066:  �[32m✓�[0m Get apple MDM (0.36s)
2067:  �[32m✓�[0m Get carve (0.37s)
2068:  �[32m✓�[0m Get carve with error (0.54s)
2069:  �[32m✓�[0m Get carves (0.41s)
...

2083:  �[32m✓�[0m Get hosts MDM get hosts - -mdm - -mdm-pending - (0.01s)
2084:  �[32m✓�[0m Get hosts MDM get hosts - -mdm-pending - -yaml - expected list hosts yaml.yml (0.01s)
2085:  �[32m✓�[0m Get hosts get hosts - -json - -remove-deprecated-keys (0.00s)
2086:  �[32m✓�[0m Get hosts get hosts - -json - expected list hosts json.json (0.00s)
2087:  �[32m✓�[0m Get hosts get hosts - -json test host - expected host detail response json.json (0.00s)
2088:  �[32m✓�[0m Get hosts get hosts - -yaml - expected list hosts yaml.yml (0.00s)
2089:  �[32m✓�[0m Get hosts get hosts - -yaml test host - expected host detail response yaml.yml (0.00s)
2090:  �[32m✓�[0m Get label (0.39s)
2091:  �[32m✓�[0m Get label usage include and exclude allowed (0.00s)
2092:  �[32m✓�[0m Get label usage include and exclude allowed macos (0.00s)
2093:  �[32m✓�[0m Get label usage include and exclude allowed macos# 01 (0.00s)
2094:  �[32m✓�[0m Get label usage include and exclude allowed macos# 02 (0.00s)
2095:  �[32m✓�[0m Get label usage include and exclude allowed windows (0.00s)
2096:  �[32m✓�[0m Get label usage include and exclude allowed windows# 01 (0.00s)
2097:  �[32m✓�[0m Get label usage include and exclude allowed windows# 02 (0.00s)
2098:  �[32m✓�[0m Get label usage include exclude overlap error (0.00s)
2099:  �[32m✓�[0m Get label usage include exclude overlap error macos (0.00s)
2100:  �[32m✓�[0m Get label usage include exclude overlap error macos# 01 (0.00s)
2101:  �[32m✓�[0m Get label usage include exclude overlap error macos# 02 (0.00s)
2102:  �[32m✓�[0m Get label usage include exclude overlap error windows (0.00s)
2103:  �[32m✓�[0m Get label usage include exclude overlap error windows# 01 (0.00s)
2104:  �[32m✓�[0m Get label usage include exclude overlap error windows# 02 (0.00s)
2105:  �[32m✓�[0m Get label usage multiple label keys error (0.00s)
2106:  �[32m✓�[0m Get label usage multiple label keys error macos (0.00s)
2107:  �[32m✓�[0m Get label usage multiple label keys error windows (0.00s)
2108:  �[32m✓�[0m Get label usage policy scopes (0.00s)
...

2124:  �[32m✓�[0m Get queries as observer team observer (0.01s)
2125:  �[32m✓�[0m Get query (0.44s)
2126:  �[32m✓�[0m Get query labels include all (0.37s)
2127:  �[32m✓�[0m Get reports labels include all (0.33s)
2128:  �[32m✓�[0m Get software titles (0.46s)
2129:  �[32m✓�[0m Get software versions (0.39s)
2130:  �[32m✓�[0m Get teams (0.90s)
2131:  �[32m✓�[0m Get teams YAML and apply (0.40s)
2132:  �[32m✓�[0m Get teams by name (0.47s)
2133:  �[32m✓�[0m Get teams expired license (0.40s)
2134:  �[32m✓�[0m Get teams not expired license (0.50s)
2135:  �[32m✓�[0m Get teams software from source of truth (0.43s)
2136:  �[32m✓�[0m Get user roles (0.48s)
2137:  �[32m✓�[0m Git ops ABM (5.60s)
2138:  �[32m✓�[0m Git ops ABM backwards compat (0.50s)
2139:  �[32m✓�[0m Git ops ABM both keys errors (0.60s)
2140:  �[32m✓�[0m Git ops ABM deprecated config with two tokens in the db fails (0.37s)
2141:  �[32m✓�[0m Git ops ABM new key all valid (0.79s)
2142:  �[32m✓�[0m Git ops ABM new key multiple elements (0.66s)
2143:  �[32m✓�[0m Git ops ABM no team is supported (0.44s)
2144:  �[32m✓�[0m Git ops ABM non existent org name fails (0.51s)
2145:  �[32m✓�[0m Git ops ABM not provided teams defaults to no team (0.50s)
2146:  �[32m✓�[0m Git ops ABM renamed new key all valid (0.64s)
2147:  �[32m✓�[0m Git ops ABM using an undefined team errors (0.57s)
2148:  �[32m✓�[0m Git ops EULA setting (4.45s)
...

2151:  �[32m✓�[0m Git ops EULA setting not a PDF file (0.57s)
2152:  �[32m✓�[0m Git ops EULA setting relative path to working dir to pdf file (no existing EULA uploaded) (0.51s)
2153:  �[32m✓�[0m Git ops EULA setting relative path to yaml file to pdf file (no existing EULA uploaded) (0.55s)
2154:  �[32m✓�[0m Git ops EULA setting uploading the same EULA again (0.50s)
2155:  �[32m✓�[0m Git ops EULA setting valid new pdf file (different EULA already uploaded) (0.46s)
2156:  �[32m✓�[0m Git ops EULA setting valid pdf file (no existing EULA uploaded) (0.69s)
2157:  �[32m✓�[0m Git ops MDM auth settings (0.48s)
2158:  �[32m✓�[0m Git ops SMTP settings (0.57s)
2159:  �[32m✓�[0m Git ops SSO server URL (0.55s)
2160:  �[32m✓�[0m Git ops SSO settings (0.39s)
2161:  �[32m✓�[0m Git ops android certificates add (0.64s)
2162:  �[32m✓�[0m Git ops android certificates change (0.61s)
2163:  �[32m✓�[0m Git ops android certificates delete all (0.47s)
2164:  �[32m✓�[0m Git ops android certificates delete one (0.49s)
2165:  �[32m✓�[0m Git ops app store app auto update (0.65s)
2166:  �[32m✓�[0m Git ops app store app auto update invalid auto-update window triggers error and does not call update software title auto update config (0.01s)
2167:  �[32m✓�[0m Git ops app store app auto update no auto update settings and no existing schedule does not call update software title auto update config (0.02s)
2168:  �[32m✓�[0m Git ops app store app auto update update software title auto update config is applied for i OS VPP apps (0.02s)
2169:  �[32m✓�[0m Git ops app store app auto update update software title auto update config is not called when no VPP apps provided (0.02s)
2170:  �[32m✓�[0m Git ops apple OS updates (0.40s)
2171:  �[32m✓�[0m Git ops apple OS updates ios updates (0.01s)
2172:  �[32m✓�[0m Git ops apple OS updates ios updates os updated when existing OS update declaration (0.01s)
2173:  �[32m✓�[0m Git ops apple OS updates ipados updates (0.01s)
2174:  �[32m✓�[0m Git ops apple OS updates ipados updates os updated when existing OS update declaration (0.01s)
2175:  �[32m✓�[0m Git ops apple OS updates macos updates (0.01s)
2176:  �[32m✓�[0m Git ops apple OS updates macos updates os updated when existing OS update declaration (0.01s)
2177:  �[32m✓�[0m Git ops basic global and no team (0.60s)
2178:  �[32m✓�[0m Git ops basic global and no team basic global and no-team.yml (0.05s)
2179:  �[32m✓�[0m Git ops basic global and no team both global and no-team.yml define controls -- should fail (0.01s)
2180:  �[32m✓�[0m Git ops basic global and no team controls only defined in no-team.yml (0.05s)
2181:  �[32m✓�[0m Git ops basic global and no team global DOES NOT define controls -- should fail (0.01s)
2182:  �[32m✓�[0m Git ops basic global and no team global and no-team.yml DO NOT define controls -- should fail (0.01s)
2183:  �[32m✓�[0m Git ops basic global and no team global defines software -- should fail (0.01s)
2184:  �[32m✓�[0m Git ops basic global and no team no-team provided without global -- should fail (0.01s)
2185:  �[32m✓�[0m Git ops basic global and no team no-team.yml defines policy with calendar events enabled -- should fail (0.01s)
2186:  �[32m✓�[0m Git ops basic global and no team unassigned provided without global -- should fail (0.01s)
2187:  �[32m✓�[0m Git ops basic global and team (0.61s)
...

2193:  �[32m✓�[0m Git ops custom settings global macos windows custom settings valid.yml (0.68s)
2194:  �[32m✓�[0m Git ops custom settings global windows custom settings invalid label mix 2 .yml (0.47s)
2195:  �[32m✓�[0m Git ops custom settings global windows custom settings invalid label mix.yml (0.41s)
2196:  �[32m✓�[0m Git ops custom settings global windows custom settings unknown label.yml (0.42s)
2197:  �[32m✓�[0m Git ops custom settings team macos custom settings valid deprecated.yml (0.44s)
2198:  �[32m✓�[0m Git ops custom settings team macos windows custom settings invalid labels mix 2 .yml (0.56s)
2199:  �[32m✓�[0m Git ops custom settings team macos windows custom settings invalid labels mix.yml (0.58s)
2200:  �[32m✓�[0m Git ops custom settings team macos windows custom settings unknown label.yml (0.39s)
2201:  �[32m✓�[0m Git ops custom settings team macos windows custom settings valid.yml (0.61s)
2202:  �[32m✓�[0m Git ops dry run rejects invalid label platform (0.32s)
2203:  �[32m✓�[0m Git ops exception enforcement (0.38s)
2204:  �[32m✓�[0m Git ops exception enforcement free tier (0.37s)
2205:  �[32m✓�[0m Git ops exceptions preserve omitted keys (0.34s)
2206:  �[32m✓�[0m Git ops features (0.49s)
2207:  �[32m✓�[0m Git ops filename validation (0.00s)
2208:  �[32m✓�[0m Git ops fleet failing policies webhook policy IDs (0.48s)
2209:  �[32m✓�[0m Git ops fleet webhooks and tickets enabled (0.51s)
...

2366:  �[32m✓�[0m New basic file structure has expected files (0.00s)
2367:  �[32m✓�[0m New basic file structure replaces and escapes org name template var (0.00s)
2368:  �[32m✓�[0m New basic file structure strips .template. from output filenames (0.00s)
2369:  �[32m✓�[0m New dir flag (0.01s)
2370:  �[32m✓�[0m New existing dir with force (0.01s)
2371:  �[32m✓�[0m New existing dir without force (0.00s)
2372:  �[32m✓�[0m New org name YAML quoting (0.01s)
2373:  �[32m✓�[0m New org name validation (0.01s)
2374:  �[32m✓�[0m New org name validation at max length (0.01s)
2375:  �[32m✓�[0m New org name validation control characters stripped (0.01s)
2376:  �[32m✓�[0m New org name validation only control characters (0.00s)
2377:  �[32m✓�[0m New org name validation only whitespace (0.00s)
2378:  �[32m✓�[0m New org name validation too long (0.00s)
2379:  �[32m✓�[0m New output messages (0.01s)
2380:  �[32m✓�[0m New template stripping (0.01s)
2381:  �[32m✓�[0m Print auth error (0.34s)
2382:  �[32m✓�[0m Print auth error SSO disabled shows default login message (0.00s)
2383:  �[32m✓�[0m Print auth error SSO enabled shows SSO instructions (0.00s)
2384:  �[32m✓�[0m Render template (0.00s)
...

2404:  �[32m✓�[0m Run api command get scripts full path missing (0.00s)
2405:  �[32m✓�[0m Run api command get scripts team (0.00s)
2406:  �[32m✓�[0m Run api command get scripts team no cache (0.00s)
2407:  �[32m✓�[0m Run api command get typo (0.00s)
2408:  �[32m✓�[0m Run api command upload script (0.00s)
2409:  �[32m✓�[0m Run script command (0.51s)
2410:  �[32m✓�[0m Run script command disabled scripts globally (0.00s)
2411:  �[32m✓�[0m Run script command host not found (0.01s)
2412:  �[32m✓�[0m Run script command invalid file type (0.00s)
2413:  �[32m✓�[0m Run script command invalid hashbang (0.01s)
2414:  �[32m✓�[0m Run script command invalid utf 8 (0.00s)
2415:  �[32m✓�[0m Run script command missing one of script-path and script-nqme (0.00s)
2416:  �[32m✓�[0m Run script command output truncated (0.01s)
2417:  �[32m✓�[0m Run script command posix shell hashbang (0.01s)
2418:  �[32m✓�[0m Run script command script empty (0.00s)
2419:  �[32m✓�[0m Run script command script failed (0.01s)
2420:  �[32m✓�[0m Run script command script killed (0.01s)
...

2475:  �[32m✓�[0m Validate git ops group EUA global-only run degrades id p but the team's in-run file disables EU A: accepted (0.00s)
2476:  �[32m✓�[0m Validate git ops group EUA global-only run degrades id p while a stored team keeps EUA on: rejected (#4337 1) (0.00s)
2477:  �[32m✓�[0m Validate git ops group EUA no EUA enabled anywhere is accepted (0.00s)
2478:  �[32m✓�[0m Validate git ops group EUA team enables EU A, global file adds complete id P: accepted (0.00s)
2479:  �[32m✓�[0m Validate git ops group EUA team enables EU A, global file adds id p missing entity id: rejected (0.00s)
2480:  �[32m✓�[0m Validate git ops group EUA team enables EU A, global file omits id P, stored has id P: rejected (overwrite clears) (0.00s)
2481:  �[32m✓�[0m Validate git ops group EUA team enables EU A, stored has id P, no global file: accepted (0.00s)
2482:  �[32m✓�[0m Validate git ops group EUA team enables EU A, stored has no id P, no global file: rejected (0.00s)
2483:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/gitops:
2484:  �[32m✓�[0m Git ops VPP (4.45s)
2485:  �[32m✓�[0m Git ops VPP all fleets is supported (0.55s)
2486:  �[32m✓�[0m Git ops VPP all teams is supported (0.59s)
2487:  �[32m✓�[0m Git ops VPP new key all valid (0.58s)
2488:  �[32m✓�[0m Git ops VPP new key multiple elements (0.59s)
2489:  �[32m✓�[0m Git ops VPP no team is supported (0.54s)
2490:  �[32m✓�[0m Git ops VPP non existent location fails (0.45s)
2491:  �[32m✓�[0m Git ops VPP not provided teams defaults to no team (0.53s)
2492:  �[32m✓�[0m Git ops VPP using an undefined team errors (0.63s)
2493:  �[32m✓�[0m Git ops existing team VPP apps with missing team (0.58s)
...

2586:  �[32m✓�[0m Git ops team software installers team software installer with display name.yml (1.57s)
2587:  �[32m✓�[0m Integrations enterprise gitops (317.58s)
2588:  �[32m✓�[0m Integrations enterprise gitops test CA integrations (3.98s)
2589:  �[32m✓�[0m Integrations enterprise gitops test FMA labels include all (6.02s)
2590:  �[32m✓�[0m Integrations enterprise gitops test IPA software installers (10.56s)
2591:  �[32m✓�[0m Integrations enterprise gitops test JSON configuration profile escaping (1.28s)
2592:  �[32m✓�[0m Integrations enterprise gitops test add manual labels (1.64s)
2593:  �[32m✓�[0m Integrations enterprise gitops test configuration profile escaping (1.36s)
2594:  �[32m✓�[0m Integrations enterprise gitops test delete CA with certificate templates (5.90s)
2595:  �[32m✓�[0m Integrations enterprise gitops test delete mac OS setup (5.07s)
2596:  �[32m✓�[0m Integrations enterprise gitops test deleting no team YAML (2.66s)
2597:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience (123.66s)
2598:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience all VPP with setup experience (1.23s)
2599:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience no team VPP (1.14s)
2600:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience no team installers (60.50s)
2601:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience packages fail (60.62s)
2602:  �[32m✓�[0m Integrations enterprise gitops test dry run mac OS setup script with manual agent install conflict (0.41s)
...

2632:  �[32m✓�[0m Integrations enterprise gitops test omitted top level keys global (2.46s)
2633:  �[32m✓�[0m Integrations enterprise gitops test remove custom settings from default YAML (2.57s)
2634:  �[32m✓�[0m Integrations enterprise gitops test special case teams VPP apps (3.80s)
2635:  �[32m✓�[0m Integrations enterprise gitops test special case teams VPP apps all teams (2.40s)
2636:  �[32m✓�[0m Integrations enterprise gitops test special case teams VPP apps no team (1.24s)
2637:  �[32m✓�[0m Integrations enterprise gitops test unset configuration profile labels (4.93s)
2638:  �[32m✓�[0m Integrations enterprise gitops test unset software installer labels (12.39s)
2639:  �[32m✓�[0m Integrations enterprise starter library (4.95s)
2640:  �[32m✓�[0m Integrations enterprise starter library test apply starter library premium (3.53s)
2641:  �[32m✓�[0m Integrations gitops (2.19s)
2642:  �[32m✓�[0m Integrations gitops test fleet gitops (0.44s)
2643:  �[32m✓�[0m Integrations gitops test fleet gitops DDM fleet vars requires premium (0.11s)
2644:  �[32m✓�[0m Integrations gitops test fleet gitops with fleet secrets (0.23s)
2645:  �[32m✓�[0m Integrations starter library (1.59s)
2646:  �[32m✓�[0m Integrations starter library test apply starter library free (0.18s)
2647:  === �[31mFailed�[0m
2648:  === �[31mFAIL�[0m: cmd/fleetctl/fleetctl TestGitOpsFullGlobal/useDeprecatedKeys=false (0.04s)
2649:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=125.736µs uuid=6c045745-2782-4c9a-aabc-d9fbd5d93ba9 err="not found"
2650:  [-] would've deleted report Query to delete
2651:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=119.925µs uuid=eb96624b-a8e1-4193-852f-f8c859bbba9b err="not found"
2652:  testing_utils_test.go:20: 
2653:  Error Trace:	/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/testing_utils_test.go:20
2654:  /home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/gitops_test.go:2244
2655:  Error:      	Received unexpected error:
2656:  applying custom settings: POST /api/latest/fleet/mdm/profiles/batch received status 422 Validation Failed: cannot set custom settings: Windows MDM isn't turned on. For more information about setting up MDM, please visit https://fleetdm.com/learn-more-about/windows-mdm (API time: 1ms)
2657:  Test:       	TestGitOpsFullGlobal/useDeprecatedKeys=false
2658:  --- FAIL: TestGitOpsFullGlobal/useDeprecatedKeys=false (0.04s)
2659:  === �[31mFAIL�[0m: cmd/fleetctl/fleetctl TestGitOpsFullGlobal/useDeprecatedKeys=true (0.04s)
2660:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=95.5µs uuid=98ddbe43-5b5f-489a-8567-78dfb9ae514d err="not found"
2661:  [-] would've deleted report Query to delete
2662:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=114.334µs uuid=83de0cc0-1672-45bc-a30c-108e76f5ffab err="not found"
2663:  testing_utils_test.go:20: 
2664:  Error Trace:	/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/testing_utils_test.go:20
2665:  /home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/gitops_test.go:2244
2666:  Error:      	Received unexpected error:
2667:  applying custom settings: POST /api/latest/fleet/mdm/profiles/batch received status 422 Validation Failed: cannot set custom settings: Windows MDM isn't turned on. For more information about setting up MDM, please visit https://fleetdm.com/learn-more-about/windows-mdm (API time: 1ms)
2668:  Test:       	TestGitOpsFullGlobal/useDeprecatedKeys=true
2669:  --- FAIL: TestGitOpsFullGlobal/useDeprecatedKeys=true (0.04s)
2670:  === �[31mFAIL�[0m: cmd/fleetctl/fleetctl TestGitOpsFullGlobal (0.47s)
2671:  DONE 921 tests, 3 failures in 647.719s
2672:  make[1]: *** [Makefile:302: .run-go-tests] Error 1
2673:  make[1]: Leaving directory '/home/runner/work/fleet/fleet'
2674:  make: *** [Makefile:417: test-go] Error 2
2675:  ##[error]Process completed with exit code 2.
2676:  Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2677:  ##[group]Run actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
2678:  with:
2679:  name: fleetctl-mysql8.0.44-coverage
2680:  path: ./coverage.txt
2681:  if-no-files-found: error
2682:  compression-level: 6
...

2685:  RACE_ENABLED: false
2686:  GO_TEST_TIMEOUT: 20m
2687:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
2688:  RUN_TESTS_ARG: 
2689:  CI_TEST_PKG: fleetctl
2690:  NEED_DOCKER: 1
2691:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2692:  GOTOOLCHAIN: local
2693:  ##[endgroup]
2694:  (node:48937) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2695:  (Use `node --trace-deprecation ...` to show where the warning was created)
2696:  With the provided path, there will be 1 file uploaded
2697:  Artifact name is valid!
2698:  Root directory input is valid!
2699:  Beginning upload of artifact content to blob storage
2700:  (node:48937) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2701:  Uploaded bytes 2308602
2702:  Finished uploading artifact content to blob storage!
2703:  SHA256 hash of uploaded artifact zip is 164bee87264e2233278161a0b964200fcd946b4034b42d4a90cf6389d3787dd5
2704:  Finalizing artifact upload
2705:  Artifact fleetctl-mysql8.0.44-coverage.zip successfully finalized. Artifact ID 8026334418
2706:  Artifact fleetctl-mysql8.0.44-coverage has been successfully uploaded! Final size is 2308602 bytes. Artifact ID is 8026334418
2707:  Artifact download URL: https://github.com/fleetdm/fleet/actions/runs/28557369042/artifacts/8026334418
2708:  ##[group]Run c1grep() { grep "$@" || test $? = 1; }
2709:  �[36;1mc1grep() { grep "$@" || test $? = 1; }�[0m
2710:  �[36;1mc1grep -oP 'FAIL: .*$' /tmp/gotest.log > /tmp/summary.txt�[0m
2711:  �[36;1mc1grep 'test timed out after' /tmp/gotest.log >> /tmp/summary.txt�[0m
2712:  �[36;1mc1grep 'fatal error:' /tmp/gotest.log >> /tmp/summary.txt�[0m
2713:  �[36;1mc1grep -A 10 'panic: runtime error: ' /tmp/gotest.log >> /tmp/summary.txt�[0m
2714:  �[36;1mc1grep ' FAIL\t' /tmp/gotest.log >> /tmp/summary.txt�[0m
2715:  �[36;1mGO_FAIL_SUMMARY=$(head -n 5 /tmp/summary.txt | sed ':a;N;$!ba;s/\n/\\n/g')�[0m
2716:  �[36;1mecho "GO_FAIL_SUMMARY=$GO_FAIL_SUMMARY"�[0m
2717:  �[36;1mif [[ -z "$GO_FAIL_SUMMARY" ]]; then�[0m
2718:  �[36;1m  GO_FAIL_SUMMARY="unknown, please check the build URL"�[0m
2719:  �[36;1mfi�[0m
2720:  �[36;1mGO_FAIL_SUMMARY=$GO_FAIL_SUMMARY envsubst < .github/workflows/config/slack_payload_template.json > ./payload.json�[0m
2721:  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2722:  env:
2723:  RACE_ENABLED: false
2724:  GO_TEST_TIMEOUT: 20m
2725:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
2726:  RUN_TESTS_ARG: 
2727:  CI_TEST_PKG: fleetctl
2728:  NEED_DOCKER: 1
2729:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2730:  GOTOOLCHAIN: local
2731:  ##[endgroup]
2732:  GO_FAIL_SUMMARY=FAIL: TestGitOpsFullGlobal/useDeprecatedKeys=false (0.04s)\nFAIL: TestGitOpsFullGlobal/useDeprecatedKeys=true (0.04s)
2733:  Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2734:  ##[group]Run actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
2735:  with:
2736:  name: fleetctl-mysql8.0.44-test-log
2737:  path: /tmp/gotest.log
2738:  if-no-files-found: error
2739:  compression-level: 6
...

2742:  RACE_ENABLED: false
2743:  GO_TEST_TIMEOUT: 20m
2744:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
2745:  RUN_TESTS_ARG: 
2746:  CI_TEST_PKG: fleetctl
2747:  NEED_DOCKER: 1
2748:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2749:  GOTOOLCHAIN: local
2750:  ##[endgroup]
2751:  (node:48959) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2752:  (Use `node --trace-deprecation ...` to show where the warning was created)
2753:  With the provided path, there will be 1 file uploaded
2754:  Artifact name is valid!
2755:  Root directory input is valid!
2756:  Beginning upload of artifact content to blob storage
2757:  (node:48959) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2758:  Uploaded bytes 10985
...

2774:  RACE_ENABLED: false
2775:  GO_TEST_TIMEOUT: 20m
2776:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
2777:  RUN_TESTS_ARG: 
2778:  CI_TEST_PKG: fleetctl
2779:  NEED_DOCKER: 1
2780:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2781:  GOTOOLCHAIN: local
2782:  ##[endgroup]
2783:  (node:48971) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2784:  (Use `node --trace-deprecation ...` to show where the warning was created)
2785:  With the provided path, there will be 1 file uploaded
2786:  Artifact name is valid!
2787:  Root directory input is valid!
2788:  Beginning upload of artifact content to blob storage
2789:  (node:48971) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2790:  Uploaded bytes 205
...

2806:  RACE_ENABLED: false
2807:  GO_TEST_TIMEOUT: 20m
2808:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
2809:  RUN_TESTS_ARG: 
2810:  CI_TEST_PKG: fleetctl
2811:  NEED_DOCKER: 1
2812:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2813:  GOTOOLCHAIN: local
2814:  ##[endgroup]
2815:  (node:48983) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2816:  (Use `node --trace-deprecation ...` to show where the warning was created)
2817:  With the provided path, there will be 1 file uploaded
2818:  Artifact name is valid!
2819:  Root directory input is valid!
2820:  Beginning upload of artifact content to blob storage
2821:  (node:48983) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2822:  Uploaded bytes 104922
...

2855:  RACE_ENABLED: false
2856:  GO_TEST_TIMEOUT: 20m
2857:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
2858:  RUN_TESTS_ARG: 
2859:  CI_TEST_PKG: fleetctl
2860:  NEED_DOCKER: 1
2861:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2862:  GOTOOLCHAIN: local
2863:  ##[endgroup]
2864:  (node:48996) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2865:  (Use `node --trace-deprecation ...` to show where the warning was created)
2866:  With the provided path, there will be 1 file uploaded
2867:  Artifact name is valid!
2868:  Root directory input is valid!
2869:  Beginning upload of artifact content to blob storage
2870:  (node:48996) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2871:  Uploaded bytes 133

@georgekarrv georgekarrv merged commit 73b0485 into main Jul 2, 2026
16 of 22 checks passed
@georgekarrv georgekarrv deleted the update-changelog-prepare-4.88.0-main branch July 2, 2026 02:36
Leanngove pushed a commit that referenced this pull request Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants