-
Notifications
You must be signed in to change notification settings - Fork 492
CI/CD: Release changelog sections #2672
Copy link
Copy link
Closed
Description
I noticed that in the v4.6.2 release changelog the "Other changes and improvements" section contains 50% of the "documentation" pull requests. Does it make sense to cut the changelog further into more/new sections?
I thought of:
Breaking changes:
Major features:
Provider specific changes:
Other changes and improvements:
Deprecation warnings:
+Documentation:
+CI/CD:
+Dependencies:Documentation
I don't think this one needs any additional explanation.
CI/CD:
All work around GitHub Actions/Goreleaser.
Commits/pull requests like: 51104ce
Dependencies
Commits/pull requests like: a653499 919b19e
With this I hope that the "Other changes and improvements" provides better insight into what actually changes within the DNSControl binary instead of the peripheral issues surrounding it. Of course I would like to prepare the different regex in a pull request. I would like to hear whether this is desired.
Before
Collapsed for a better issue overview.
Major features:
- 37e2103: NEW PROVIDER: Azure Private DNS Zones (#2626) (@matthewmgamble)
Provider-specific changes:
- fd413a9: AZURE_PRIVATE_DNS: GoReleaser provider-specific changelog regexp (#2661) (@cafferata)
- bf9e48d: CLOUDFLARE: Update docs WRT domain creation (#2648) (@shodges-vermeer)
- d3112f5: HEXONET: Update GO-SDK dependency version from 3.5.5 to 3.5.6 (#2667) (@AsifNawaz-cnic)
- 1470144: NS1: Downgrade ns1-go to 2.7.11 (#2642) (@costasd)
- 69fb3b2: OVH: Allow ovh provider to connect to other endpoints than EU (#2625) (#2651) (@masterzen)
- e783d70: ROUTE53: Allow R53_ALIAS records to enable target health evaluation (#2649) (@jonathanbouvier)
- 74a9e5e: ROUTE53: add R53_EVALUATE_TARGET_HEALTH to documentation summary (#2659) (@jonathanbouvier)
- 88f007c: ROUTE53: fix parameter type for R53_EVALUATE_TARGET_HEALTH (#2658) (@jonathanbouvier)
Other changes and improvements:
- 919b19e: Build(deps): Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#2646) (@dependabot)
- a653499: CHORE: Update deps (#2668) (@tlimoncelli)
- 51104ce: CICD: Use GHA concurrency groups to prevent tests from clobbering each other (#2654) (@tlimoncelli)
- c7065e6: DOCS: Expand integration tests explanation (#2645) (@tlimoncelli)
- a1e70c9: DOCS: Fix
R53_broken links (#2669) (@cafferata) - bc22690: DOCS: Fixed providers with "contributor support" table. (#2660) (@cafferata)
- 31cd4e1: DOCS: Fixed the broken provider
ClouDNSlink in the providers table (#2663) (@cafferata) - 9397eed: DOCS: Fixed the maintainer of provider
OPENSRS(#2662) (@cafferata) - b5010e7: DOCS: Warn against common integration test mistake (#2653) (@tlimoncelli)
- 4fc88aa: RType AAAA: Add integration test for AAAA. (#2647) (@tlimoncelli)
- 2ca9c84: Unhide shell-completion flag (#2640) (@tlimoncelli)
- 5b93f94: Update docs and move Azure Private DNS to the "community support" list (#2657) (@tlimoncelli)
- df93135: Update generated files for v4.6.2 (@tlimoncelli)
After
Collapsed for a better issue overview.
Major features:
- 37e2103: NEW PROVIDER: Azure Private DNS Zones (#2626) (@matthewmgamble)
Provider-specific changes:
- bf9e48d: CLOUDFLARE: Update docs WRT domain creation (#2648) (@shodges-vermeer)
- d3112f5: HEXONET: Update GO-SDK dependency version from 3.5.5 to 3.5.6 (#2667) (@AsifNawaz-cnic)
- 1470144: NS1: Downgrade ns1-go to 2.7.11 (#2642) (@costasd)
- 69fb3b2: OVH: Allow ovh provider to connect to other endpoints than EU (#2625) (#2651) (@masterzen)
- e783d70: ROUTE53: Allow R53_ALIAS records to enable target health evaluation (#2649) (@jonathanbouvier)
- 74a9e5e: ROUTE53: add R53_EVALUATE_TARGET_HEALTH to documentation summary (#2659) (@jonathanbouvier)
- 88f007c: ROUTE53: fix parameter type for R53_EVALUATE_TARGET_HEALTH (#2658) (@jonathanbouvier)
Other changes and improvements:
- 4fc88aa: RType AAAA: Add integration test for AAAA. (#2647) (@tlimoncelli)
- 2ca9c84: Unhide shell-completion flag (#2640) (@tlimoncelli)
- df93135: Update generated files for v4.6.2 (@tlimoncelli)
Documentation:
- c7065e6: DOCS: Expand integration tests explanation (#2645) (@tlimoncelli)
- a1e70c9: DOCS: Fix
R53_broken links (#2669) (@cafferata) - bc22690: DOCS: Fixed providers with "contributor support" table. (#2660) (@cafferata)
- 31cd4e1: DOCS: Fixed the broken provider
ClouDNSlink in the providers table (#2663) (@cafferata) - 9397eed: DOCS: Fixed the maintainer of provider
OPENSRS(#2662) (@cafferata) - b5010e7: DOCS: Warn against common integration test mistake (#2653) (@tlimoncelli)
- 5b93f94: Update docs and move Azure Private DNS to the "community support" list (#2657) (@tlimoncelli)
CI/CD:
- 51104ce: CICD: Use GHA concurrency groups to prevent tests from clobbering each other (#2654) (@tlimoncelli)
- fd413a9: AZURE_PRIVATE_DNS: GoReleaser provider-specific changelog regexp (#2661) (@cafferata)
Dependencies:
- 919b19e: Build(deps): Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#2646) (@dependabot)
- a653499: CHORE: Update deps (#2668) (@tlimoncelli)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels