Unverified Commit 97e2d2af authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #65644 from tvansteenburgh/master

Automatic merge from submit-queue (batch tested with PRs 65582, 65480, 65310, 65644, 65645). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add Ubuntu 18.04 (Bionic) series to Juju charms **What this PR does / why we need it**: Adds Ubuntu 18.04 (Bionic) series to Juju charms. 16.04 (Xenial) is still the default series, but with this change the charms can be easily deployed on Bionic if desired. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note Add Ubuntu 18.04 (Bionic) series to Juju charms ```
parents 55c5aaac 9482be24
......@@ -14,6 +14,7 @@ tags:
subordinate: false
series:
- xenial
- bionic
requires:
apiserver:
interface: http
......
......@@ -15,6 +15,7 @@ tags:
- conformance
series:
- xenial
- bionic
requires:
kubernetes-master:
interface: http
......
......@@ -20,6 +20,7 @@ tags:
subordinate: false
series:
- xenial
- bionic
provides:
kube-api-endpoint:
interface: http
......
......@@ -18,6 +18,7 @@ tags:
- misc
series:
- xenial
- bionic
subordinate: false
requires:
kube-api-endpoint:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment