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: ...@@ -14,6 +14,7 @@ tags:
subordinate: false subordinate: false
series: series:
- xenial - xenial
- bionic
requires: requires:
apiserver: apiserver:
interface: http interface: http
......
...@@ -15,6 +15,7 @@ tags: ...@@ -15,6 +15,7 @@ tags:
- conformance - conformance
series: series:
- xenial - xenial
- bionic
requires: requires:
kubernetes-master: kubernetes-master:
interface: http interface: http
......
...@@ -20,6 +20,7 @@ tags: ...@@ -20,6 +20,7 @@ tags:
subordinate: false subordinate: false
series: series:
- xenial - xenial
- bionic
provides: provides:
kube-api-endpoint: kube-api-endpoint:
interface: http interface: http
......
...@@ -18,6 +18,7 @@ tags: ...@@ -18,6 +18,7 @@ tags:
- misc - misc
series: series:
- xenial - xenial
- bionic
subordinate: false subordinate: false
requires: requires:
kube-api-endpoint: 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