Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency kapitan to v0.34.0 #914

Merged
merged 6 commits into from
Oct 28, 2024
Merged

Update dependency kapitan to v0.34.0 #914

merged 6 commits into from
Oct 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
kapitan 0.32.0 -> 0.34.0 age adoption passing confidence

Release Notes

kapicorp/kapitan (kapitan)

v0.34.0

Compare Source

v0.34 Release

This release packs several changes that will improve your experience with Kapitan, including various speed-ups (3x to 10x)

  • Experimental support for Reclass Rust inventory backend by @​simu (VHSN)
  • Experimental support for OmegaConf inventory backend, contributed by @​MatteoVoges and @​Moep90 (docs being updated)
  • Pydantic based inventory validation, which greatly improves speed over old jsonschema approach
  • Support for Python 3.12

What's Changed

Full Changelog: kapicorp/kapitan@v0.33.2...v0.34.0

v0.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: kapicorp/kapitan@v0.32.0...v0.33.0


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 is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 31, 2024 05:09
@renovate renovate bot added the dependency Pull requests that update a dependency file label Jan 31, 2024
Copy link
Contributor Author

renovate bot commented Jan 31, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


The current project's Python requirement (>=3.8,<3.12) is not compatible with some of the required packages Python requirement:
  - kapitan requires Python >=3.10,<4.0, so it will not be satisfied for Python >=3.8,<3.10

Because syn-commodore depends on kapitan (0.33.0) which requires Python >=3.10,<4.0, version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For kapitan, a possible solution would be to set the `python` property to ">=3.10,<3.12"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate bot force-pushed the renovate/kapitan-0.x branch 5 times, most recently from 848cc44 to 917c454 Compare February 16, 2024 08:00
@renovate renovate bot force-pushed the renovate/kapitan-0.x branch 3 times, most recently from 1d43327 to 4c2459f Compare February 19, 2024 08:32
@renovate renovate bot force-pushed the renovate/kapitan-0.x branch 7 times, most recently from bd93fd4 to 8746bf3 Compare March 4, 2024 08:42
@renovate renovate bot force-pushed the renovate/kapitan-0.x branch 4 times, most recently from 9baa4c1 to e34635f Compare March 11, 2024 04:44
@renovate renovate bot force-pushed the renovate/kapitan-0.x branch 5 times, most recently from d4cbd77 to e7263cf Compare March 22, 2024 08:43
@renovate renovate bot force-pushed the renovate/kapitan-0.x branch 3 times, most recently from 3336ed5 to 0398e18 Compare March 25, 2024 13:21
@renovate renovate bot force-pushed the renovate/kapitan-0.x branch 2 times, most recently from a28b6c7 to 0993c3a Compare September 30, 2024 07:38
@renovate renovate bot force-pushed the renovate/kapitan-0.x branch 6 times, most recently from 9ec069f to 04d7d7c Compare October 14, 2024 07:05
@renovate renovate bot force-pushed the renovate/kapitan-0.x branch 4 times, most recently from 30851f4 to 44b4871 Compare October 21, 2024 04:33
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/kapitan-0.x branch from 44b4871 to e0908ab Compare October 27, 2024 10:24
@renovate renovate bot changed the title Update dependency kapitan to v0.33.0 Update dependency kapitan to v0.34.0 Oct 27, 2024
Copy link
Contributor Author

renovate bot commented Oct 28, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@simu simu requested a review from a team October 28, 2024 08:00
simu added 2 commits October 28, 2024 09:01
Commodore configures Kapitan to use the reclass-rs inventory backend by
setting the appropriate Kapitan argument in `commodore/helpers.py`. This
commit also removes the reclass-rs test target, since it's not needed
anymore with this change.

Additionally, remove the Kapitan reclass-rs patch in the Dockerfile.
This is necessary for Jsonnet >= 0.19.0
@simu simu force-pushed the renovate/kapitan-0.x branch from e74aaeb to c0c2e0b Compare October 28, 2024 08:02
Copy link
Contributor

@bastjan bastjan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@simu simu force-pushed the renovate/kapitan-0.x branch from ae189df to 4dc50e5 Compare October 28, 2024 08:21
@simu simu enabled auto-merge October 28, 2024 08:26
@simu simu merged commit e8eb7b4 into master Oct 28, 2024
18 checks passed
@simu simu deleted the renovate/kapitan-0.x branch October 28, 2024 08:26
@simu simu mentioned this pull request Oct 28, 2024
4 tasks
@simu simu removed the dependency Pull requests that update a dependency file label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants