salt-extensions / saltext-azurerm

Salt Extension Modules for Azure Resource Manager
Apache License 2.0
7 stars 9 forks source link

chore(deps): update dependency https://github.com/lkubb/salt-extension-copier to v0.4.4 #62

Closed salt-extensions-renovatebot[bot] closed 1 month ago

salt-extensions-renovatebot[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
https://github.com/lkubb/salt-extension-copier template minor 0.2.6 -> 0.4.4

Release Notes

lkubb/salt-extension-copier (https://github.com/lkubb/salt-extension-copier) ### [`v0.4.4`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#044-2024-09-25) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.4.3...0.4.4) ##### Fixed - Fixed RenovateBot warning about merge conflicts after update ### [`v0.4.3`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#043-2024-09-25) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.4.2...0.4.3) ##### Changed - Made pre-commit run on all files in PRs that change lint config - Made repo automation reset git index after running pre-commit to allow RenovateBot to detect new files correctly ### [`v0.4.2`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#042-2024-09-24) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.4.1...0.4.2) ##### Changed - Ignored keyword-arg-before-vararg pylint warning by default because `salt.utils.args.get_function_argspec` does not work with this style ### [`v0.4.1`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#041-2024-09-23) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.4.0...0.4.1) ##### Fixed - Fixed check-merge-conflict pre-commit hook false positive in RST files with specific Saltext name lengths [#​52](https://redirect.github.com/salt-extensions/salt-extension-copier/issues/52) ### [`v0.4.0`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#040-2024-09-23) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.3.7...0.4.0) ##### Removed - Removed unnecessary `docs-html` and `gen-api-docs` nox sessions - Removed unused saltpylint dependency ##### Changed - Changed nox pre-commit hook to local hook, added support for recent nox versions - Homogenized YAML syntax in `org`/`enhanced` workflows - Increased default pylint strictness - Made rolling doc releases the default when `source_url` is in org - Pinned pylint version used for linting - Switched nox venv backend to uv, which reduced the time for pre-commit linting and other nox sessions significantly - Updated pre-commit hook versions - Updated pylint configuration ##### Fixed - Fixed unwanted regeneration of deleted boilerplate during updates [#​41](https://redirect.github.com/salt-extensions/salt-extension-copier/issues/41) - Added Copier template test runs on macOS and Windows and fixed some template issues on Windows - Ensured pylint lints against the minimum required Python version - Fixed `deploy-docs` if condition in `enhanced` workflow - Fixed license classifier usage when non-apache `license` is selected - Fixed unreleased version in rendered docs changelog with `enhanced` workflow - Made merge conflict pre-commit hook always run - Removed duplicate pre-commit hook for merge conflict check ##### Added - Automated most post-copy/update tasks like repo initialization, dev env setup and pre-commit installation and running [#​45](https://redirect.github.com/salt-extensions/salt-extension-copier/issues/45) - Added 3006.9 to known point releases - Added `(master|minion)_config` fixtures to easily allow daemon configuration overrides - Added `actionlint` with `shellcheck` integration as a pre-commit hook - Added `relax_pylint` question to suppress some annoying messages, especially with legacy code - Added a `.envrc` for direnv that runs the new initialization script, ensuring that development environments are present and in sync for all developers - Added development environment initialization script to generated projects - Allowed overriding parameters to sphinx-autobuild in `docs-html` nox session ### [`v0.3.7`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#037-2024-08-05) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.3.6...0.3.7) Correct meta files, remove install note, better docs URL default ##### Changed - Defaulted docs_url to GH Pages URL when deploying docs - Removed install note regarding relenv bug ##### Fixed - Fixed new meta files added in 0.3.5 ### [`v0.3.6`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#036-2024-08-05) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.3.5...0.3.6) Workflow fixes/improvements, more meta files ##### Changed - Synced `enhanced` workflow actions with centralized ones (docs deploy) - Require tests passing for deploying docs, add docs deploy to pipeline exit status - Default to `org` workflows if `source_url` is within org ##### Fixed - Fixed `enhanced` workflows - Removed GitHub Actions workflow creation if `source_url` is not on GitHub ##### Added - Added `deploy_docs` option - Added more meta files (CODE-OF-CONDUCT, CONTRIBUTING, NOTICE) ### [`v0.3.5`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#035-2024-07-23) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.3.4...0.3.5) SSH fixtures fixes ##### Changed - Stopped ignoring host keys in SSH tests ##### Fixed - Fixed test suite crash on Windows when `ssh_fixtures` is selected ### [`v0.3.4`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#034-2024-07-23) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.3.3...0.3.4) Workflow deprecation warning fix ##### Changed - Switched from deprecated set-output to environment file in workflows ### [`v0.3.3`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#033-2024-07-23) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.3.2...0.3.3) Fix black formatting ##### Fixed - Fixed default black formatting ### [`v0.3.2`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#032-2024-07-22) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.3.1...0.3.2) Fix docs build, update dev stuff ##### Fixed - Fixed docs build with importlib-metadata >=8 - Fixed enhanced workflow syntax ##### Added - Added `test_containers` question - Added 3007.1 to known point releases ### [`v0.3.1`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#031-2024-05-23) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.3.0...0.3.1) Provide Python 3.8 migration ##### Changed - Updated actions in workflows - Updated test requirements ##### Fixed - Provided migration from <0.3.0 regarding `min_python_version` to avoid update crash with `--skip-answered` - Fixed coverage in `enhanced` workflow ##### Added - Added upload of html-docs artifact to `enhanced` workflow ### [`v0.3.0`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#030-2024-05-07) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.2.9...0.3.0) Drop Python 3.7 support, dev updates, default to 3006 ##### Changed - Defaulted `min_salt_version` to 3006 - Migrated into `salt-extensions` org - Dropped Python 3.7 support - Replaced import reordering tool with isort - Improved package_name validation - Updated pre-commit hooks for Python >= 3.8 ##### Added - Added crossrefs for `conf_(minion|master)` in docs - Added 3005.5 to known point releases - Added 3006.7 to known point releases - Added 3006.8 to known point releases ### [`v0.2.9`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#029-2024-02-20) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.2.8...0.2.9) Correct autodocs path ##### Fixed - Fixed module discovery in autodocs pre-commit hook when `project_name` != `package_name` ### [`v0.2.8`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#028-2024-02-08) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.2.7...0.2.8) Suppress localhost linkcheck errs, update data ##### Changed - Suppressed localhost linkcheck errors ##### Added - Added 3006.6 to known point releases - Added Python 3.12 to 3007 version support ### [`v0.2.7`](https://redirect.github.com/lkubb/salt-extension-copier/blob/HEAD/CHANGELOG.md#027-2024-01-06) [Compare Source](https://redirect.github.com/lkubb/salt-extension-copier/compare/0.2.6...0.2.7) Workflow improvements, sync with official tool ##### Fixed - Corrected unit test opts fixture confdir ##### Added - Added enhanced and centralized workflows

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

salt-extensions-renovatebot[bot] commented 1 month ago

ℹ Artifact update notice

File name: .github/workflows/pr.yml

This file had merge conflicts. Please check the proposed changes carefully!

File name: .github/workflows/tag.yml

This file had merge conflicts. Please check the proposed changes carefully!

File name: CODE-OF-CONDUCT.md

This file had merge conflicts. Please check the proposed changes carefully!

File name: CONTRIBUTING.md

This file had merge conflicts. Please check the proposed changes carefully!

File name: README.md

This file had merge conflicts. Please check the proposed changes carefully!

File name: docs/index.rst

This file had merge conflicts. Please check the proposed changes carefully!

File name: pyproject.toml

This file had merge conflicts. Please check the proposed changes carefully!