Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
branic authored Feb 19, 2025
1 parent 41916ad commit 639114f
Show file tree
Hide file tree
Showing 39 changed files with 2,438 additions and 2 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
extends: default

rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length: disable
braces:
max-spaces-inside: 1
colons: disable
comments:
min-spaces-from-content: 1
comments-indentation: disable
indentation:
level: warning
# Require indentation https://redhat-cop.github.io/automation-good-practices/#_yaml_and_jinja2_syntax
indent-sequences: true
truthy:
level: error
# Allow only YAML 1.2 booleans https://redhat-cop.github.io/automation-good-practices/#_yaml_and_jinja2_syntax
allowed-values:
- "true"
- "false"
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true
# Enabling yamllint check based on PR #35
document-end: enable
...
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
=====================================
Redhat_Cop.Ee_Utilities Release Notes
=====================================

.. contents:: Topics


v3.1.3
======

Bugfixes
--------

- Added an option of build_files to the ee definition. This will allow for files/folders to be copied to the working directory to be used for build files.
- Fixed an issue when ee_pull_collections_from_hub was set to true, and build_steps were not defined, an error was raised.

v3.1.2
======

Bugfixes
--------

- removed containers.podman dependency. It made it so you could not sync this collection to automation hub.

v3.1.1
======

v3.1.0
======

Minor Changes
-------------

- ansible.cfg removed from root and galaxy.yml added to enable install from source

v3.0.0
======

Breaking Changes / Porting Guide
--------------------------------

- Check the ee_builder documentation for updated vars, All dependency files moved to the dependency variable. Other options moved to their respective places as well.
- Updated the venv role to use v3 format, updated the documentation on this role as well.
- builder role rewritten from ground up to match the v3 ansible-builder structure. This has simplified many of the previous variables, allowing for more customization and allows for adaptability of future updates without code changes.

v2.0.8
======

Minor Changes
-------------

- Added changed_when false to built in commands that gather information.

v2.0.7
======

Minor Changes
-------------

- Added changed_when false to built in commands that gather information.

v2.0.6
======

v2.0.5
======

Breaking Changes / Porting Guide
--------------------------------

- renaming ee_name to name in the ee_list variable

Bugfixes
--------

- bug not removing ee_controller.yaml file
- bug when multiple EEs in ee_list would fail when ee_builder_dir_clean was true

v2.0.4
======

Minor Changes
-------------

- Removed ee_create_ansible_config in favour of ee_pull_collections_from_hub in ee_builder role.

v2.0.3
======

Bugfixes
--------

- Fixed issue where ansible.cfg file was not being consumed by the builder.

v2.0.2
======

Minor Changes
-------------

- added ability to output controller_configuration execution_environment config for created images.
- added ability to use base and builder images at several levels and updated README to be more accurate.
- added new options from ansible builder.
Loading

0 comments on commit 639114f

Please sign in to comment.