Commit Graph

142 Commits

Author SHA1 Message Date
Justin Santa Barbara a4ea3ea5da Merge pull request #2238 from justinsb/release_160_alpha1
Version updates for 1.6.0-alpha.1
2017-03-30 10:38:27 -04:00
Justin Santa Barbara 5a539882b0 Version updates for kops 1.6.0-alpha.1 2017-03-30 01:08:55 -04:00
Justin Santa Barbara 2759a5fa6c Update to golang 1.7.5
Kubernetes did so in https://github.com/kubernetes/kubernetes/pull/41771

We're also starting to see failures with pulling the 1.7.4 image
2017-03-29 23:01:02 -04:00
Kris Nova 5fdee1ad1f Merge pull request #2204 from kris-nova/uas
API Server - rebased on 1.6 vendor changes, and compiling main.go
2017-03-28 15:48:36 +02:00
Justin Santa Barbara cb8ea7e043 Use repeated flags for log-opt to docker
Also add tests for the expected format
2017-03-28 00:53:31 -04:00
Kris Nova 687ff420b4 Reset server main.go and Makefile to 71e78cafc186b715a58c24788e9714abced26f85 2017-03-28 06:10:22 +02:00
Kris Nova 0497fceaec Initial commit before rebasing 2017-03-28 06:10:22 +02:00
Justin Santa Barbara 4fdded6e4b Fixes for updated apiserver/apimachinery 2017-03-28 06:10:21 +02:00
Kris Nova 3e75901e99 Getting API server running in a kubernetes cluster with helm and docker containers 2017-03-28 06:10:21 +02:00
Justin Santa Barbara 4006741a5d Update for new taints / labels names 2017-03-27 23:13:39 -04:00
andrewsykim 35afd5e354 Fix circular dependency in file node task 2017-03-27 22:24:23 -04:00
Justin Santa Barbara bdf0d04b0a Merge pull request #2104 from justinsb/container_optimized_os
Initial Container-Optimized OS support
2017-03-27 10:21:39 -04:00
Justin Santa Barbara b595a88a18 Merge pull request #2140 from justinsb/goimports
Script to call goimports
2017-03-26 00:04:03 -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
Eric Hole 1336d9f5e6 Update KOPS_RELEASE_VERSION from the beta 2017-03-20 09:16:29 -04:00
Justin Santa Barbara a41e7598ca Script to call goimports
Trying out python
2017-03-16 09:42:38 -04:00
Justin Santa Barbara cb4641fea3 Code updates 2017-03-16 02:40:50 -04:00
Daniel Nelson 4cad4bd519 Fix makefile to correctly detect macOS shasum 2017-03-10 11:24:40 -08:00
Justin Santa Barbara b4b9bcb53e makefile: replace protokube.tar.gz 2017-03-02 12:14:35 -05:00
Justin Santa Barbara 753eef5fd1 Cleanup of protokube image building & tagging
Should fix problems with tagging
2017-03-01 21:16:32 -05:00
Zach Loafman 31462edff8 build: Fix what's actually exported 2017-03-01 12:35:33 -08:00
Justin Santa Barbara 2af3961d02 Sanitize docker tag consistently
We need to use the same logic in the Makefile when we build the image,
and in kops when we reference the image.
2017-03-01 14:14:19 -05:00
Zach Loafman 3078985bb6 build: Fix protokube tag during build
This got past the PR builder / Travis because the PR builder
explicitly sets VERSION, and Travis isn't setting "CI". (I think.)
2017-03-01 10:55:06 -08:00
Zach Loafman ee78e633f1 build: Make CI build versions look real
This is a stopgap until we can do something more clever here, like the
tagging done in the k8s repo.
2017-03-01 09:01:45 -08:00
Justin Santa Barbara a8c6b813da Tag 1.5.2-beta.2 2017-02-24 09:16:49 -05:00
Justin Santa Barbara 4557ee7b9e Add socat to CoreOS
We build a statically linked version and distribute it with kops.

