Skip to content

Step Agent v0.14.0 (2024-07-24)

Compare
Choose a tag to compare
@step-ci step-ci released this 24 Jul 21:57
e82f0cb

Changelog

  • b49c2336e8f9761de031340fb00bda86683fbab9 Merge pull request #230 from smallstep/josh/windows-capi-root-store
  • 29386b5f3580fe7aa9f0fe0c0b9dbb5849d0fc1a Improve logic for determining usage of platform trust storage.
  • c46126c767105bd5ea8804035de1b6f9cab11fbc Lint.
  • ed440aa27f3c325b093cb6a58b7896dc5bbe4546 Remove 'mackms' coercion in platform root certificate management.
  • 5c599635a45b2cbe260ce28ae1373d6c2644bf1a Simplify return in endpoint manager 'signX509Certificate'.
  • 7abb40e2a4c8a9c1b4c561d7c69dc7777beaf0d5 'store' -> 'usePlatformStore' on endpoint manager.
  • ae4e057ac79dce1763374bcd2c74b7b5d9332068 Simplify agent certificate chain storage logic.
  • 29b04461963a116e054f6f0202eb703c323677fa Comment wording.
  • 1db8420789563f9799e5bf7c523ff0391c768599 Use windows-2022 runner for tests.
  • 40ee841eb5c2aa76074e72745ee69e523241aa5f Turn on endpoint manager tests for all platforms.
  • 2da78171ddf1fa4ae84cad13fe33b6cc78d9d694 Store RADIUS root certificate during Windows wifi configuration.
  • 84d4d897734fa5729b40a3941a344bea2de9e303 Fix a few Windows WLAN tests.
  • 79c94239871a2e03c44875b96be3141a1872b0ff Fix a few Windows VPN tests.
  • 32505091b39f82a31a863651b9291967b18c32af Turn off some broken Windows tests.
  • a2c2da1101ebaa13c13c09cf7ab09fbd7e4d5f6d Fix xplat attester tests.
  • b5ce1ddd10116833b516cf8a0456ea1fae33ac7f Refactor and fix chain/root storage to Windows trust store.
  • 1bf770147362ea731fd35751574da02f27c98ff7 Merge pull request #229 from smallstep/panos/windows-wlan-tags
  • bc1775495cb00335cad4fd27e681b73e6b6383ea gh: increase linter timeout
  • 5411e0cf74ba1e4b4fe3345209bb40eb09b9df5b [fix] wlanapi: use the server common names
  • 6805bf6099cf56e63ea7d6b32d2b578e55745a3c wlanapi: tag profiles to avoid duplicates
  • 6f047cd2cd6447e6957be1b3fec938de4172d9ea Merge pull request #226 from smallstep/josh/windows-shell-exec-runas
  • 3a098eee4e6c9fdf1b601811b9bc9061a480b1d3 Remove superfluous 'else' branch.
  • a06c712a02756b7f1a95c82122588149bba35ff3 Switch to pnpm in GHA workflows.
  • 6ca352cf5d49dc4b4c271b0602597afc08855aa3 Use 'ShellExecute' with 'runas' as needed when spawning agent on Windows.
  • 959d7e209bc46faf0a20d1b68ec9f7e355c42f77 Merge pull request #116 from smallstep/panos/CORE-423
  • 96e5244d25e1e783412eda7150a8b613f117bf13 wlanapi: fixed linter violations
  • 4d98958adb84b8928a675281e3738739ba9a51e9 wlanapi: fixed rendered template expectation
  • 8a30712b32ad889fc893860f44b01859cbcc8a8d wlanapi: removed unused prefix
  • 5994164fc740c4c7aa6e93bdfd7592693a5761dc windows: reduced sha1 checksums
  • 1842b519f62af2452849ee345451031a2a066d78 wlanapi: added code to upsert the profile
  • aa86e8ce166f858bacce055d636e282d9450f4a4 wlanapi: added wifi fingerprint
  • 757c9af33afe1f22e070dff5cc2a5ef4ce4ded23 wlanapi: implemented (*Session).SetProfile
  • feeee016177b0b8f94aa12443388937231ad3059 wlanapi: added the template package
  • da9e5f46add4e52893d22334e5c2bf590881b2d8 wlanapi: added initial implementations
  • 3a3be7026c02ca6b74c3c2ae7ae042b47de7b3b5 Merge pull request #225 from smallstep/dependabot/github_actions/dependabot/fetch-metadata-2.2.0
  • b25683bab7baf4627d797ffde469ff2cccaa6a84 Merge pull request #227 from smallstep/dependabot/github_actions/actions/setup-go-5.0.2
  • 491d424ae36a71c41c353cb2f2ebc8ef61a822ac build(deps): bump actions/setup-go from 5.0.1 to 5.0.2
  • 30ed79f69538e05487c0417038f6accd29352f6b build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
  • 60fcc04752c2b734f356c41a3a676b5fa0618ae0 go.step.sm/rpc -> github.com/smallstep/rpc (#221)
  • c62c795e9b46556be2468f97c68c8b123be9133e Merge pull request #223 from smallstep/panos/reloader-tests
  • 50aa6f6a5c369b57133613e07fb22e3914d30af8 pkg/endpoint: renamed reloader_test.go to reloader_unix_test.go
  • 70d60477f24ddc18af1d4f41bac54e32ac42b099 fix: do not run reloader tests on non-unix platforms