Skip to content

Commit

Permalink
Update Kubernetes 1.19.0-beta.0 to 1.19.0-beta.2
Browse files Browse the repository at this point in the history
```release-note
- Update 1.19.0-beta.0 to 1.19.0-beta.2
```
  • Loading branch information
ereslibre committed Jun 27, 2020
1 parent 9602b3e commit fd81149
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/publish-testing-images.yml
Expand Up @@ -58,17 +58,17 @@ jobs:
env:
CONTAINER_BUILD_OPTIONS: --image hypervisor:1.18.5
DOCKER_HUB_TOKEN: $(DOCKER_HUB_TOKEN)
- job: publish_hypervisor_1_19_0_beta_0_container_image
- job: publish_hypervisor_1_19_0_beta_2_container_image
dependsOn:
- publish_containerd_1_3_4_container_image
displayName: Publish hypervisor:1.19.0-beta.0 container image
displayName: Publish hypervisor:1.19.0-beta.2 container image
pool:
vmImage: ubuntu-18.04
steps:
- bash: make publish-container-image-ci
displayName: Publish container image
env:
CONTAINER_BUILD_OPTIONS: --image hypervisor:1.19.0-beta.0
CONTAINER_BUILD_OPTIONS: --image hypervisor:1.19.0-beta.2
DOCKER_HUB_TOKEN: $(DOCKER_HUB_TOKEN)
pr:
branches:
Expand Down
6 changes: 3 additions & 3 deletions .azure-pipelines/publish-tooling-images.yml
Expand Up @@ -40,15 +40,15 @@ jobs:
env:
CONTAINER_BUILD_OPTIONS: --image kubelet-installer:1.18.5
DOCKER_HUB_TOKEN: $(DOCKER_HUB_TOKEN)
- job: publish_kubelet_installer_1_19_0_beta_0_container_image
displayName: Publish kubelet-installer:1.19.0-beta.0 container image
- job: publish_kubelet_installer_1_19_0_beta_2_container_image
displayName: Publish kubelet-installer:1.19.0-beta.2 container image
pool:
vmImage: ubuntu-18.04
steps:
- bash: make publish-container-image-ci
displayName: Publish container image
env:
CONTAINER_BUILD_OPTIONS: --image kubelet-installer:1.19.0-beta.0
CONTAINER_BUILD_OPTIONS: --image kubelet-installer:1.19.0-beta.2
DOCKER_HUB_TOKEN: $(DOCKER_HUB_TOKEN)
pr:
branches:
Expand Down
8 changes: 4 additions & 4 deletions .azure-pipelines/test.yml
Expand Up @@ -83,18 +83,18 @@ jobs:
displayName: Run end to end tests
env:
KUBERNETES_VERSION: 1.18.5
- job: e2e_1_19_0_beta_0
displayName: e2e tests - 1.19.0-beta.0
- job: e2e_1_19_0_beta_2
displayName: e2e tests - 1.19.0-beta.2
pool:
vmImage: ubuntu-18.04
steps:
- bash: make deps
displayName: Install host dependencies
env:
KUBERNETES_VERSION: 1.19.0-beta.0
KUBERNETES_VERSION: 1.19.0-beta.2
- bash: make e2e-remote
displayName: Run end to end tests
env:
KUBERNETES_VERSION: 1.19.0-beta.0
KUBERNETES_VERSION: 1.19.0-beta.2
variables:
CI: "1"
2 changes: 1 addition & 1 deletion RELEASE
Expand Up @@ -13,6 +13,6 @@ kubernetesVersions:
- version: "1.18.5"
etcdVersion: "3.4.3"
coreDNSVersion: "1.6.7"
- version: "1.19.0-beta.0"
- version: "1.19.0-beta.2"
etcdVersion: "3.4.3"
coreDNSVersion: "1.6.7"
2 changes: 1 addition & 1 deletion RELEASE_TEST
Expand Up @@ -21,6 +21,6 @@ kubernetesVersions:
"1.18.5":
containerdVersion: "1.3.4"
pauseVersion: "3.1"
"1.19.0-beta.0":
"1.19.0-beta.2":
containerdVersion: "1.3.4"
pauseVersion: "3.1"
2 changes: 1 addition & 1 deletion internal/pkg/component/components/control_plane.go
Expand Up @@ -129,7 +129,7 @@ func (controlPlane *ControlPlane) Reconcile(inquirer inquirer.ReconcilerInquirer
"--cluster-signing-key-file", componentSecretsPathFile(cluster.Namespace, cluster.Name, component.Name, "cluster-signing-ca.key"),
"--cluster-cidr", cluster.ClusterCIDR,
"--service-cluster-ip-range", cluster.ServiceCIDR,
"--allocate-node-cidrs", "true",
"--allocate-node-cidrs",
}
if cluster.NodeCIDRMaskSize > 0 {
kubeControllerManagerArguments = append(
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/pkg/constants/zz_generated.test_data.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd81149

Please sign in to comment.