Skip to content

Commit

Permalink
Merge pull request #115 from renoki-co/upgrade/1.22
Browse files Browse the repository at this point in the history
[2.x] Bump Kubernetes support
  • Loading branch information
rennokki authored Aug 11, 2021
2 parents 6bcaf78 + 2bd0284 commit cd36c42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- '7.4'
- '8.0'
kubernetes:
- '1.19.10'
- '1.20.6'
- '1.21.0'
- '1.20.9'
- '1.21.3'
- '1.22.0'
laravel:
# - 7.*
- 8.*
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ PHP K8s
[![Monthly Downloads](https://poser.pugx.org/renoki-co/php-k8s/d/monthly)](https://packagist.org/packages/renoki-co/php-k8s)
[![License](https://poser.pugx.org/renoki-co/php-k8s/license)](https://packagist.org/packages/renoki-co/php-k8s)

![v1.19.10 K8s Version](https://img.shields.io/badge/K8s%20v1.19.10-Ready-%23326ce5?colorA=306CE8&colorB=green)
![v1.20.6 K8s Version](https://img.shields.io/badge/K8s%20v1.20.6-Ready-%23326ce5?colorA=306CE8&colorB=green)
![v1.21.0 K8s Version](https://img.shields.io/badge/K8s%20v1.21.0-Ready-%23326ce5?colorA=306CE8&colorB=green)
![v1.20.9 K8s Version](https://img.shields.io/badge/K8s%20v1.20.9-Ready-%23326ce5?colorA=306CE8&colorB=green)
![v1.21.3 K8s Version](https://img.shields.io/badge/K8s%20v1.21.3-Ready-%23326ce5?colorA=306CE8&colorB=green)
![v1.22.0 K8s Version](https://img.shields.io/badge/K8s%20v1.22.0-Ready-%23326ce5?colorA=306CE8&colorB=green)

[![Client Capabilities](https://img.shields.io/badge/Kubernetes%20Client-Silver-blue.svg?colorB=C0C0C0&colorA=306CE8)](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md#client-capabilities)
[![Client Support Level](https://img.shields.io/badge/Kubernetes%20Client-beta-green.svg?colorA=306CE8)](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md#client-support-level)
Expand Down

0 comments on commit cd36c42

Please sign in to comment.