Releases: venkatamatrix/python
Releases · venkatamatrix/python
v10.0.2
Changes
New Features
- add doc to in-cluster-config example
Other Changes
These commits did not use Conventional Commits formatted messages:
- release 10.0.2
- Draft create
- Updating Submodule for GCP Email Scope Addition
- update changelog and readme in preparation for 10.0.0a1
- generated client change for 10.0.0-snapshot
- update version constant for 10.0.0-snapshot
- update changelog for changes from python-base submodule
- update python-base submodule
- Add rbac support for yaml
- Add list / multi resource support
- Add codestyle tracking, fix codestyle
- Add kubectl create -f feature
- Update CHANGELOG for 8.0.0b1 release API changes
- generated snapshot client for 8.0.0b1 release
- Update CHANGELOG for python-base changes
- Add link to kubernetes-client slack channel to README
- Update changelog and readme for 8.0.0-snapshot client
- generated client change for 8.0.0 snapshot on master branch
- Update version constants for 8.0.0-snapshot on master
- Update exec.py -- fix typo
- Add Azure Active Directory Library to dependencies.
- Update CHANGELOG for the async keyword breaking change
- Rename parameter async into async_req to support Python 3.7
- Update CHANGELOG for API changes in Kubernetes 1.11
- Generated client change for Kubernetes 1.11
- Update version constants for master branch Kubernetes 1.11 snapshot
- Update CHANGELOG for python-base submodule update
- Update python-base submodule
- Fix e2e test to reflect service storage refactoring
- Update CHANGELOG for kubernetes 1.10
- Generated API change for kubernetes 1.10
- Bump constants to reflect kubernetes 1.10
- Update CHANGELOG for python-base submodule update
- Update python-base submodule
- Update README and CHANGELOG for v6.0.0b1
- Update python-base submodule
- Update CHANGELOG and README for v5.0.0
- Update README.md
- Update org and repo name
- Update CHANGELOG
- Update master to kubernetes 1.9
- Bump constants to reflect kubernetes 1.9
- Api change v1beta2 adding required controller spec selector fields
- Fix compatibility matrix
- Update README.md
- Update CHANGELOG.md
- Add files in root directory to dist
- make examples work on latest master branch
- Updte master to kubernetes 1.8
- Update CHANGELOGS and final touch ups
- Fix end to end tests
- Fix (hack) rest client for patch
- Fix exec example to use new configuration model
- Update base to get fixes to utility functions because of using new generated client
- Remove config, apiClient, and restClient from ignore list of swagger-codegen and regenerate client using HEAD of the generator
- Update generated client first
- make sure that kubernetes.stream module gets installed
- Create code-of-conduct.md
- Use stream module to call exec/attach calls
- Update base to latest commit with stream module added
- Add notebook on how to create a ConfigMap and use its data in Pods
- Add requests requirement for gce config refresher
- Updating requirement to ensure that a version of websocket greather than or equal to 0.32.0 is used
- Restricting the websocket-client to <=0.40, present PR allows for 0.44 which has again become broken
- Submodule bump for kubernetes-client/python-base#18
- Update release.md
- Test with latest localkube version
- Use py.test instead of nosetests for better problem reporting (kubernetes-client#282)
- Fix Travis CI failure
- Update generated client
- Master to follow kubernetes 1.7 branch
- Generate client with 'name' and 'namespace' swapped for TPRs
- Generate client with 'version' parameter
- Parametrize resource path with 'version' parameter
- Run update-client.sh
- Travis Fix for E2E tests
- Add copyright header
- Add an in cluster config example
- Use urlparse to generate websocket url
- Add submodules document to /devel folder
- Update submodule to user config fixes
- Add support for python3.6
- Add tests requires on setup.py
- Read setup.py dependencies from requeriments.txt
- Update generated client for TPR fix
- Fix update client script to ignore kubernetes/base folder
- Fix TPRs security
- Update client (only version changes)
- Update base submodule
- Update generated client
- Add OperationIDs to third party resources spec
- Update README.md
- Add kubernetes-client/python-base as submodule to this repo
- Remove base folder to prepare for submodule model
- Add support for thirdparty resource watch/create/put and delete operations (kubernetes-client#216)
- move skippbox/notebooks to client-python for GSoC
- Move manual code to a base folder to prepare for repo splitting.
- Put whitespaces around equal sign on README
- Update CHANGELOG.md
- Update requirements.txt
- Exclude urllib3 version 1.21 from depedencies as it breaks our code
- Update generated client
- Remove Spec Version constant as the main spec is versioned now
- Update CHANGELOG.md
- Fix urllib3 dependency to <=1.20
- Update CHANGELOG.md
- Update changelog
- Fix datatime parsing bug in api_client
- Update client
- Inline primitive models in preprocessing
- Add CHANGELOG.md entry [ci skip]
- Update client code
- Promote OpenAPI spec version to kubernetes 1.6.1
- preprocessing script to shorten model names as much as possible
- Update README.md
- Add kubernetes client badges
- Update README.md with ssl hostname troubleshooting [ci skip]
- Added troubleshooting section to the README.
- Update CHANGELOG.md [ci skip]
- Remove channel id from exec response in blocking mode
- update CHANGELOG [skip ci]
- Update CHANGELOG [ci skip]
- Update release.md
- Update CHANGELOG
- Improvements on ws_client. Now the client can returns an object to interact with websocket server and reach each channel separately
- Switch to minikube/localkube
- Implementation for /exec using websocket
- Add comment about hitch ppa
- Run e2e tests against against https url
- Refactor tests
- Add release process [skip ci]
- Add e2e for deployment and daemonsets
- Ability to run e2e tests multiple times
- Add example to create a deployment from yaml file
- Support insecure-skip-tls-verify config flag
- Fix ValueError in list_namespaced_config_map
- Update client with no change. Mostly formatting update in generator code
- Test if docs can be built
- tox target to enforce pep8
- Initial cut at documentation
- Kubernetes is not a valid value for Environment classifier in setup.py
- Update changelog
- Update generated client after bugfix kubernetes/kubernetes#39465
- Update spec version to latest spec in k8s 1.5 release
- Extract DevelopmentStatus as a constant to scripts/constants.py
- Add classifiers to setup.py
- Run Tests with python 3.5
- Update release steps to add source distribution
- Stop exporting script folder
- document release steps in a bash file.
- Fix package's long description
- Update CHANGELOG.md
- Fix changelog version to snapshot for master
- Support connecting to multiple clusters
- Add default kube config location
- Update CHANGELOG
- Resolving cert files relative path using kube-config file path.
- Fix failing setup.py
- Add missing parentheses to print()
- Add CHANGELOG.md
- Update generated client
- Set versions to snapshot for non-release branches
- Pass client version to client generator
- Update client
- Download OpenAPI spec directly from k8s release branch
- Update README.md file with a link to SIG API Machinery
- Add code test coverage for non-generated packages
-
- Add context switch to kube config loader
- incluster_config loader should fail on empty host/port or cert/token file
- Move ConfigException out of incluster_config and in it's own file
- Fix examples syntax error
- Make example code using
config.load_kube_config()
more portable - Make the README example code more portable
- README improvements
- Update CHANGELOG.md
- Add download stat how-to page [skip ci]
- Add PyPi badges [ci skip]
- Update CHANGELOG [skip ci]
- Add close method to websocket client
- Update release.md [skip ci]
- Update changelog
- add support for attach api call using websockets.
- Add compatibility section to README.md
- Update (and generalize) cherry pick script for client-python
- Copy original cherry pick script from kubernetes main repo
- Update Changelog
- Update generated client
- Use swagger-codegen 2.2.2 stable
- Update release.md
- Update CHANGELOG.md
- changelog update for kubernetes-client#187
- fix for kubernetes-client#187 failure when using RFC 6902 json-patch operation
- Update update-client.sh
- Update CHANGELOG.md
- Use kubernetes-client/gen generators to generate python client
- Support both TPR and CRD with custom objects spec (kubernetes-client#283)
- Add notebook on how to create a Service
- Update create_deployment notebook
- Remove code execution output from create_pod notebook
- Add introductory notebook
- Update CHANGELOG.md
- Add a little more detail to jupyter getting start with minikube
- Update requirements library for oidc auth (kubernetes-client#331)
- Add notebook on how to watch changes to an object
- Add notebook on how to create a Secret
- Changes from update-client.sh
- Introducing version and project variables
- Update compatibility matrix
- update changelog
- Support for v4 stream protocol
- Update Changelog for 3.0.0b1 release
- Update base submodule
- fix syntax error
- securely update deployment with patch_namespaced_deployment
- update for pep8
- add examples of deployment object
- Update documents for 4.0.0a release
- update CHANGELOG, adding a release note
- Change IntOrString field types from string to object
- Fix badge links
- api change V1PersistentVolumeSpec to V1ScaleIOPersistentVolumeSource
- Update code-of-conduct.md
- Update python-base
- Update maintenance matrix for release 6.0.0
- Add SECURITY_CONTACTS
- Update CHANGELOG to include python-base change
- Update python-base submodule
- fix typo
- Remove link to kubernetes-client/community
- Revert CHANGELOG to exclude api change from GA release
- Update CHANGELOG about adding custom object status and scale api
- added yliaog and roycaihw to OWNERS file.
- fix typo in comment
- Update example for remote cluster without override of default client
- Add examp...
v10.0.1
Changes
New Features
- add doc to in-cluster-config example
Other Changes
These commits did not use Conventional Commits formatted messages:
- release 10.0.1
- Draft create
- Updating Submodule for GCP Email Scope Addition
- update changelog and readme in preparation for 10.0.0a1
- generated client change for 10.0.0-snapshot
- update version constant for 10.0.0-snapshot
- update changelog for changes from python-base submodule
- update python-base submodule
- Add rbac support for yaml
- Add list / multi resource support
- Add codestyle tracking, fix codestyle
- Add kubectl create -f feature
- Update CHANGELOG for 8.0.0b1 release API changes
- generated snapshot client for 8.0.0b1 release
- Update CHANGELOG for python-base changes
- Add link to kubernetes-client slack channel to README
- Update changelog and readme for 8.0.0-snapshot client
- generated client change for 8.0.0 snapshot on master branch
- Update version constants for 8.0.0-snapshot on master
- Update exec.py -- fix typo
- Add Azure Active Directory Library to dependencies.
- Update CHANGELOG for the async keyword breaking change
- Rename parameter async into async_req to support Python 3.7
- Update CHANGELOG for API changes in Kubernetes 1.11
- Generated client change for Kubernetes 1.11
- Update version constants for master branch Kubernetes 1.11 snapshot
- Update CHANGELOG for python-base submodule update
- Update python-base submodule
- Fix e2e test to reflect service storage refactoring
- Update CHANGELOG for kubernetes 1.10
- Generated API change for kubernetes 1.10
- Bump constants to reflect kubernetes 1.10
- Update CHANGELOG for python-base submodule update
- Update python-base submodule
- Update README and CHANGELOG for v6.0.0b1
- Update python-base submodule
- Update CHANGELOG and README for v5.0.0
- Update README.md
- Update org and repo name
- Update CHANGELOG
- Update master to kubernetes 1.9
- Bump constants to reflect kubernetes 1.9
- Api change v1beta2 adding required controller spec selector fields
- Fix compatibility matrix
- Update README.md
- Update CHANGELOG.md
- Add files in root directory to dist
- make examples work on latest master branch
- Updte master to kubernetes 1.8
- Update CHANGELOGS and final touch ups
- Fix end to end tests
- Fix (hack) rest client for patch
- Fix exec example to use new configuration model
- Update base to get fixes to utility functions because of using new generated client
- Remove config, apiClient, and restClient from ignore list of swagger-codegen and regenerate client using HEAD of the generator
- Update generated client first
- make sure that kubernetes.stream module gets installed
- Create code-of-conduct.md
- Use stream module to call exec/attach calls
- Update base to latest commit with stream module added
- Add notebook on how to create a ConfigMap and use its data in Pods
- Add requests requirement for gce config refresher
- Updating requirement to ensure that a version of websocket greather than or equal to 0.32.0 is used
- Restricting the websocket-client to <=0.40, present PR allows for 0.44 which has again become broken
- Submodule bump for kubernetes-client/python-base#18
- Update release.md
- Test with latest localkube version
- Use py.test instead of nosetests for better problem reporting (kubernetes-client#282)
- Fix Travis CI failure
- Update generated client
- Master to follow kubernetes 1.7 branch
- Generate client with 'name' and 'namespace' swapped for TPRs
- Generate client with 'version' parameter
- Parametrize resource path with 'version' parameter
- Run update-client.sh
- Travis Fix for E2E tests
- Add copyright header
- Add an in cluster config example
- Use urlparse to generate websocket url
- Add submodules document to /devel folder
- Update submodule to user config fixes
- Add support for python3.6
- Add tests requires on setup.py
- Read setup.py dependencies from requeriments.txt
- Update generated client for TPR fix
- Fix update client script to ignore kubernetes/base folder
- Fix TPRs security
- Update client (only version changes)
- Update base submodule
- Update generated client
- Add OperationIDs to third party resources spec
- Update README.md
- Add kubernetes-client/python-base as submodule to this repo
- Remove base folder to prepare for submodule model
- Add support for thirdparty resource watch/create/put and delete operations (kubernetes-client#216)
- move skippbox/notebooks to client-python for GSoC
- Move manual code to a base folder to prepare for repo splitting.
- Put whitespaces around equal sign on README
- Update CHANGELOG.md
- Update requirements.txt
- Exclude urllib3 version 1.21 from depedencies as it breaks our code
- Update generated client
- Remove Spec Version constant as the main spec is versioned now
- Update CHANGELOG.md
- Fix urllib3 dependency to <=1.20
- Update CHANGELOG.md
- Update changelog
- Fix datatime parsing bug in api_client
- Update client
- Inline primitive models in preprocessing
- Add CHANGELOG.md entry [ci skip]
- Update client code
- Promote OpenAPI spec version to kubernetes 1.6.1
- preprocessing script to shorten model names as much as possible
- Update README.md
- Add kubernetes client badges
- Update README.md with ssl hostname troubleshooting [ci skip]
- Added troubleshooting section to the README.
- Update CHANGELOG.md [ci skip]
- Remove channel id from exec response in blocking mode
- update CHANGELOG [skip ci]
- Update CHANGELOG [ci skip]
- Update release.md
- Update CHANGELOG
- Improvements on ws_client. Now the client can returns an object to interact with websocket server and reach each channel separately
- Switch to minikube/localkube
- Implementation for /exec using websocket
- Add comment about hitch ppa
- Run e2e tests against against https url
- Refactor tests
- Add release process [skip ci]
- Add e2e for deployment and daemonsets
- Ability to run e2e tests multiple times
- Add example to create a deployment from yaml file
- Support insecure-skip-tls-verify config flag
- Fix ValueError in list_namespaced_config_map
- Update client with no change. Mostly formatting update in generator code
- Test if docs can be built
- tox target to enforce pep8
- Initial cut at documentation
- Kubernetes is not a valid value for Environment classifier in setup.py
- Update changelog
- Update generated client after bugfix kubernetes/kubernetes#39465
- Update spec version to latest spec in k8s 1.5 release
- Extract DevelopmentStatus as a constant to scripts/constants.py
- Add classifiers to setup.py
- Run Tests with python 3.5
- Update release steps to add source distribution
- Stop exporting script folder
- document release steps in a bash file.
- Fix package's long description
- Update CHANGELOG.md
- Fix changelog version to snapshot for master
- Support connecting to multiple clusters
- Add default kube config location
- Update CHANGELOG
- Resolving cert files relative path using kube-config file path.
- Fix failing setup.py
- Add missing parentheses to print()
- Add CHANGELOG.md
- Update generated client
- Set versions to snapshot for non-release branches
- Pass client version to client generator
- Update client
- Download OpenAPI spec directly from k8s release branch
- Update README.md file with a link to SIG API Machinery
- Add code test coverage for non-generated packages
-
- Add context switch to kube config loader
- incluster_config loader should fail on empty host/port or cert/token file
- Move ConfigException out of incluster_config and in it's own file
- Fix examples syntax error
- Make example code using
config.load_kube_config()
more portable - Make the README example code more portable
- README improvements
- Update CHANGELOG.md
- Add download stat how-to page [skip ci]
- Add PyPi badges [ci skip]
- Update CHANGELOG [skip ci]
- Add close method to websocket client
- Update release.md [skip ci]
- Update changelog
- add support for attach api call using websockets.
- Add compatibility section to README.md
- Update (and generalize) cherry pick script for client-python
- Copy original cherry pick script from kubernetes main repo
- Update Changelog
- Update generated client
- Use swagger-codegen 2.2.2 stable
- Update release.md
- Update CHANGELOG.md
- changelog update for kubernetes-client#187
- fix for kubernetes-client#187 failure when using RFC 6902 json-patch operation
- Update update-client.sh
- Update CHANGELOG.md
- Use kubernetes-client/gen generators to generate python client
- Support both TPR and CRD with custom objects spec (kubernetes-client#283)
- Add notebook on how to create a Service
- Update create_deployment notebook
- Remove code execution output from create_pod notebook
- Add introductory notebook
- Update CHANGELOG.md
- Add a little more detail to jupyter getting start with minikube
- Update requirements library for oidc auth (kubernetes-client#331)
- Add notebook on how to watch changes to an object
- Add notebook on how to create a Secret
- Changes from update-client.sh
- Introducing version and project variables
- Update compatibility matrix
- update changelog
- Support for v4 stream protocol
- Update Changelog for 3.0.0b1 release
- Update base submodule
- fix syntax error
- securely update deployment with patch_namespaced_deployment
- update for pep8
- add examples of deployment object
- Update documents for 4.0.0a release
- update CHANGELOG, adding a release note
- Change IntOrString field types from string to object
- Fix badge links
- api change V1PersistentVolumeSpec to V1ScaleIOPersistentVolumeSource
- Update code-of-conduct.md
- Update python-base
- Update maintenance matrix for release 6.0.0
- Add SECURITY_CONTACTS
- Update CHANGELOG to include python-base change
- Update python-base submodule
- fix typo
- Remove link to kubernetes-client/community
- Revert CHANGELOG to exclude api change from GA release
- Update CHANGELOG about adding custom object status and scale api
- added yliaog and roycaihw to OWNERS file.
- fix typo in comment
- Update example for remote cluster without override of default client
- Add examp...