Skip to content

v3.1.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@sfc-gh-turbaszek sfc-gh-turbaszek released this 18 Oct 11:54
· 20 commits to release-v3.1.0 since this release

Deprecations

  • Added deprecation warning in the description of snow spcs service status and snow spcs image-repository list-tags.

New additions

  • Added snow connection generate-jwt command to generate JWT token for Snowflake connection.
  • Added snow spcs service list-instances, snow spcs service list-containers and snow spcs service list-roles commands, which support fetching information about all instances/containers/service roles in a service.
  • snow spcs service set now supports --eai-name to update external access integrations for a service.

Fixes and improvements

  • Fixed a bug that would cause the deploy_root, bundle_root, and generated_root directories to be created in the current working directory instead of the project root when invoking commands with the --project flag from a different directory.
  • Align variables for snow stage|git execute. For Python files variables are stripped of leading and trailing quotes.
  • snow spcs service list-images now displays image tag and digest.
  • Fix snow stage list-files for paths with directories.

Commits

Full Changelog: v3.0.2...v3.1.0