Skip to content

Releases: Cray-HPE/loftsman

1.2.0

17 Dec 20:44
04db488
Compare
Choose a tag to compare

1.2.0 Changelog

  • Stop populating and using the loftsman.io/previous-data annotation when creating or updating the ship result configmap.
  • Removed the loftsman log output from the ship result configmap.
  • Added a new configmap to store the loftsman log output from a ship result into a separate configmap.

1.1.1

21 May 03:04
Compare
Choose a tag to compare

1.1.1 Changelog

  • Fix issue of varying absolute or relative urls in helm repo indices

1.1.1-beta1

21 May 01:31
Compare
Choose a tag to compare
1.1.1-beta1 Pre-release
Pre-release

1.1.1-beta1 Changelog

  • Fix issue of varying absolute or relative urls in helm repo indices

1.1.0

29 Apr 12:22
Compare
Choose a tag to compare

1.1.0 Changelog

  • Support for pointing at multiple chart sources, both local and remote, added to manifest schema
  • Implement a global and per-chart Helm install/upgrade timeout override in the manifest
  • Ability to set a custom release name for a chart in the manifest, previously would have to be the chart name
  • Improve log file configuration, previously was just loftsman.log output always on all commands, we've moved towards a default of not outputting
  • Add pipeline/action to publish an official container image for the Loftman CLI
  • Initial functional testing script added to repo

1.1.0-beta2

27 Apr 16:13
Compare
Choose a tag to compare
1.1.0-beta2 Pre-release
Pre-release

1.1.0-beta2 Changelog

  • Added test for new Kubernetes.GetSecretKeyValue for case of data key that doesn't exist
  • Revert staging of generic manifest spec.all merging with individual charts. This needs further thought and design

1.1.0-beta1

27 Apr 16:13
Compare
Choose a tag to compare
1.1.0-beta1 Pre-release
Pre-release

1.1.0-beta1 Changelog

  • Support for pointing at multiple chart sources, both local and remote, added to manifest schema
  • Implement a global and per-chart Helm install/upgrade timeout override in the manifest
  • Ability to set a custom release name for a chart in the manifest, previously would have to be the chart name
  • Improve log file configuration, previously was just loftsman.log output always on all commands, we've moved towards a default of not outputting
  • Add pipeline/action to publish an official container image for the Loftman CLI
  • Initial functional testing script added to repo

1.0.4

13 Apr 16:07
Compare
Choose a tag to compare

1.0.4 Changelog

  • Move to Go 1.16
  • Add initial Github actions for publishing artifacts to GitHub releases
  • Build out Github templates for issues and PRs
  • Adjust other documentation, build utilities, etc. for OSS
  • First, initial repo-hosted documentation, including addition of manifests/v1beta1 comprehensive example
  • Removed lingering Replaces struct property, remained from some early v1 schema functionality proposal that didn't get implemented
  • Add various kubernetes go-client auth libraries as they're not included automatically (ref kubernetes/client-go#242)
  • Removed previous pipeline internal-use only build and pipeline scripts, etc.

1.0.4-beta1

12 Apr 15:17
641bbf3
Compare
Choose a tag to compare
1.0.4-beta1 Pre-release
Pre-release

1.0.4-beta1 Changelog

  • Move to Go 1.16
  • Add initial Github actions for publishing artifacts to GitHub releases
  • Build out Github templates for issues and PRs
  • Adjust other documentation, build utilities, etc. for OSS
  • First, initial repo-hosted documentation, including addition of manifests/v1beta1 comprehensive example
  • Removed lingering Replaces struct property, remained from some early v1 schema functionality proposal that didn't get implemented
  • Add various kubernetes go-client auth libraries as they're not included automatically (ref kubernetes/client-go#242)