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

py3-kubernetes/31.0.0 package update #28978

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions py3-kubernetes.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: py3-kubernetes
version: 30.1.0
version: 31.0.0
epoch: 0
description: Kubernetes python client
copyright:
Expand Down Expand Up @@ -35,7 +35,7 @@ pipeline:
with:
repository: https://github.com/kubernetes-client/python
tag: v${{package.version}}
expected-commit: 6b6201dc5f20b9f52b41e985af9b67b638ac6ab1
expected-commit: bc8c6913f95fba5575f56dd60f01f3e4090cd9b4

- name: Python Build
runs: python setup.py build
Expand Down
Loading