wget -qO- https://gimlet.io/install-capacitor | bash -s -- 0.12.0-rc.13
❗️Breaking changes
- We are moving to semver hence the version tag of this release is
0.12.0-rc.13.- We keep the calendar versions only in Github release titles.
- We will publish a bridge release as well with the calendar version one last time. To trigger the update notification in older versions.
- The Helm charts are reworked. In general check their README.md file. In-short: we moved to the
envfield from specific values field names. Configure everything with environment variables going forward using ConfigMaps and Secrets.
What's Changed
- Changelog by @laszlocph in #318
- feat: HelmRelease values visualization by @gorkemozlu in #319
- chore: refactor HelmRelease values visualization by @laszlocph in #320
- bug-fix-helmrelease-values by @gorkemozlu in #322
- feat: shortcut for name filter by @laszlocph in #327
- feat: context aware system views by @laszlocph in #328
- feat: cronjob detail row renderer and navigating to pods by @laszlocph in #329
- feat: triggering a cronjob by @laszlocph in #330
- feat: config map detail view by @laszlocph in #332
- feat: container selector in exec by @laszlocph in #333
- feat: including managedFields on demand by @laszlocph in #337
- chore: batching pod metrics calls per namespace by @laszlocph in #338
- fix: preserve filter history during navigation by @laszlocph in #339
- feat: kubectl edit by @laszlocph in #340
- feat: supporting multiple files in KUBECONFIG by @laszlocph in #342
Full Changelog: v2025-11.2...0.12.0-rc.13