Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Add support for Kubernetes 1.15 #134

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ dist: trusty

env:
matrix:
- HYPERKUBE_VERSION=1.14.0
- HYPERKUBE_VERSION=1.13.1
- HYPERKUBE_VERSION=1.12.4
- HYPERKUBE_VERSION=1.11.5
- HYPERKUBE_VERSION=1.15.3
- HYPERKUBE_VERSION=1.14.5
- HYPERKUBE_VERSION=1.13.10
- HYPERKUBE_VERSION=1.12.10
- HYPERKUBE_VERSION=1.11.10
- HYPERKUBE_VERSION=1.10.12
- HYPERKUBE_VERSION=1.9.11
- HYPERKUBE_VERSION=1.8.6
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ Gracefully stop it with:
pupernetes can start a specific Kubernetes version with the flag `--hyperkube-version=1.9.3`.

These are the current supported versions:
- [x] 1.15
- [x] 1.14
- [x] 1.13
- [x] 1.12
Expand Down
Loading