|
| 1 | +--- |
| 2 | +title: "February 2026 Recap" |
| 3 | +description: "varlock@0.2.0 lands with multi-line syntax and new decorators, four cloud secret manager plugins launch, and we share our GitHub Secure Open Source Fund experience." |
| 4 | +date: 2026-03-02 |
| 5 | +image: ../../assets/blog/february-2026-recap.jpeg |
| 6 | +authors: |
| 7 | + - name: "Varlock Team" |
| 8 | +--- |
| 9 | + |
| 10 | +February was a big month: we shipped lots of core improvements, launched four new secret manager plugins, and announced our participation in the [GitHub Secure Open Source Fund](https://varlock.dev/blog/github-secure-open-source-fund). |
| 11 | + |
| 12 | +## Core Improvements |
| 13 | + |
| 14 | +These features are all available in [`varlock@0.2.3`](https://github.com/dmno-dev/varlock/releases/tag/varlock%400.2.3): |
| 15 | + |
| 16 | +- **Multi-line function calls** — Both decorators and item values now support multi-line syntax, making complex configs easier to read and maintain. |
| 17 | +- **Conditional `@import`** — The `enabled` parameter lets you conditionally load env files (e.g. by environment or feature flags). |
| 18 | +- **`@public` decorator** — New counterpart to `@sensitive` for explicitly marking values as safe to log or expose. |
| 19 | +- **`--path` / `-p`** — For `load` and `run`, specify a `.env` file or directory as the entry point. |
| 20 | +- **`--compact`** — For `varlock load`, outputs a compact format suitable for scripts and CI. |
| 21 | +- **`--no-redact-stdout`** — For `varlock run`, allows unredacted output when needed (e.g. interactive tools). |
| 22 | +- **Import from `~`** — Reference home directory paths in imports. |
| 23 | +- **`allowMissing` on `@import`** — Imports optionally succeed when the target file doesn't exist. |
| 24 | +- **Package manager detection** — Better handling when multiple lockfiles (e.g. npm + Bun) are present; no more crashes in monorepos. |
| 25 | +- **Improved CLI help** — All commands now have clearer examples and usage guidance. |
| 26 | + |
| 27 | +## New Secret Manager Plugins |
| 28 | + |
| 29 | +We launched four new plugins, broadening support for popular secret managers: |
| 30 | + |
| 31 | +- **[`@varlock/aws-secrets-plugin`](/plugins/aws-secrets/)** — AWS Secrets Manager and Systems Manager Parameter Store |
| 32 | +- **[`@varlock/azure-key-vault-plugin`](/plugins/azure-key-vault/)** — Azure Key Vault |
| 33 | +- **[`@varlock/bitwarden-plugin`](/plugins/bitwarden/)** — Bitwarden |
| 34 | +- **[`@varlock/infisical-plugin`](/plugins/infisical/)** — Infisical |
| 35 | + |
| 36 | +## GitHub Secure Open Source Fund |
| 37 | + |
| 38 | +We published [How Varlock Is Leveling Up Security Through the GitHub Secure Open Source Fund](https://varlock.dev/blog/github-secure-open-source-fund), sharing what we learned from participating in the program. |
| 39 | + |
| 40 | +## Community |
| 41 | + |
| 42 | +We're always looking for feedback and ideas. Join the conversation: |
| 43 | + |
| 44 | +- [Discord](https://chat.dmno.dev) — Chat with us and other users. |
| 45 | +- [GitHub Discussions](https://github.com/dmno-dev/varlock/discussions) — Suggestions, questions, and feature ideas. |
0 commit comments