Skip to content

Releases: Titan-Systems/titan

v0.5.4

19 Jun 02:37
Compare
Choose a tag to compare

What's Changed

  • chore/resource coverage by @teej in #48

Full Changelog: v0.5.3...v0.5.4

v0.5.3

18 Jun 01:47
450d483
Compare
Choose a tag to compare

What's Changed

  • Docs and small fixes by @teej in #46
  • Fully qualified names in sql by @teej in #47

Full Changelog: v0.5.1...v0.5.3

v0.5.1

13 Jun 18:56
340ce7e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

12 Jun 01:27
a2d57e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

11 Jun 20:53
dc08e9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Jun 19:05
2505bd2
Compare
Choose a tag to compare

What's Changed

New resources added:

  • Catalog integration (Glue & Object Store)
  • Storage Integration
  • File Format (CSV)
  • Materialized View
  • Share
  • External stage

Added examples (see examples/)

Loosened build requirements

Fixed issues with Blueprint

  • Inferring resource containers
  • Ownership
  • Identifier matching

Gitops

  • Users in YAML config can now specify a list of roles which get converted into RoleGrants

Changed the behavior of tracebacks when invalid kwargs are passed to a Resource

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

08 May 22:57
aff654a
Compare
Choose a tag to compare

What's Changed

  • Fix blueprint resource handling

Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 May 21:39
62e9241
Compare
Choose a tag to compare

What's Changed

  • Added new resources: compute pool, security integration, and service

  • Updated gitops to support all resources. Added raw SQL support for gitops.

  • Remove compatibility code for the 2024_01 release bundle

  • Made significant changes to grant serialization

  • Blueprint now fails if the plan includes dangling references

  • Made changes to how role switching works in Blueprint. This is buggy and needs significant changes.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 May 18:49
aa7179c
Compare
Choose a tag to compare

Changelog

  • Overhauled how grants are serialized
  • Added ResourceName for consistent name comparisons
  • Add Run Mode, Allowed Resources configs on blueprint

v0.1.6

23 Feb 19:29
a42c596
Compare
Choose a tag to compare

Bugfixes