tanjunchen
279c429abd
remove the unnecessary newline and unused vars
2019-10-08 22:43:10 +08:00
mikesplain
50c8d9b862
Rollback channels 1.14.7
...
https://github.com/kubernetes/kubernetes/issues/82923
2019-10-02 12:53:49 -04:00
Kubernetes Prow Robot
4de90d2566
Merge pull request #7665 from justinsb/update_k115_image
...
alpha channel: image for 1.15 and general update
2019-09-27 06:49:37 -07:00
Justin SB
aa44d58900
alpha channel: image for 1.15 and general update
...
Note that source of images is now:
https://github.com/kubernetes-sigs/image-builder/tree/master/images/kube-deploy/imagebuilder
2019-09-26 16:22:22 -04:00
Ole Markus With
64d9bb4dc1
Bump k8s versions in alpha channel
2019-09-21 19:19:38 +02:00
Justin SB
da31e3e7f2
"Force" k8s 1.11.10 in stable channel
...
Bringing this from the alpha channel (#7423 ) to the stable channel.
As discussed in office hours, and from the notes on #7423 :
Even 1.11 and 1.12 are technically unsupported, but this should get
users off the very oldest unsupported versions of k8s.
Users that want to stay on those versions can pass the
KOPS_RUN_OBSOLETE_VERSION env var.
2019-09-14 11:46:05 -04:00
Justin SB
fafa283e02
Promote 2019-08-16 AMIs from alpha -> stable
...
As discussed in office hours.
2019-09-14 11:32:38 -04:00
Peter Rifel
548683da8c
Promote 1.13 AMI from alpha to stable
2019-09-13 09:25:48 -07:00
Justin SB
61f35768fb
"Force" k8s 1.11.10; recommend kops 1.11.1
...
Even 1.11 and 1.12 are technically unsupported, but this should get
users off the very oldest unsupported versions of k8s.
Users that want to stay on those versions can pass the
KOPS_RUN_OBSOLETE_VERSION env var.
2019-09-10 09:47:58 -04:00
mikesplain
9e55b8230a
Update copyright notices
...
Also cleans some white spaces
2019-09-09 14:47:51 -04:00
Justin SB
eee1cbba07
Update channel recommended versions for kops versions
...
The kubernetesVersion in the kopsVersions block is used for new
clusters. I had forgotten to update it, so new clusters were being
created with versions that then immediately recommended an update.
2019-08-21 23:57:58 -04:00
Jesse Haka
c2ecd23608
promote k8s versions
2019-08-20 09:20:35 +03:00
Kubernetes Prow Robot
b82b2200f2
Merge pull request #7420 from justinsb/alpha_channel_amis_20190816
...
Update AMIs in alpha channels
2019-08-16 13:26:10 -07:00
Justin SB
247c98ef4e
CVE-2019-11247: promote k8s versions to stable channel
...
In particular we want 1.13.9 to pick up CVE-2019-11247
Note that although we include the 1.12.10 update, that does not
include the CVE fix.
2019-08-16 10:53:22 -04:00
Justin SB
fcacca03eb
Bump k8s versions in alpha channel
2019-08-16 10:47:42 -04:00
Justin SB
fcb26fb75b
Update AMIs in alpha channels
...
Add 1.13 and 1.14 images, bump 1.11 and 1.12 images.
2019-08-16 09:19:37 -04:00
Kubernetes Prow Robot
cb9de24875
Merge pull request #7343 from idealhack/promote-1.12-image-to-stable
...
Promote 1.12 image from alpha to stable
2019-08-01 09:14:27 -07:00
Kubernetes Prow Robot
2324dbb62d
Merge pull request #7337 from justinsb/promote_1_12_9_to_stable
...
Promote k8s 1.12.9 from alpha -> stable
2019-07-31 03:50:21 -07:00
Yang Li
7396e514f6
promoted 1.12 image from alpha to stable
...
includes fixes for "TCP SACK PANIC" CVE
2019-07-30 18:03:12 +09:00
Justin SB
e807c0910f
Bump alpha channel with latest kubernetes versions
...
As planned in office hours.
2019-07-29 12:25:16 -04:00
Justin SB
e2396651ed
Promote k8s 1.12.9 from alpha -> stable
2019-07-29 12:18:33 -04:00
Ryan Bonham
62d4b128ce
Improve channel updates, to use hash of manifests to ensure we always update on changes
2019-07-22 07:26:06 -07:00
Justin SB
2efe3a9dea
Add updated 1.12 image to the alpha channel
...
Includes fixes for "TCP SACK PANIC" CVE
2019-06-21 11:50:43 -04:00
Kubernetes Prow Robot
eceee797cb
Merge pull request #6984 from idealhack/bump-v1.11.10-stable
...
bumped k8s 1.11 versions to 1.11.10 in stable channel
2019-06-11 03:38:16 -07:00
Ryan Bonham
79e4d6a4c7
K8s 1.12.8 to stable 1.12.9 to alpha
2019-06-02 21:39:17 -05:00
Justin SB
0ac107af11
Bump alpha-channel of k8s
...
* 1.14.2
* 1.13.6
2019-05-19 22:46:05 +02:00
Justin SB
d74c31a814
Recommend kops 1.12.1
...
We should encourage people to use the released version now that it is
released (and the latest release version at that!)
2019-05-17 02:15:30 -07:00
Yang Li
704dc0c57b
bumped k8s 1.11 versions to 1.11.10 in stable channel
2019-05-15 14:59:15 +08:00
Yang Li
933677378b
bumped k8s 1.11 versions to 1.11.10 in alpha channel
2019-05-14 18:41:31 +08:00
Justin SB
3f7da40ebe
Configure AMIs for 1.12
...
Put the latest image into both alpha & stable channels.
2019-05-13 18:17:44 -07:00
Justin SB
044395c588
Call klog.InitFlags to enable logging
2019-05-06 13:00:31 -04:00
Justin SB
76d03b3f71
Generated files: glog -> klog
2019-05-06 12:56:03 -04:00
Justin SB
3e33ac7682
Change code from glog to klog
...
We don't call klog.InitFlags yet, because that will cause a flag
redefinition error until we get everyone to stop using glog. That
will happen when we update to k8s 1.13.
2019-05-06 12:54:51 -04:00
Christian Jantz
eb73f351a8
set kubernetes version to 1.12.8 to match current release
2019-04-26 16:43:02 +02:00
Justin SB
5b0e8c93d6
Put 1.13 and 1.14 into channels
...
Because they are both pre-release (for kops), we can put them into
stable & alpha channels immediately.
2019-04-14 16:20:02 -04:00
Justin SB
34ca8ba1b0
channels: promote alpha to stable
...
* k8s 1.11.8 => 1.11.9
2019-04-07 12:16:33 -07:00
Kubernetes Prow Robot
3d3ae2f071
Merge pull request #6670 from justinsb/more_alpha
...
Update alpha channel with other latest versions
2019-03-26 07:55:22 -07:00
Kubernetes Prow Robot
8a4d2db4f8
Merge pull request #6672 from justinsb/1_12_in_stable
...
Put 1.12 into stable channel, for users of kops 1.12-alphas
2019-03-26 03:05:30 -07:00
Kubernetes Prow Robot
f1bab13b07
Merge pull request #6669 from mikesplain/promote_alpha_to_stable
...
Promote alpha to stable and update alpha
2019-03-26 02:15:21 -07:00
Justin SB
99b402312a
Put 1.12 into stable channel, for users of kops 1.12-alphas
...
This ensures that users that use kops 1.12 (alpha) get k8s 1.12 by
default. We go straight to the latest k8s 1.12 release - there's no
reason to recommend an earlier one.
2019-03-26 00:28:29 -04:00
Justin SB
9cf69af8a1
Update alpha channel with other latest versions
...
Bringing all the latest versions into the alpha channels
2019-03-25 23:02:30 -04:00
mikesplain
91f3a25303
Promote alpha to stable and update alpha
...
Fixes #6662
2019-03-25 19:58:31 -04:00
Ole Markus With
e5588961cd
Bump K8s 1.11 to 1.11.9 in the alpha channel
2019-03-25 18:45:45 +01:00
Mike Splain
c2812a3cb9
Upgrade alpha to latest
2019-03-02 19:43:36 -05:00
Ole Markus With
239d599dc5
Promote Kubernetes 1.11.7 to stable
2019-03-01 20:35:58 +01:00
Mike Splain
399223f9c6
Bump alpha channels for testing
2019-01-27 14:55:49 -05:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
4f0169bb79
codegen
2019-01-16 09:30:40 -07:00
Justin SB
36db145bf3
Promote alpha kubernetes versions to stable
...
* 1.10.12
* 1.9.11
Also fix the recommended versions to prevent an immediately upgrade
prompt.
2019-01-04 00:23:56 -05:00
Justin Santa Barbara
87ff49b2b7
Update recommended kubernetes version
...
Currently, the recommended version needs to be updated in multiple
places - once for new clusters and once for updates I believe. (We
probably could/should address this.) But updating the two places to
1.11.6 for consistency.
2018-12-25 07:33:28 -05:00
mikesplain
0b03f0229a
Bump channels and bump alpha to latest
2018-12-20 13:27:27 -05:00