Skip to content

v0.3.1

Compare
Choose a tag to compare
@justaugustus justaugustus released this 13 May 06:12
· 4505 commits to master since this release
v0.3.1
c600d12

Changes by Kind

API Change

  • Added --format go-template:inline:<template-string> options to release-notes tool
  • Removed deprecated FormatSpecMarkdown from options package (#1271, @saschagrunert) [SIG Release]
  • Added document.GatherReleaseNotesDocument and notes.GatherReleaseNotes API
  • Changed document.CreateDocument to document.New which now needs a start and end tag for later rendering as well (#1272, @saschagrunert) [SIG Release]
  • Removed deprecated document.RenderMarkdown function (#1274, @saschagrunert) [SIG Release]

Feature

  • Add CreatePullRequest() to the github package (#1268, @puerco) [SIG Release]
  • Added MatchesExcludeFilter and MatchesIncludeFilter public functions to notes package (#1270, @saschagrunert) [SIG Release]
  • k8s-cloud-builder: Build images on kube-cross v1.14.2-4 and v1.13.9-5 (#1280, @justaugustus) [SIG Release]
  • [krel] anago: Initial commit (#1106, @justaugustus) [SIG Release]
  • images/k8s-cloud-builder: Support building against multiple kube-cross versions in parallel
  • kube-cross: Build v1.14.2-4 and v1.13.9-5 images (#1279, @justaugustus) [SIG Release]

Bug or Regression

  • Fixed krel changelog start revision retrieval issue (#1276) (#1277, @saschagrunert) [SIG Release]
  • pkg/gcp: Swap GCloudExecutable and TarExecutable const values
  • anago: Add '--branch' to krel gcbmgr command tip (#1275, @justaugustus) [SIG Release]

Dependencies

  • Dependencies/logrus: update logrus to v1.6.0 (#1236, @cpanato) [SIG Release]