Skip to content

v0.2.2

Compare
Choose a tag to compare
@doctrino doctrino released this 18 Jun 15:11
· 490 commits to main since this release
930e393

cdf-tk

Improved

  • The command line messages have been improved to be more informative and user-friendly when running
    cdf-tk auth verify.
  • The variables section in config.[env].yaml is now optional.
  • In cdf-tk build, more informative error message when a variable is unresolved in a resource file.

Fixed

  • In the cdf-tk auth verify command, if the flag --interactive was set, the --update-group and create-group
    flags were not ignored. This is now fixed.
  • In the cdf-tk auth verify command, if there was no .env or --cluster and --project flags, the toolkit
    would raise an AuthentciationError, instead of prompting the user for cluster and project. This is now fixed.
  • In the cdf-tk auth verify command, the if function service was not activated, the toolkit will
    now activate it.
  • When running cdf-tk build, and a resource file was missing its identifier, for example, externalId for a
    dataset, an error such as AttributeError: 'NoneType' object has no attribute 'split' was raised. This is now fixed.

Templates

No changes

Details

What's Changed

Full Changelog: v0.2.1...v0.2.2