Skip to content

Conversation

@dgniewek
Copy link
Contributor

@dgniewek dgniewek commented Nov 12, 2024

This PR introduces a BREAKING CHANGE

List of code and variable (API) changes:

  • Removed context.tf file (a single-file module with additional variables), which implied a removal of all its variables (except name):
    • descriptor_formats
    • label_value_case
    • label_key_case
    • id_length_limit
    • regex_replace_chars
    • label_order
    • additional_tag_map
    • tags
    • labels_as_tags
    • attributes
    • delimiter
    • stage
    • environment
    • tenant
    • namespace
    • enabled
    • context
  • Remove support enabled flag - that might cause some backward compatibility issues with terraform state (please take into account that proper move clauses were added to minimize the impact), but proceed with caution
  • Additional context provider configuration
  • New variables were added, to allow naming configuration via context provider:
    • context_templates
    • name_scheme
    • drop_public_schema_on_creation which is true by default

@dgniewek dgniewek requested a review from a team November 12, 2024 15:36
@dgniewek dgniewek merged commit eb35965 into main Nov 13, 2024
7 checks passed
@github-actions
Copy link
Contributor

The new version v3.0.0 has been released 🎉

@dgniewek dgniewek deleted the feture/replace_context.tf_with_context_provider branch November 13, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants