Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit 0502a29

Browse files
committed
changelog, CalVer
1 parent e309e2b commit 0502a29

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

README.rst

+9-5
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,27 @@ pykube-ng
88
.. image:: https://coveralls.io/repos/github/hjacobs/pykube/badge.svg?branch=master;_=1
99
:target: https://coveralls.io/github/hjacobs/pykube?branch=master
1010
:alt: Code Coverage
11-
11+
1212
.. image:: https://readthedocs.org/projects/pykube/badge/?version=latest
1313
:target: https://pykube.readthedocs.io/
1414
:alt: Documentation
1515

1616
.. image:: https://img.shields.io/pypi/v/pykube-ng.svg
17-
:target: https://pypi.python.org/pypi/pykube-ng/
17+
:target: https://pypi.python.org/pypi/pykube-ng/
1818
:alt: PyPI version
1919

2020
.. image:: https://img.shields.io/pypi/pyversions/pykube-ng.svg
21-
:target: https://pypi.python.org/pypi/pykube-ng/
21+
:target: https://pypi.python.org/pypi/pykube-ng/
2222
:alt: Python versions
2323

2424
.. image:: https://img.shields.io/badge/license-apache-blue.svg
25-
:target: https://pypi.python.org/pypi/pykube-ng/
25+
:target: https://pypi.python.org/pypi/pykube-ng/
2626
:alt: Apache License
2727

28+
.. image:: https://img.shields.io/badge/calver-YY.MM.MICRO-22bfda.svg
29+
:target: http://calver.org/
30+
:alt: CalVer
31+
2832
Pykube (pykube-ng) is a lightweight Python 3.6+ client library for Kubernetes.
2933

3034
This is a fork of `kelproject/pykube <https://github.com/kelproject/pykube>`_ which is no longer maintained (archived). Here the original text of the pykube README:
@@ -64,7 +68,7 @@ It will automatically load ``~/.kube/config`` to provide the ``api`` object, and
6468
.. code-block:: bash
6569
6670
python3 -m pykube
67-
>>> [d.name for d in Deployment.objects(api)]
71+
>>> [d.name for d in Deployment.objects(api)]
6872
6973
7074
Usage

docs/changelog.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
19.9.0
5+
------
6+
7+
* changed to `Calendar Versioning <http://calver.org>`_
8+
* add convenience function ``KubeConfig.from_env()`` to load KubeConfig from in-cluster ServiceAccount or local KUBECONFIG
9+
410
0.30
511
----
612

0 commit comments

Comments
 (0)