Skip to content

v0.71.0

Compare
Choose a tag to compare
@jacobbednarz jacobbednarz released this 04 Jul 21:59
· 807 commits to master since this release
11dabfb

BREAKING CHANGES:

  • access_application: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_ca_certificate: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_group: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_identity_provider: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_mutual_tls_certificates: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_organization: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_policy: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_service_tokens: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_user_token: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • images: renamed BaseImage to GetBaseImage to match library conventions (#1322)
  • images: renamed ImageDetails to GetImage to match library conventions (#1322)
  • images: renamed ImagesStats to GetImagesStats to match library conventions (#1322)
  • images: updated method signatures of DeleteImage to match newer conventions and standards (#1322)
  • images: updated method signatures of ListImages to match newer conventions and standards (#1322)
  • images: updated method signatures of UpdateImage to match newer conventions and standards (#1322)
  • images: updated method signatures of UploadImage to match newer conventions and standards (#1322)

ENHANCEMENTS:

  • access_application: add support for auto pagination (#1319)
  • access_ca_certificate: add support for auto pagination (#1319)
  • access_group: add support for auto pagination (#1319)
  • access_identity_provider: add support for auto pagination (#1319)
  • access_mutual_tls_certificates: add support for auto pagination (#1319)
  • access_policy: add support for auto pagination (#1319)
  • device_posture_rule: support os_version_extra (#1316)
  • images: adds support for v2 when uploading images directly (#1322)
  • workers: Add ability to specify tail Workers in script metadata (#1317)

DEPENDENCIES:

  • deps: bumps dependabot/fetch-metadata from 1.5.1 to 1.6.0 (#1320)

Note: flarectl binary archives are now all tar.gz as opposed to the mixed extensions previously used.