Commit Graph

47 Commits

Author SHA1 Message Date
Justin Santa Barbara 05859ed2a4 Have kops 1.7 use k8s 1.7 2017-06-30 15:32:54 -04:00
Justin Santa Barbara d8430a1f40 alpha channel: Bump k8s version to 1.6.6 2017-06-20 22:19:59 -04:00
Justin Santa Barbara 310af92964 Move alpha channel to stable
In particular, this ensures that kops 1.6 users get k8s 1.6.2
2017-05-17 02:15:15 -04:00
Justin Santa Barbara 603f3581d8 Update alpha channel: new images, new k8s 2017-05-13 00:55:46 -04:00
Justin Santa Barbara 5d9a5c611f Fix channel version recommendations
We were recommending 1.5.2 based on the kops version, but then 1.5.4
based on that k8s version.

Fix & add a test.
2017-05-05 20:28:46 -04:00
Justin Santa Barbara e3bc3a6940 Bump stable channel with alpha; alpha channel with latest 2017-04-25 00:55:50 -04:00
Chris Love 3fe6e04c7a Merge pull request #2336 from justinsb/channels_f_alias
channels: accept -f and --files
2017-04-19 05:09:55 -06:00
Justin Santa Barbara 799142b3fc channels: accept -f and --files 2017-04-19 00:17:13 -04:00
Justin Santa Barbara 12e61b1378 Fix channel version format string 2017-04-10 12:24:46 -04:00
Justin Santa Barbara aafe8aca21 Add docs for addon manager 2017-04-08 12:21:22 -04:00
Justin Santa Barbara a7c2c554e1 channels: support targeting kubernetes versions 2017-04-08 11:08:03 -04:00
Justin Santa Barbara 96b79fae2b Fix govet problem
This otherwise has broken head.
2017-04-07 23:11:08 -04:00
Justin Santa Barbara 20e867e822 Bump alpha channel: 1.5.6, and 1.6.0 for kops 1.6 2017-03-29 21:58:18 -04:00
Justin Santa Barbara 4006741a5d Update for new taints / labels names 2017-03-27 23:13:39 -04:00
Justin Santa Barbara b9204e9911 Initial Container-Optimized OS support
Add initial support for google's container-optimized OS (available on
GCE).
2017-03-20 23:47:37 -04:00
Justin Santa Barbara cb4641fea3 Code updates 2017-03-16 02:40:50 -04:00
Justin Santa Barbara 2f6003aa2a Bump alpha channel to 1.5.4 2017-03-09 09:07:46 -05:00
King'ori Maina 8332846c8e
Update alpha channel with K8s 1.4.9 and 1.5.3
* https://github.com/kubernetes/kubernetes/releases/tag/v1.4.9
* https://github.com/kubernetes/kubernetes/releases/tag/v1.5.3
2017-02-16 20:39:56 +02:00
Justin Santa Barbara 6df2b74235 Update stable & alpha channel to 1.5.1
This will only affect the kops 1.5.x line, and it is only a
recommendation at the current time.
2017-02-07 02:01:18 -05:00
Justin Santa Barbara 2e9446deb0 Update stable channel for kops 1.5.0, k8s 1.4.8
This should not impact kops 1.4 users:

* The first image is the 1.4 image
* The cluster.kubernetesVersion is 1.4.8
* kops 1.4 will not read kubernetesVersion nor kopsVersion

We do bump the recommended k8s to 1.4.8
2017-02-06 21:41:42 -05:00
Justin Santa Barbara 2d37ab1ca5 Recommend a k8s version based on each kops version
So the flow is that we recommend (or strongly recommend) a new kops
version when one is required for a new version, and then the new kops
version will recommend (or strongly recommend) a new k8s version.

We don't have a notion of multiple recommended k8s versions per kops
version - that is what channels are for.

