docs(changelog): version 1.13.2 [citest skip] (#634)

Update changelog and .README.html for version 1.13.2

Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
This commit is contained in:
Sergei Petrosian 2023-09-08 15:15:19 +02:00 committed by GitHub
parent 2b8fbe971f
commit 7b815366a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1575 additions and 0 deletions

1530
.README.html Normal file

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,51 @@
Changelog
=========
[1.13.2] - 2023-09-07
--------------------
### Other Changes
- ci: Add markdownlint, test_converting_readme, and build_docs workflows (#630)
- markdownlint runs against README.md to avoid any issues with
converting it to HTML
- test_converting_readme converts README.md > HTML and uploads this test
artifact to ensure that conversion works fine
- build_docs converts README.md > HTML and pushes the result to the
docs branch to publish dosc to GitHub pages site.
- Fix markdown issues in README.md
Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
- ci: Make badges consistent, run markdownlint all .md files (#631)
- Consistently generate badges for GH workflows in roles' RHELPLAN-146921
- Run markdownlint on all .md files
Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
- docs: Update README.md [citest skip] (#632)
Enhancement:
Updating README.md to reflect some recently added changes or features.
Reason:
README.md is outdated.
Result:
Guarantee that README.md is up to update.
Issue Tracker Tickets (Jira or BZ if any):
- ci: Remove badges from README.md prior to converting to HTML (#633)
- Remove thematic break after badges
- Remove badges from README.md prior to converting to HTML
Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
[1.13.1] - 2023-07-19
--------------------