Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Releases: weaveworks/pctl

v0.11.0

30 Sep 14:23
eec9e6c
Compare
Choose a tag to compare

Release 0.11.0

Bug Fixes

  • Specify the default values configmap in Kustomize file when creating helmchart artifacts with default values (#332)
  • Improve error message in case of missing arguments during pctl add (#329)

v0.10.0

23 Sep 13:56
cd2523b
Compare
Choose a tag to compare

Release 0.10.0

Improvements

  • Set default helm release interval to 5m (#321)

Bug Fixes

  • Error when user tries to upgrade a non-catalog installation (#319)

v0.9.0

20 Sep 11:57
aef6009
Compare
Choose a tag to compare

Release 0.9.0

Features

  • Add option to configure a permanent output directory using the bootstrap config (#313)
  • Add option to specify --latest when upgrading a profile (#315)

v0.8.0

01 Sep 12:10
df2ae6b
Compare
Choose a tag to compare

Release 0.8.0

Bug Fixes

  • Error if git-repository value is not provided (#303)

v0.7.0

18 Aug 16:00
1ef99b5
Compare
Choose a tag to compare

Release 0.7.0

Improvements

  • Change installation directory to default to profile installation name (#289)
  • Only add the installation directory when creating a PR (#288)
  • Flux-like output to pctl commands (#272)
  • Shorten generated resources names (#271)

v0.6.0

11 Aug 08:53
c69e540
Compare
Choose a tag to compare

Release 0.6.0

Improvements

  • Rename GIT_TOKEN to GITHUB_TOKEN (#269)
  • Add support for configuring kubeconfig using the KUBECONFIG environment variable (#275)

Bug Fixes

  • Add support cloud provider kubeconfig authentication (#275)

v0.5.0

09 Aug 14:55
2ac2834
Compare
Choose a tag to compare

Release 0.5.0

Improvements

  • Rename --profile-url flag to --profile-repo-url (#265)

v0.4.0

06 Aug 17:00
9e833f7
Compare
Choose a tag to compare

Release 0.4.0

Features

  • Add support for setting a PR commit message via--pr-message|-m when running pctl upgrade or add`.

v0.3.0

06 Aug 10:53
875a4d1
Compare
Choose a tag to compare

Release 0.3.0

Features

  • Add support for bootstraping repo with pctl config (#244)

Improvements

  • Refactor search, list, and show into get (#248)
  • Refactor prepare into install(#253)

v0.2.0

28 Jul 13:24
6b75a51
Compare
Choose a tag to compare

Release 0.2.0

Features

  • Add support for setting dependency ordering on artifacts (#220)
  • Add support for upgrades (#221)

Improvements

  • Rename pctl install to pctl add (#234)
  • store git repository resource in profile installation file (#229)

Bug fixes

  • Fix bug preventing copying of Kustomize artifacts when the profile was defined
    at the top level directory (#237)