Update dependency syn-commodore to v1.29.1 #141
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
==1.27.8->==1.29.1Release Notes
projectsyn/commodore (syn-commodore)
v1.29.1Compare Source
Summary
We're pleased to announce Commodore v1.29.1. This release mainly consists of dependency updates. Notably, we update Kapitan to 0.34.7 which removes the need for users to have a working C++ toolchain when installing Commodore.
Changes
21 changes since v1.29.0
📄 Documentation
🔗 Dependency Updates
v1.29.0Compare Source
Summary
We're pleased to announce Commodore v1.29.0.
This release introduces a new Reclass variable
_python3which contains the fully qualified path of the Python interpreter used to run Commodore. The parameter is intended for component authors who can use it for Kapitan's external input type to execute Python scripts in the Commodore Python environment.Additionally, this release introduces a custom CPU count method which takes into account scheduling affinity on Linux. This ensures that we don't create more threads/processes than available CPU cores when configuring parallelism for reclass-rs and Kapitan on Linux when Commodore is running with limited scheduling affinity (e.g. under
taskset).Changes
4 changes since v1.28.1
🚀 Features
_python3(#1185)🛠️ Minor Changes
🔗 Dependency Updates
v1.28.1Compare Source
Summary
We're pleased to announce Commodore v1.28.1. This release fixes a permissions bug in the container image which was introduced in Commodore v1.28.0 because we now use
commodore toolto install Helm, kustomize and jsonnet-bundler in the container image.Changes
1 changes since v1.28.0
🐛 Fixes
/app/.cache/in the container image (#1178)v1.28.0Compare Source
Summary
We're pleased to announce Commodore v1.28.0.
This release introduces a couple new Commodore commands:
commodore toolcommand group provides three sub-commandslist,installandupgradewhich allow users to install the required external tools (helm, jsonnet-bundler, and kustomize) in a Commodore-managed directory in the user's XDG cache directory.commodore versioncommand shows extended version information, including the versions of the most import Python dependencies, and the versions of the required external tools.Apart from the new commands, the release also includes the usual bunch of dependency updates.
Changes
10 changes since v1.27.8
🚀 Features
commodore versioncommand (#1172)🪛 Internal Changes
🔗 Dependency Updates
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 was generated by Mend Renovate. View the repository job log.