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

Bump the python-packages group across 1 directory with 6 updates #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2024

Bumps the python-packages group with 6 updates in the / directory:

Package From To
ansible 8.5.0 10.1.0
ansible-builder 3.0.0 3.1.0
ansible-lint 6.21.1 24.6.1
ansible-navigator 3.5.0 24.6.0
ansible-runner 2.3.4 2.4.0
kubernetes 28.1.0 30.1.0

Updates ansible from 8.5.0 to 10.1.0

Commits
  • 1fa10dd Ansible 10.1.0: Dependencies, changelog and porting guide (#435)
  • 55e0e98 Remove netapp.storagegrid from Ansible 11 (#434)
  • f2088d5 Add ieisystem.inmanage to Ansible 10 and 11 (#431)
  • fe20ca8 Revert "Add kubevirt.core to Ansible 10 and 11. (#419)" (#432)
  • a347825 Add reference to preparing next major release doc; reference automated workfl...
  • b60fb7b Add kubevirt.core to Ansible 10 and 11. (#419)
  • dae2f2f Restrict ansible.utils to <5.0.0. (#430)
  • 60acc45 Release Ansible 10.0.1 (#429)
  • 24d87e6 Release Ansible 9.6.1 (#427)
  • 6027fb5 detail about playbook conditionals from changelog (#423)
  • Additional commits viewable in compare view

Updates ansible-builder from 3.0.0 to 3.1.0

Release notes

Sourced from ansible-builder's releases.

3.1.0

What's Changed

New Features

Other Improvements

New Contributors

Full Changelog: ansible/ansible-builder@3.0.0...3.1.0

3.0.1

What's Changed

New Contributors

... (truncated)

Commits

Updates ansible-lint from 6.21.1 to 24.6.1

Release notes

Sourced from ansible-lint's releases.

v24.6.1

Bugfixes

v24.6.0

Enhancements

Bugfixes

v24.5.0

Enhancements

Bugfixes

... (truncated)

Commits

Updates ansible-navigator from 3.5.0 to 24.6.0

Release notes

Sourced from ansible-navigator's releases.

v24.6.0

Bugfixes

  • Fix the documentation for securely passing the vault password (#1799) @​rseabra

v24.3.2

Bugfixes

v24.3.1

Bugfixes

  • Fix catalog collections script to display all available modules in a collection (#1738) @​shatakshiiii

Note

  • This version was not released to pypi. Please use v24.3.2.

v24.3.0

Minor Changes

Bugfixes

Note

  • This version was not released to pypi. Please use v24.3.2.

v24.2.0

Minor Changes

Bugfixes

v3.6.0

Minor Changes

Bugfixes

... (truncated)

Commits

Updates ansible-runner from 2.3.4 to 2.4.0

Release notes

Sourced from ansible-runner's releases.

2.4.0

What's Changed

  • Bump minimum supported Python to 3.9

Bug Fixes

2.3.6

What's Changed

  • Untag instead of force remove image for podman. This makes the worker cleanup subcommand behave similarly with either docker or podman. (#1342)

Full Changelog: ansible/ansible-runner@2.3.5...2.3.6

2.3.5

What's Changed

Full Changelog: ansible/ansible-runner@2.3.4...2.3.5

Commits

Updates kubernetes from 28.1.0 to 30.1.0

Release notes

Sourced from kubernetes's releases.

Kubernetes Python Client v30.1.0 Stable Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v30.1.0.zip
cd client-python-v30.1.0
python setup.py install

Then follow examples in https://github.com/kubernetes-client/python/tree/release-30.0/examples

Changelog: https://github.com/kubernetes-client/python/blob/release-30.0/CHANGELOG.md

Kubernetes Python Client v30.1.0 Beta 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v30.1.0b1.zip
cd client-python-v30.1.0b1
python setup.py install

Then follow examples in https://github.com/kubernetes-client/python/tree/release-30.0/examples

Changelog: https://github.com/kubernetes-client/python/blob/release-30.0/CHANGELOG.md

Kubernetes Python Client v30.1.0 Alpha 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v30.1.0a1.zip
cd client-python-v30.1.0a1
</tr></table> 

... (truncated)

Changelog

Sourced from kubernetes's changelog.

v30.1.0b1

Kubernetes API Version: v1.30.1

v30.1.0a1

Kubernetes API Version: v1.30.1

API Change

  • Fixes a 1.30.0 regression in openapi descriptions of imagePullSecrets and hostAliases fields to mark the fields used as keys in those lists as either defaulted or required. (kubernetes/kubernetes#124553, @​pmalek) [SIG API Machinery]

  • Fixes a 1.30.0 regression in openapi descriptions of imagePullSecrets and hostAliases fields to mark the fields used as keys in those lists as either defaulted or required. (kubernetes/kubernetes#124694, @​pmalek) [SIG API Machinery]

  • Added (alpha) support for the managedBy field on Jobs. Jobs with a custom value of this field - any value other than kubernetes.io/job-controller - were skipped by the job controller, and their reconciliation was delegated to an external controller, indicated by the value of the field. Jobs that didn't have this field at all, or where the field value was the reserved string kubernetes.io/job-controller, were reconciled by the built-in job controller. (kubernetes/kubernetes#123273, @​mimowo)

  • Added alpha-level support for the SuccessPolicy in Jobs. (kubernetes/kubernetes#123412, @​tenzen-y)

  • Added the CEL library for IP Addresses and CIDRs. This was made available for use starting from version 1.31. (kubernetes/kubernetes#121912, @​JoelSpeed)

  • Allowed container runtimes to fix an image garbage collection bug by adding an image_id field to the CRI Container message. (kubernetes/kubernetes#123508, @​saschagrunert)

  • Dynamic Resource Allocation: DRA drivers can now use "structured parameters" to let the scheduler handle claim allocation. (kubernetes/kubernetes#123516, @​pohly)

  • Fixed accidental enablement of the new alpha optionalOldSelf API field in CustomResourceDefinition validation rules, which should only have been allowed to be set when the CRDValidationRatcheting feature gate is enabled. (kubernetes/kubernetes#122329, @​jpbetz)

  • Implemented the prescore extension point for the volumeBinding plugin. It now returns skip if it doesn't do anything in Score. (kubernetes/kubernetes#115768, @​AxeZhan)

  • Kubelet would fail if NodeSwap was used with LimitedSwap and cgroupv1 node. (kubernetes/kubernetes#123738, @​kannon92)

  • Promoted AdmissionWebhookMatchConditions to GA. The feature is now stable, and the feature gate is now locked to default. (kubernetes/kubernetes#123560, @​ivelichkovich)

  • Structured Authentication Configuration now supports DiscoveryURL. If specified, discoveryURL overrides the URL used to fetch discovery information. This is for scenarios where the well-known and jwks endpoints are hosted at a different location than the issuer (such as locally in the cluster). (kubernetes/kubernetes#123527, @​aramase)

  • The StorageVersionMigration API, previously available as a Custom Resource Definition (CRD), is now a built-in API in Kubernetes. (kubernetes/kubernetes#123344, @​nilekhc)

  • When configuring a JWT authenticator:

    If username.expression used 'claims.email', then 'claims.email_verified' must have been used in username.expression or extra[*].valueExpression or claimValidationRules[*].expression. An example claim validation rule expression that matches the validation automatically applied when username.claim is set to 'email' is 'claims.?email_verified.orValue(true)'. (kubernetes/kubernetes#123737, @​enj)

  • readOnly volumes now support recursive read-only mounts for kernel versions >= 5.12." (kubernetes/kubernetes#123180, @​AkihiroSuda)

  • cri-api: Implemented KEP-3857: Recursive Read-only (RRO) mounts. (kubernetes/kubernetes#123272, @​AkihiroSuda)

  • kube-apiserver: the AuthenticationConfiguration type accepted in --authentication-config files has been promoted to apiserver.config.k8s.io/v1beta1. (kubernetes/kubernetes#123696, @​aramase)

  • kubelet allowed specifying a custom root directory for pod logs (instead of the default /var/log/pods) using the podLogsDir key in kubelet configuration. (kubernetes/kubernetes#112957, @​mxpv)

  • resource.k8s.io/ResourceClaim (alpha API): The strategic merge patch strategy for the status.reservedFor array was changed so that a strategic-merge-patch can now add individual entries. This change may break clients using strategic merge patch to update status, which rely on the previous behavior (replacing the entire array). (kubernetes/kubernetes#122276, @​pohly)

  • Added a CBOR implementation of runtime.Serializer. Until CBOR graduates to Alpha, API servers will refuse to start if configured with CBOR support. (kubernetes/kubernetes#122881, @​benluddy)

  • Added a alpha feature, behind the RelaxedEnvironmentVariableValidation feature gate.

... (truncated)

Commits
  • 6b6201d Merge pull request #2244 from yliaog/automated-release-of-30.1.0-upstream-rel...
  • 58e29d0 updated compatibility matrix and maintenance status
  • 9ca7bbe generated client change
  • 2fb261c update changelog
  • bf4e931 update version constants for 30.1.0 release
  • bc977b4 Merge pull request #2241 from yliaog/automated-release-of-30.1.0b1-upstream-r...
  • f1322af updated compatibility matrix in README
  • 5c5d700 generated client change
  • 9dabf68 update changelog
  • 8870b6a update version constants for 30.1.0b1 release
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-packages group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `8.5.0` | `10.1.0` |
| [ansible-builder](https://github.com/ansible/ansible-builder) | `3.0.0` | `3.1.0` |
| [ansible-lint](https://github.com/ansible/ansible-lint) | `6.21.1` | `24.6.1` |
| [ansible-navigator](https://github.com/ansible/ansible-navigator) | `3.5.0` | `24.6.0` |
| [ansible-runner](https://github.com/ansible/ansible-runner) | `2.3.4` | `2.4.0` |
| [kubernetes](https://github.com/kubernetes-client/python) | `28.1.0` | `30.1.0` |



Updates `ansible` from 8.5.0 to 10.1.0
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](ansible-community/ansible-build-data@8.5.0...10.1.0)

Updates `ansible-builder` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/ansible/ansible-builder/releases)
- [Commits](ansible/ansible-builder@3.0.0...3.1.0)

Updates `ansible-lint` from 6.21.1 to 24.6.1
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v6.21.1...v24.6.1)

Updates `ansible-navigator` from 3.5.0 to 24.6.0
- [Release notes](https://github.com/ansible/ansible-navigator/releases)
- [Changelog](https://github.com/ansible/ansible-navigator/blob/main/CHANGELOG.md)
- [Commits](ansible/ansible-navigator@v3.5.0...v24.6.0)

Updates `ansible-runner` from 2.3.4 to 2.4.0
- [Release notes](https://github.com/ansible/ansible-runner/releases)
- [Commits](ansible/ansible-runner@2.3.4...2.4.0)

Updates `kubernetes` from 28.1.0 to 30.1.0
- [Release notes](https://github.com/kubernetes-client/python/releases)
- [Changelog](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md)
- [Commits](kubernetes-client/python@v28.1.0...v30.1.0)

---
updated-dependencies:
- dependency-name: ansible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: ansible-builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ansible-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: ansible-navigator
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: ansible-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: kubernetes
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 26, 2024
@exe-prow-github-app
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign skattoju for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants