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

New release notes generator tasks #71125

Merged
merged 31 commits into from
Jul 28, 2021
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
54f0b83
Define tasks for handling release notes
pugnascotia Mar 29, 2021
507142d
Revise generated changelog files
pugnascotia Mar 31, 2021
288efb7
Fixing YAML files
pugnascotia Mar 31, 2021
21c44b2
Leave only a test set of yaml files
pugnascotia Mar 31, 2021
c0f241b
Merge remote-tracking branch 'upstream/master' into 67335-new-changel…
pugnascotia Mar 31, 2021
c715d20
Address review feedback
pugnascotia Apr 7, 2021
0f98874
Link validateChangelogs task to precommit
pugnascotia Apr 7, 2021
da15f7e
Merge remote-tracking branch 'upstream/master' into 67335-new-changel…
pugnascotia Apr 19, 2021
fef52ec
Fix property name, auto-generate anchor value
pugnascotia Apr 19, 2021
7bc66a3
Tweaks to schema
pugnascotia Apr 20, 2021
a608417
Add further validation beyond schema check
pugnascotia Apr 20, 2021
4db9aca
Merge remote-tracking branch 'upstream/master' into 67335-new-changel…
pugnascotia Apr 26, 2021
ef4969f
Merge remote-tracking branch 'upstream/master' into 67335-new-changel…
pugnascotia Jun 9, 2021
ed70b89
Fixes after merge
pugnascotia Jun 10, 2021
6b54e2e
Tweaks
pugnascotia Jun 10, 2021
22a0e8c
Switch to using SimpleTemplateEngine
pugnascotia Jun 10, 2021
6e24def
Various fixes
pugnascotia Jun 14, 2021
f715472
Support 'security' and 'known-issue' entries
pugnascotia Jun 15, 2021
a3c3109
Make it possible to test generator code
pugnascotia Jun 15, 2021
8831b10
Merge remote-tracking branch 'upstream/master' into 67335-new-changel…
pugnascotia Jun 15, 2021
f489015
Test changelog files
pugnascotia Jun 18, 2021
d3ee9b7
Review feedback
pugnascotia Jun 24, 2021
4f05927
Merge remote-tracking branch 'upstream/master' into 67335-new-changel…
pugnascotia Jun 24, 2021
3e4d604
Merge remote-tracking branch 'upstream/master' into 67335-new-changel…
pugnascotia Jul 9, 2021
2d52eed
Run changelogs tasks via precommit
pugnascotia Jul 9, 2021
1a0a734
Version parsing fixes
pugnascotia Jul 10, 2021
2f0e923
Actually commit my changes
pugnascotia Jul 12, 2021
7b697c2
Remove copy of VersionTests.java
pugnascotia Jul 12, 2021
ca19c41
Merge branch 'master' into 67335-new-changelog-process
elasticmachine Jul 12, 2021
dfeaae2
Merge remote-tracking branch 'upstream/master' into 67335-new-changel…
pugnascotia Jul 27, 2021
f2125e3
Remove test yaml files
pugnascotia Jul 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test changelog files
  • Loading branch information
pugnascotia committed Jun 18, 2021
commit f489015dca86eaf6e9e4fd76d10c94e39d9539a6
34 changes: 34 additions & 0 deletions docs/changelog/68214.yaml
Original file line number Diff line number Diff line change
@@ -7,3 +7,37 @@ type: enhancement
summary: Update supported version for `date_nanos`
versions:
- v8.0.0
highlight:
notable: true
title: Very notable change
body: Outstanding, well done everyone!
deprecation:
area: Aggregation
title: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
body: |-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.
breaking:
area: Aggregation
title: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
details: |-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.
impact: |-
Sed ut perspiciatis unde omnis iste natus error sit voluptatem
accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae
ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt
explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut
odit aut fugit, sed quia consequuntur magni dolores eos qui ratione
voluptatem sequi nesciunt.
notable: true
12 changes: 12 additions & 0 deletions docs/changelog/68564.yaml
Original file line number Diff line number Diff line change
@@ -16,3 +16,15 @@ breaking:
the `_type` field within search requests has been removed.
impact:
If you include the `_type` field in search requests, you now need to remove it.

highlight:
notable: false
title: Twatbasket
body: |-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.
11 changes: 11 additions & 0 deletions docs/changelog/68606.yaml
Original file line number Diff line number Diff line change
@@ -5,3 +5,14 @@ type: enhancement
summary: Add text formatting support for multivalue
versions:
- v8.0.0
highlight:
notable: false
title: arse badger
body: |-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.
4 changes: 4 additions & 0 deletions docs/changelog/blark.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type: known-issue
summary: We done broke it gud, y'all
versions:
- 8.0.0
4 changes: 4 additions & 0 deletions docs/changelog/sekuritay.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type: security
summary: ZOMG we sold your info to the Ruskies. Oops.
versions:
- 8.0.0