Releases: commercetools/telefonistka
Releases · commercetools/telefonistka
v1.3.0
Split too big comment per cluster (#22) * Split too big comment per cluster If a "regular" aggregate diff can't fit in a GH comment create one comment per cluster. There's still a fallback to concise diff (just lists changed objects) for extreme cases * Move logging out of executeTemplate to higher up the stack Create a new "testable" generateArgoCdDiffComments function to generate all the comments content Comment all the comments * Add test for 3 "levels" of comments * Apply suggestions from code review Co-authored-by: Hannes Gustafsson <[email protected]>
v1.2.0
What's Changed
- fix intermittent test failures caused by the TestAggregatePromotionPlan test by @jared-logan-patrick-ct in #24
- Help user to debug the diff error with temporary applications by @yzdann in #26
New Contributors
- @jared-logan-patrick-ct made their first contribution in #24
- @yzdann made their first contribution in #26
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Improve application diffs by @hnnsgstfssn in #23
New Contributors
- @hnnsgstfssn made their first contribution in #23
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- Provide the complete name of target cluster in promotion PRs. Improves the formatting of target paths in the promotion PR body. The full target paths are now joined with a newline and indentation for better readability in PR #21
New Contributors
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
Provide Diff for new apps (#18) * Initial commit of "Provide Diff for new apps" * Delete temp app after diff * Nest ArgoCD configuration keys under one key. * Add configuration key to toggle this feature * Add some feature limitation to docs * Use prBtanch for temp app object TargetRevision
v0.3.0
Allow selectively redacting diff content (#19) * Add a new component-level "disableDiff" configuration key * Read the configuration file before diff * Pass the the config the relevant function * Replace diff content with a relevant message * Document new configuration key Co-authored-by: Yazdan Mohammadi <[email protected]> --------- Co-authored-by: Yazdan Mohammadi <[email protected]>
v0.2.0
Allow setting argoCD revision to PR git Branch (#16) * Allow setting argoCD revision to PR git branch * Triggering from checkbox event was written in a generic way for future proofing * Document new config key --------- Co-authored-by: Hannes Gustafsson <[email protected]>
v0.1.15
Allow setting argoCD revision to PR git Branch (#16) * Allow setting argoCD revision to PR git branch * Triggering from checkbox event was written in a generic way for future proofing * Document new config key --------- Co-authored-by: Hannes Gustafsson <[email protected]>