Skip to content

Releases: gardener/landscapercli

v0.21.0

22 Mar 08:50
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] The landscaper-cli quickstart install command will now respect the list of deployers given in the landscaper values file instead of always overwriting it. It will still add the default list if the landscaper values file does not contain a list of deployers. (#169, @Diaphteiros)
  • [USER] Update landscaper to version v0.52.0 (#174, @robertgraeff)

v0.20.0

22 Nov 10:24
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] The landscaper-cli targets create subcommand now offers a --secret flag. When given together with a secret name, the command will create two manifests instead of one: one for a secret with the given name which contains the actual content, and one with a target which references this secret. (#164, @Diaphteiros)
  • [USER] New command to trigger a reconciliation of a root installation (#156, @robertgraeff)
    • New command to interrupt the running reconciliation of an installation

🏃 Others

  • [DEVELOPER] Upgrade Landscaper dependency to v0.40.0 (#161, @Diaphteiros)
  • [DEVELOPER] Upgrade golang to 1.19. (#161, @Diaphteiros)
  • [DEVELOPER] Upgrade golangci-lint to v1.49.0. (#161, @Diaphteiros)
  • [DEVELOPER] The coding around the targets create subcommand has been refactored. The logic handling targets with secret references as well as the logic responsible for writing the output to a file instead of stdout have been extracted from the kubernetes-cluster subcommand and are now handled in a way which allows to add new target-type-specific subcommands without having to implement it again. (#164, @Diaphteiros)

v0.19.0

04 Aug 07:10
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] Update of the landscaper version to v0.28.0 (#153, @robertgraeff)
  • [USER] Update to golang version 1.18 (#154, @reshnm)
    • Update dependencies

🐛 Bug Fixes

  • [USER] installation inspect now correctly shows all root installations even if they have been created by another controller (#150, @enrico-kaack-comp)

[component-cli]

✨ New Features

🏃 Others

v0.18.0

23 May 11:56
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] The blueprints render command now allows to simulate sub-installations and deploy items. (#139, @reshnm)
    • For more details see the documentation of the blueprints render command.

v0.17.0

25 Apr 08:12
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

v0.16.0

15 Mar 06:30
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] Automatic determination of correct landscaper version during build. (#129, @achimweigel)

v0.15.0

14 Mar 14:20
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

v0.14.0

15 Feb 13:32
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] Improvement of command landscaper-cli blueprints render to allow the usage of local resources (#122, @robertgraeff)
  • [USER] The installations inspect subcommand can now fetch installations across all namespaces. Use the --all-namespaces or -A flag for this. (#110, @Diaphteiros)
  • [USER] A new flag --output/-o has been added. It takes a string and there are three valid values right now: (#110, @Diaphteiros)
    • yaml is equivalent to setting --oyaml/-y
    • json is equivalent to setting --ojson/-j
    • wide is a new mode which prints some additional information for installations and deployitems. Its shorthand notation is -w.

🐛 Bug Fixes

  • [USER] Fixes an issue with command landscaper-cli component add helm-ls deployitem if the provided chart-directory ends with a slash. (#114, @robertgraeff)

📖 Documentation

[component-cli]

✨ New Features

[image-vector]

✨ New Features

v0.13.0

08 Dec 10:21
Compare
Choose a tag to compare

[landscapercli]

✨ New Features

  • [USER] Uninstall complete landscaper including deployer registrations and namespace. (#107, @achimweigel)
  • [USER] Upgrade to landscaper to v0.17.0 (#106, @achimweigel)
  • [USER] enable default deployers in quickstart install (#99, @jschicktanz)

🐛 Bug Fixes

  • [USER] Command "quickstart install" can be used with another namespace than "ls-system". (#105, @robertgraeff)

[component-cli]

✨ New Features

v0.12.0

19 Nov 06:30
Compare
Choose a tag to compare

[landscapercli]

✨ New Features