Skip to content

Releases: linux-system-roles/certificate

Version 1.3.3

17 Jan 20:30
Compare
Choose a tag to compare

[1.3.3] - 2024-01-16

Other Changes

  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#210)
  • ci: bump github/codeql-action from 2 to 3 (#211)
  • ci: bump actions/setup-python from 4 to 5 (#212)
  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#213)

Version 1.3.2

08 Dec 21:12
Compare
Choose a tag to compare

[1.3.2] - 2023-12-08

Other Changes

  • ci: bump actions/github-script from 6 to 7 (#207)
  • refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#208)

Version 1.3.1

22 Nov 17:40
Compare
Choose a tag to compare

[1.3.1] - 2023-11-22

Other Changes

  • refactor: improve support for ostree systems (#205)

Version 1.3.0

26 Oct 15:58
Compare
Choose a tag to compare

[1.3.0] - 2023-10-26

New Features

  • feat: support for ostree systems (#203)

Other Changes

  • build(deps): bump actions/checkout from 3 to 4 (#194)
  • ci: ensure dependabot git commit message conforms to commitlint (#198)
  • ci: use dump_packages.py callback to get packages used by role (#200)
  • ci: tox-lsr version 3.1.1 (#202)

Version 1.2.2

08 Sep 13:09
050fedc
Compare
Choose a tag to compare

[1.2.2] - 2023-09-08

Other Changes

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

  • 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: Make badges consistent, run markdownlint on all .md files (#191)

  • 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

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

  • Remove thematic break after badges

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

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

Version 1.2.1

19 Jul 23:54
Compare
Choose a tag to compare

[1.2.1] - 2023-07-19

Bug Fixes

  • fix: Re-issue certificate if key size changes (#188)
  • fix: facts being gathered unnecessarily (#187)

Other Changes

  • ci: ansible-lint - ignore var-naming[no-role-prefix] (#185)
  • ci: ansible-test ignores file for ansible-core 2.15 (#186)

Version 1.2.0

07 Jul 21:00
Compare
Choose a tag to compare

[1.2.0] - 2023-07-07

New Features

  • feat: Allow setting certificate and key files mode (#175)

Other Changes

  • ci: Use Ubuntu repository for Python 2.7 (#179)
  • ci: Remove certreader dependency (#180)
  • test: Update pre-commit hooks (#181)
  • ci: Remove package installation through pip (#182)
  • tests: Ensure ipaserver hostname is a FQDN (#183)

Version 1.1.13

23 Jun 18:52
Compare
Choose a tag to compare

[1.1.13] - 2023-06-23

Other Changes

  • ci: Add pull request template and run commitlint on PR title only (#174)
  • ci: Rename commitlint to PR title Lint, echo PR titles from env var (#176)
  • test: easily generate certs for tests for other roles (#177)

Version 1.1.12

27 May 17:55
Compare
Choose a tag to compare

[1.1.12] - 2023-05-26

Other Changes

  • docs: Consistent contributing.md for all roles - allow role specific contributing.md section
  • docs: remove unused Dependencies section in README

Version 1.1.11

28 Apr 00:57
Compare
Choose a tag to compare

[1.1.11] - 2023-04-27

Other Changes

  • test: check generated files for ansible_managed, fingerprint (#165)
  • ci: Add commitlint GitHub action to ensure conventional commits with feedback