Skip to content

Version 1.11.10

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 13:05
· 83 commits to main since this release
8d16e7b

[1.11.10] - 2023-09-08

Other Changes

  • ci: Add markdownlint, test_html_build, and build_docs workflows (#344)

  • 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

  • docs: reformat pki params (#346)

format the pki parameters just like all of the other section
parameters

Signed-off-by: Rich Megginson rmeggins@redhat.com

  • docs: Make badges consistent, run markdownlint on all .md files (#347)

  • Consistently generate badges for GH workflows in README RHELPLAN-146921

  • Run markdownlint on all .md files

  • Add custom-woke-action if not used already

  • Rename woke action to Woke for a pretty badge

Signed-off-by: Sergei Petrosian spetrosi@redhat.com

  • ci: Remove badges from README.md prior to converting to HTML (#348)

  • Remove thematic break after badges

  • Remove badges from README.md prior to converting to HTML

Signed-off-by: Sergei Petrosian spetrosi@redhat.com