v0.71.0
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
toGetBaseImage
to match library conventions (#1322) - images: renamed
ImageDetails
toGetImage
to match library conventions (#1322) - images: renamed
ImagesStats
toGetImagesStats
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 alltar.gz
as opposed to the mixed extensions previously used.