8000 Releases · cfengine/cfbs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cfengine/cfbs

4.6.0

11 Jul 14:35
c1c5229
Compare
Choose a tag to compare

What's Changed

  • Minor code improvements (typo, comment, type hinting) by @jakub-nt in #250
  • ENT-13102: Added support for validating paths outside the current directory, fixed validating a directory without cfbs.json resulting in a traceback by @jakub-nt in #251
  • Refactoring and improved error handling by @olehermanse in #252

Full Changelog: 4.5.0...4.6.0

4.5.0

04 Jul 14:47
3690f1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.4.5...4.5.0

4.4.5

02 Jul 11:59
5879beb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.4...4.4.5

4.4.4

27 Jun 14:56
46fd31a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.4.3...4.4.4

4.4.3

23 Jun 16:51
f1c8410
Compare
Choose a tag to compare

What's Changed

  • Fixed return value of build_command and added more type hints by @olehermanse in #231

Full Changelog: 4.4.2...4.4.3

4.4.2

18 Jun 11:23
f05ad71
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.4.1...4.4.2

4.4.1

20 May 20:13
dd4e39a
Compare
Choose a tag to compare

What's Changed

  • ENT-12738: Added an error when the policy set path is not a directory by @jakub-nt in #221
  • ENT-12739: Added detection of the user providing wrong policy set path in cfbs analyze by @jakub-nt in #222
  • GH Actions: Added necessary permissions for creating PRs by @olehermanse in #223
  • cfbs-analyze: ignore generated files controlling CFEngine policy updates by @jakub-nt in #224

Full Changelog: 4.4.0...4.4.1

4.4.0

04 Apr 14:22
0006505
Compare
Choose a tag to compare

What's Changed

  • Bump Python version in black workflows by @jakub-nt in #219
  • Bump runner Ubuntu version, while handling legacy Python versions by @jakub-nt in #220
  • ENT-12099: Initial implementation of an experimental feature of policy set analysis by @jakub-nt in #218

Full Changelog: 4.3.1...4.4.0

4.3.1

10 Jan 18:35
744a231
Compare
Choose a tag to compare

What's Changed

  • cfbs generate-release-information no longer results in an error when using --from while not using --omit-download by @jakub-nt in #217

Full Changelog: 4.3.0...4.3.1

4.3.0

09 Jan 14:56
87a7b3e
Compare
Choose a tag to compare

What's Changed

  • ENT-10830: Build steps no longer write duplicate entries to def.json where appropriate by @jakub-nt in #201
  • CFE-4430: Initializing a project with an empty policy set no longer displays an error by @jakub-nt in #202
  • ENT-12105: delete build steps with valid argument count no longer fail validation by @jakub-nt in #203
  • CFE-4051: Added dependencies of modules added by URL through the index now correctly have "added_by" keys in cfbs.json by @jakub-nt in #204
  • CFE-3891: Initial policy set modules are now correctly treated like manually added modules, rather than dependencies by @jakub-nt in #205
  • ENT-12187: Committing no longer fails when a module's input file is removed by @jakub-nt in #206
  • Replace packages with modules in README.md by @vpodzime in #207
  • ENT-12098: Added an initial implementation of an internal cfbs command to generate MPF release information by @jakub-nt in #208
  • ENT-12486: Removed checkout tag special-casing after the masterfiles tags had been recreated, added git-fetch arguments needed to correctly fetch recreated tags by @jakub-nt in #209
  • ENT-12486: Add argument to make checking against downloads in cfbs generate-release-information optional by @jakub-nt in #210
  • cfbs generate-release-information: Moved git logic and comparison to --check option and clarified log messages by @olehermanse in #211
  • GH Actions: Enabled black formatter for subfolders inside cfbs by @olehermanse in #213
  • ENT-12486: Output download and git differences to a JSON file, and do not exit on the first difference by @jakub-nt in #212
  • ENT-12486: Improve the release-information JSON file format by @jakub-nt in #214
  • Add argument to specify minimal version in cfbs generate-release-information by @jakub-nt in #215
  • Re-generated man page ahead of next release by @olehermanse in #216

Full Changelog: 4.2.1...4.3.0

0