Skip to content

v0.74.0

Compare
Choose a tag to compare
@gardener-robot-ci-1 gardener-robot-ci-1 released this 02 Aug 09:15
· 564 commits to master since this release

[gardener/landscaper]

🐛 Bug Fixes

  • [USER] - Fix container deployer by @achimweigel [#798]
  • [OPERATOR] - bugfix in the error handling during the cleanup of orphaned subinstallations by @robertgraeff [#795]

🏃 Others

  • [OPERATOR] - Increases the number of workers of helm deployer, bootstrap helm deployer, Installation and Execution controller.

    • Disables parallelisation: locking via SyncObjects is disabled, and maxReplicas = 1 in all HPAs except for the webhook

    • Fixes logging in read-write layer (odd number of arguments for key-value pairs)

    • Adds transition times to the status of Installations, Executions, and DeployItems. These timestamps are helpful for error analysis, but not relevant for the reconcile logic.

    • Fixes the deployer management integration test, which had still used a caching client. Moreover, adds a logger for the agent in this test.
      by @achimweigel [#794]