v0.3.4
Changes by Kind
Feature
- gh2gcs: Download release assets in parallel (#1344, @cpanato)
- k8s-cloud-builder: Build cross1.14 variant on kube-cross:v1.14.4-1 (#1346, @justaugustus)
- k8s-cloud-builder: Build cross1.14 variant on kube-cross:v1.14.4-2 (#1374, @justaugustus)
- kube-cross: Build v1.14.4-1 image (#1339, @justaugustus)
- kube-cross: Build v1.14.4-2 and v1.13.12-2 images (#1372, @justaugustus)
- kube-cross: Update to go1.13.12 (#1347, @Verolop)
Documentation
- Update
krel release-notes
documentation to reflect ui changes introduced in the last code clean up. (#1356, @puerco)
Bug or Regression
- packages/deb: Use go modules instead of vendor in build Dockerfile (#1359, @justaugustus)
- packages: Reintroduce kubernetes-cni package at v0.8.6 (#1375, @justaugustus)
Other (Cleanup or Flake)
- Function
BranchExists()
has been ported to the github package. - The
addReferenceToAssetsFile()
function idempotent to enable re-generation of json files - The GitHub organization flag to create PRs is now simply
--org
- The
--website-org
and--draft-org
have been removed - Fork checking is now done in an independent block which can be called independently
--create-draft-pr
and--create-website-pr
can now be run at the same time- Running krel release-notes without any option now shows usage info and exits (#1350, @puerco)
- Schedule-builder: add unit tests (#1349, @cpanato)
- Update
github.com/go-git/go-git
dependency to v5.1.0 - Update
github.com/sendgrid/rest
dependency to v2.6.0 - Update
github.com/sendgrid/sendgrid-go
dependency to v3.6.0 - Update
github.com/stretchr/testify
dependency to v1.6.1 - Update
github.com/yuin/goldmark
dependency to v1.1.32 - Update
github.com/bazelbuild/rules_go
dependency to v0.23.3 - Update
golang.org/x/net
dependency to v0.0.0-20200602114024-627f9648deb9 (#1357, @cpanato)
Dependencies
Added
- github.com/NYTimes/gziphandler: 56545f4
- github.com/PuerkitoBio/purell: v1.0.0
- github.com/PuerkitoBio/urlesc: 5bd2802
- github.com/docker/spdystream: 449fdfc
- github.com/elazarl/goproxy: 947c36d
- github.com/emicklei/go-restful: ff4f55a
- github.com/evanphx/json-patch: v4.2.0+incompatible
- github.com/go-logr/logr: v0.1.0
- github.com/go-openapi/jsonpointer: 46af16f
- github.com/go-openapi/jsonreference: 13c6e35
- github.com/go-openapi/spec: 6aced65
- github.com/go-openapi/swag: 1d0bd11
- github.com/google/gofuzz: v1.1.0
- github.com/googleapis/gnostic: v0.1.0
- github.com/imdario/mergo: v0.3.9
- github.com/json-iterator/go: v1.1.8
- github.com/mailru/easyjson: d5b7844
- github.com/modern-go/concurrent: bacd9c7
- github.com/modern-go/reflect2: v1.0.1
- github.com/munnerz/goautoneg: a547fc6
- github.com/mxk/go-flowrate: cca7078
- gopkg.in/inf.v0: v0.9.1
- gopkg.in/yaml.v3: 9f266ea
- k8s.io/apimachinery: v0.18.3
- k8s.io/gengo: 0689ccc
- k8s.io/kube-openapi: 61e04a5
- sigs.k8s.io/structured-merge-diff/v3: v3.0.0
Changed
- github.com/bazelbuild/rules_go: v0.23.1 → v0.23.3
- github.com/go-git/go-git/v5: v5.0.0 → v5.1.0
- github.com/gogo/protobuf: v1.2.1 → v1.3.1
- github.com/kisielk/errcheck: v1.1.0 → v1.2.0
- github.com/sendgrid/rest: v2.4.1+incompatible → v2.6.0+incompatible
- github.com/sendgrid/sendgrid-go: v3.5.0+incompatible → v3.6.0+incompatible
- github.com/stretchr/testify: v1.5.1 → v1.6.1
- github.com/yuin/goldmark: v1.1.30 → v1.1.32
- golang.org/x/net: 244492d → 627f964
- golang.org/x/sys: 5c8b2ff → 85ca7c5
- k8s.io/klog: v0.3.0 → v1.0.0
Removed
Nothing has changed.