Skip to content

Releases: FindHotel/terraform-provider-snowflake

v0.13.2-fh3

31 Jul 20:00
Compare
Choose a tag to compare

Merge chanzuckerberg/master branch.

One of the notable change required is snowflake_view.or_replace attribute.

v0.13.2-fh2

30 Jul 15:12
a43a6d7
Compare
Choose a tag to compare

Add aws_sns_topic parameter to snowflake_pipe resource.

Note on releases:

We should work towards having our changes merged in the upstream repo. Before the merge happened and changes are included in a release, we create FindHotel releases <base-version>-fhN, where N is a monotonically increasing integer.
Every time when upstream creates a new release, we release the new FindHotel release <new-base-version>-fhN, where N is the current maximum release.

Example:

...
0.13.2 - current upstream release
0.13.2-fh1 - this is PR#3 changes
0.13.2-fh2 - this is PR#4 changes
0.13.2-fh3 - future changes
0.13.3 - upstream will release a new version
0.13.3-fh3 - we release the latest FindHotel release on top of it
...

Publishing artefacts is manual:

make release-snapshot
open dist

then copy archives to the release page via web interface.

v0.13.3

20 Jul 11:21
1c3997a
Compare
Choose a tag to compare
Merge pull request #3 from FindHotel/fix-snowflake-stage-import

Fix snowflake stage import