Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Replace context.tf with context provider #21

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

dgniewek
Copy link
Contributor

@dgniewek dgniewek commented Nov 5, 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_schema

@dgniewek dgniewek requested a review from a team November 5, 2024 10:41
.pre-commit-config.yaml Show resolved Hide resolved
@dgniewek dgniewek merged commit 4f936ce into main Nov 5, 2024
7 checks passed
Copy link
Contributor

github-actions bot commented Nov 5, 2024

The new version v3.0.0 has been released 🎉

@dgniewek dgniewek deleted the feature/intoduce_context_provider branch November 5, 2024 13:57
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.

2 participants