Note that our version of socat does not include libssl, but kubernetes
does not use it anyway.
2017-02-24 01:24:25 -05:00
Chris Love 95397959e3 Merge pull request #1923 from justinsb/fix_1788
dns-controller: include namespace in keys
2017-02-19 13:29:21 -07:00
Justin Santa Barbara 31394aedfa dns-controller: include namespace in keys
Avoids collisions when two services are named the same (for example).

Fix #1788
2017-02-15 23:58:25 -05:00
Justin Santa Barbara c4a705880e Tag 1.5.2-beta.1
The CoreOS changes need a new nodeup; easiest way is probably to tag a
beta of the next release.
2017-02-15 01:48:00 -05:00
Chris Love 89a14c0641 Merge pull request #1797 from justinsb/conversion_v1alpha2
Add v1alpha2 conversion functions
2017-02-13 22:30:19 -07:00
Justin Santa Barbara c94da4436b Makefile: hint on how to install sha1sum 2017-02-11 14:03:36 -05:00
Jakub Paweł Głazik bffcc13154 Fix minor build error related to detecting sha1sum
$(error .. ) expression evaluates to empty string which means it
cannot be preceeded with TAB character as it is treated as command then.

See http://stackoverflow.com/a/4713737

This obsoleted #1838
2017-02-10 21:51:55 +01:00
Manuel de Brito Fontes 23592608b5 Check sha1sum command exists 2017-02-07 13:45:36 -03:00
Justin Santa Barbara 01deca826c Tag release 1.5.1 2017-02-07 01:54:30 -05:00
Justin Santa Barbara 4402ce2180 Tag 1.5.0 2017-02-06 20:44:16 -05:00
Justin Santa Barbara dd4b9b08c6 Add v1alpha2 conversion functions 2017-02-06 20:31:53 -05:00
andrewsykim 55fa7d1d93 run govet and gofmt as first steps in CI 2017-02-04 20:47:10 -05:00
Justin Santa Barbara 1d32f7065f Mark beta2 2017-02-01 12:37:28 -05:00
Justin Santa Barbara b419f2013d Bump to 1.5.0-beta1 2017-01-25 23:45:13 -05:00
Justin Santa Barbara 587c341dd7 Fix boilerplate / gofmt 2017-01-25 09:13:45 -05:00
Justin Santa Barbara 8154ab7bd2 Merge pull request #1581 from justinsb/fix_1057
Record git version of what we're building
2017-01-25 00:16:38 -05:00
Justin Santa Barbara a60d7982e0 Tag alpha4, dns-controller 1.5.1 2017-01-21 15:20:31 -05:00
Justin Santa Barbara b584aebbc3 Record git version of what we're building
If we're running from a different directory (most commonly a checkout
into src/github.com/kubernetes/kops), the git sha would be the sha of
the working directory, but then we always build by name.

Fix by changing to the correct directory first.

Fix #1057
2017-01-20 21:54:26 -05:00
Justin Santa Barbara 082abaacd7 Unset KOPS_STATE_STORE when calling genhelpdocs
Fix #1365
2017-01-17 00:27:58 -05:00
Kris Nova 2dad37aeec Merge pull request #1482 from justinsb/always_include_gitsha
Always include a gitsha in the version
2017-01-15 20:21:57 -07:00
Justin Santa Barbara 6a23c82d63 Always include a gitsha in the version
Fix #1462
2017-01-15 17:14:37 -05:00
Justin Santa Barbara 4de7f2c0c7 Build for apimachinery builders from vendor 2017-01-15 16:02:17 -05:00
Justin Santa Barbara 55f9d8b601 Tag alpha3 2017-01-11 01:05:12 -05:00
Justin Santa Barbara d95a362960 Update makefile for 1.5.0-alpha2 2017-01-09 23:38:12 -05:00
Zach Loafman 2ee209dea5 kops: Always enable CI versioning on gcs-upload-ci target
Follow-on to https://github.com/kubernetes/kops/pull/1380, relies on
https://www.gnu.org/software/make/manual/make.html#Target_002dspecific
to override the target used for CI upload.
2017-01-09 11:04:58 -08:00