Skip to content

v1.536.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 02 Apr 09:30
3d16f37
Add component tests @goruha (#16) # What * [ ] Add `basic` component test * [ ] Add `disabled` component test * [ ] Test component drifting * [ ] Add any additional use case tests

Why

  • Test basic component features
  • Verify that the component does not create any resources when input enabled: false set
  • Verify that the component does not drift on a second run with the same inputs
  • Add test for any additional than basic use cases for the component

References

Summary by CodeRabbit

  • New Features

    • Repository and team settings now reflect a configurable enabled flag, ensuring outputs are conditionally populated.
    • Introduced new YAML configurations for ArgoCD and GitHub integration, specifying components and settings for deployment.
  • Tests

    • Expanded test coverage with new test suites and fixtures to validate component behavior and configuration.
  • Chores

    • Improved repository hygiene with updated ignore rules and removed redundant test scripts.