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

Commit

Permalink
changelog, CalVer
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Sep 3, 2019
1 parent e309e2b commit 0502a29
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,27 @@ pykube-ng
.. image:: https://coveralls.io/repos/github/hjacobs/pykube/badge.svg?branch=master;_=1
:target: https://coveralls.io/github/hjacobs/pykube?branch=master
:alt: Code Coverage

.. image:: https://readthedocs.org/projects/pykube/badge/?version=latest
:target: https://pykube.readthedocs.io/
:alt: Documentation

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

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

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

.. image:: https://img.shields.io/badge/calver-YY.MM.MICRO-22bfda.svg
:target: http://calver.org/
:alt: CalVer

Pykube (pykube-ng) is a lightweight Python 3.6+ client library for Kubernetes.

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:
Expand Down Expand Up @@ -64,7 +68,7 @@ It will automatically load ``~/.kube/config`` to provide the ``api`` object, and
.. code-block:: bash
python3 -m pykube
>>> [d.name for d in Deployment.objects(api)]
>>> [d.name for d in Deployment.objects(api)]
Usage
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

19.9.0
------

* changed to `Calendar Versioning <http://calver.org>`_
* add convenience function ``KubeConfig.from_env()`` to load KubeConfig from in-cluster ServiceAccount or local KUBECONFIG

0.30
----

Expand Down

0 comments on commit 0502a29

Please sign in to comment.