Users are always free to disregard updates, even "required" ones by
setting a flag.
2017-02-06 01:06:03 -05:00
Justin Santa Barbara 2ac112a2dd Add version-dependent recommendations to alpha channel
Issue #1667
2017-01-29 14:08:44 -05:00
Justin Santa Barbara 5e08a7de0c Fix segfault in apply_channel
If a parallel master concurrently applied an update, update may be nil,
and we might raise a segafault.
2017-01-18 21:12:03 -05:00
Justin Santa Barbara 52db793709 Bump alpha channel to k8s 1.5.2 2017-01-12 14:27:10 -05:00
Justin Santa Barbara 6581f2732b Bump to 4.4.41 image, with more regions 2017-01-09 20:51:13 -05:00
Justin Santa Barbara 1e30ca7018 Fix channels build
Looks like I forgot to update it for the k8s API update
2017-01-05 01:30:48 -05:00
Justin Santa Barbara 04e8cab909 Fix for serialization of unversioned channels object 2017-01-03 22:26:08 -05:00
Justin Santa Barbara a375b1af82 Updates for k8s 1.6 code 2017-01-03 20:32:48 -05:00
Chris Love 8f334ee689 Merge pull request #1291 from justinsb/bump_stable_channel
Run 1.4.7 in the stable channel
2016-12-28 10:31:18 -07:00
Justin Santa Barbara 889a65c966 Create alpha channel for 1.5.1 2016-12-28 11:30:40 -05:00
Justin Santa Barbara 0094fb8197 Run 1.4.7 in the stable channel 2016-12-28 11:23:49 -05:00
chrislovecnm e264567ade bumping stable channel to k8s 1.4.6 2016-11-22 23:10:43 -07:00
Justin Santa Barbara 27026ff110 Misc build fixes for dns-controller 2016-11-19 15:01:00 -05:00
Justin Santa Barbara ee44353cde Add support for kopeio networking 2016-11-16 14:20:23 -05:00
Justin Santa Barbara 8752cb3f84 Update stable channel
kubernetes 1.4.3
Kernel 4.2.26
2016-10-21 03:04:41 -04:00
Chris Love 6ceeb25d10 Merge pull request #654 from justinsb/govet_fixes
govet fixes; add govet makefile target
2016-10-15 21:00:36 -06:00
chrislovecnm 8fa2aac99f fixing more headers 2016-10-15 19:20:56 -06:00
Justin Santa Barbara 3f54852497 govet fixes; add govet makefile target 2016-10-15 13:25:31 -04:00
Justin Santa Barbara 90a075f50e Refactor Channel FindImage
Also fixes an issue where `kops upgrade` can't find the latest image in
the manifest.
2016-10-01 15:46:07 -04:00
Justin Santa Barbara f51719f938 Allow channels to cope with non-local URLs
We copy to a temp file before calling kubectl apply
2016-10-01 13:52:52 -04:00
Justin Santa Barbara b0f7bbbadf Allow channels tool to understand well-known short references
This allows us to move them to a dedicated addons repo later.
2016-10-01 10:58:46 -04:00
Justin Santa Barbara 3e717f793c Add AWS label to image in stable channel 2016-10-01 00:01:21 -04:00
Justin Santa Barbara 51ea3515a1 Rename stable.yaml -> stable
So that we can refer to it as "stable"
2016-09-30 23:24:38 -04:00
Justin Santa Barbara aebf5f1e03 Create stable channel for kops
The idea being we don't necessarily always want to pick up the latest
change immediately, without validating it first.

Also this is an easy way to recommend the latest AMI without having to
search for it.  We also create an alias to the owner id, so that it is
readable / verifiable.
2016-09-30 20:59:32 -04:00
Justin Santa Barbara 9ca45c160a channels: default to localhost if cluster config not found 2016-09-27 02:01:19 -04:00
Justin Santa Barbara f339d272d9 Accept relative URLs in addon channels 2016-09-27 01:59:26 -04:00
Justin Santa Barbara 732fd7c07b Simple addon management tool 2016-09-25 18:27:15 -04:00