Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Circle CI] Drop support of Kubernetes 1.8 #344

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,10 @@ jobs:
K8S_VERSION: v1.9.0
GKE_CLUSTER_VERSION: "1.9"
<<: *defaults
k8s-v1.8:
environment:
K8S_VERSION: v1.8.0
GKE_CLUSTER_VERSION: "1.8"
<<: *defaults

workflows:
version: 2
all-k8s-tests:
jobs:
- k8s-v1.10
- k8s-v1.9
- k8s-v1.8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For a more detailed description of the Habitat type have a look [here](https://g
## Prerequisites

- Habitat `>= 0.52.0`
- Kubernetes cluster with version `1.8.x`, `1.9.x` or `1.10.x`
- Kubernetes cluster with version `1.9.x` or `1.10.x`
- Kubectl version `1.9.x` or `1.10.x`

## Installing
Expand Down