Skip to content

v1.36.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 18:53
· 125 commits to main since this release

1.36.0 (2023-03-21)

Bug Fixes

  • databases: Databases redacted secrets (#855) (541e07e)
  • depends_on: Use expanded depends_on syntax for service health (#862) (9bc61ca)
  • init: Add starter flag to init command (#858) (8b9a564)
  • init: Fix init flow (#861) (670738e)
  • prompt: Shortcut prompt for cluster/environment if only one instance exists (#859) (d664280)
  • register: Disable provenance to fix issues with image pulling in k8s clusters (#860) (7b3580b)

Features

  • dev: Automatically clean up local docker cache for unused images (291eeec)
  • port-forward: Add port-forward command (#854) (8bab709)

Reverts

  • Revert "feat(dev): Automatically clean up local docker cache for unused images" (#856) (686ccfb), closes #856