Skip to content

v0.3.4

Compare
Choose a tag to compare
@justaugustus justaugustus released this 23 Jun 21:11
· 4545 commits to master since this release
v0.3.4
5b86e68

Changes by Kind

Feature

Documentation

Bug or Regression

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

Removed

Nothing has changed.