Skip to content

Commit

Permalink
docs(changelog): version 1.6.6 [citest skip]
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version 1.6.6

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Aug 9, 2024
1 parent 9576e8a commit 3f3d1d3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
Expand All @@ -70,7 +70,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

[1.6.6] - 2024-08-09
--------------------

### Bug Fixes

- fix: drop usage of "auto_attach" of the "redhat_subscription" module (#189)

### Other Changes

- ci: Add tft plan and workflow (#187)
- ci: Update fmf plan to add a separate job to prepare managed nodes (#190)
- tests: factorize & fix URL for candlepin owner (#191)
- ci: Bump sclorg/testing-farm-as-github-action from 2 to 3 (#192)
- ci: Add workflow for ci_test bad, use remote fmf plan (#193)
- ci: Fix missing slash in ARTIFACTS_URL (#194)
- tests: switch to an SCA account for Candlepin (#195)
- tests: run podman directly instead of using containers.podman (#196)

[1.6.5] - 2024-07-02
--------------------

Expand Down

0 comments on commit 3f3d1d3

Please sign in to comment.