dependabot[bot]
7780897ef7
Bump codecov/codecov-action from 2 to 3
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 03:02:47 +00:00
Kubernetes Prow Robot
cd7872589b
Merge pull request #1734 from kubernetes-client/dependabot/github_actions/actions/checkout-3
...
Bump actions/checkout from 2 to 3
2022-03-28 09:37:23 -07:00
dependabot[bot]
c4d19e9dce
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 03:04:33 +00:00
dependabot[bot]
1bf071a2d8
Bump actions/setup-python from 2.3.2 to 3
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2.3.2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.3.2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 03:06:26 +00:00
antonblr
18f3bd2408
Generate and upload code coverage
2022-02-10 19:18:01 -08:00
dependabot[bot]
8dbfbe6801
Bump actions/setup-python from 2.3.1 to 2.3.2
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v2.3.2 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 03:05:35 +00:00
dependabot[bot]
067c704717
Bump actions/setup-python from 2.3.0 to 2.3.1
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.3.0...v2.3.1 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-30 03:03:59 +00:00
dependabot[bot]
5c26886080
Bump actions/setup-python from 2.2.2 to 2.3.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v2.3.0 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-18 03:02:51 +00:00
Christian Clauss
dc11cf50ef
Add Python 3.10 to the testing
2021-10-15 13:01:16 +02:00
dependabot[bot]
e0f093d6ba
Bump helm/kind-action from 1.1.0 to 1.2.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 03:03:29 +00:00
dependabot[bot]
c5e7907d0b
Bump actions/setup-python from 2.1.3 to 2.2.2
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2.1.3 to 2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.1.3...v2.2.2 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 03:02:55 +00:00
Nabarun Pal
5718898a83
Add GitHub Action workflow for running e2e tests
...
The e2e here uses kind. The eventual goal would be to remove
the use of minikube completely and use kind exclusively in
conformance to general Kubernetes upstream usage.
- Add kind cluster configs for all supported Kubernetes versions
- Add GH Action workflows for end to end testing
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-06 12:05:00 +05:30
Nabarun Pal
30fe907ea5
Remove Python 3.5 GitHub Actions pipelines
...
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-06 11:51:59 +05:30
Priyanka Saggu
4431c4d577
drop python2 support from k8s-client/python
...
Signed-off-by: Priyanka Saggu <priyankasaggu11929@gmail.com>
2021-05-14 23:05:33 +05:30
Haowei Cai
d86a47de26
add PR template
...
copied from k/k. We should add the same template to python-base
2021-04-20 11:01:16 -07:00
dependabot[bot]
b78db01baf
Bump actions/setup-python from v2.1.4 to v2.2.2
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v2.1.4 to v2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.1.4...dc73133d4da04e56a135ae2246682783cc7c7cb6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-13 03:02:11 +00:00
Gábor Lipták
213cd83c8a
Add Python 3.9 to build
...
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2020-11-09 19:28:08 -05:00
dependabot[bot]
587cb21be9
Bump actions/setup-python from v2.1.3 to v2.1.4
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.1.3...41b7212b1668f5de9d65e9c82aa777e6bbedb3a8 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-28 00:26:27 +00:00
dependabot[bot]
d31652a3a0
Bump actions/setup-python from v2.1.2 to v2.1.3
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.1.2...c181ffa198a1248f902bc2f7965d2f9a36c2d7f6 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 03:15:39 +00:00
dependabot[bot]
f72d2a50e0
Bump actions/setup-python from v1 to v2.1.2
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v1 to v2.1.2.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v1...24156c231c5e9d581bde27d0cdbb72715060ea51 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 04:35:01 +00:00
Brendan Burns
a824364676
Add dependabot.
2020-09-20 21:24:43 -07:00
Nabarun Pal
3866e9642b
Fix the issue with Github Actions
...
The submodule needs to be synced when checking out the repository.
Ref: https://github.com/actions/checkout
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-06-22 19:14:37 +05:30
Haowei Cai
bdd32dd938
add github actions
2020-05-11 16:05:31 -07:00
Scott Lee
9dbbc6959a
Add issue templates ( #916 )
...
* Add issue templates
* Include feedback fixes
* Fix wording
2019-08-13 12:31:42 -07:00