Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .bumpy/1password-use-cli-with-service-account.md

This file was deleted.

6 changes: 0 additions & 6 deletions .bumpy/fix-cf-tanstack-vite-compat.md

This file was deleted.

10 changes: 0 additions & 10 deletions .bumpy/oidc-workload-identity.md

This file was deleted.

20 changes: 10 additions & 10 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/integrations/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@




## 1.0.2
<sub>2026-05-06</sub>

- Version bump from `@varlock/vite-integration` v1.1.1

## 1.0.1
<sub>2026-04-29</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/astro-integration",
"description": "Astro integration to use varlock for .env file loading - adds validation, type-safety, and extra security features",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/dmno-dev/varlock.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@




## 1.1.1
<sub>2026-05-06</sub>

- [#690](https://github.com/dmno-dev/varlock/pull/690) - fix cloudflare + tanstack start + vite 6/7/8 compatibility

## 1.1.0
<sub>2026-05-02</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/cloudflare-integration",
"description": "Cloudflare Workers integration for varlock - deploy secrets via wrangler and auto-configure Vite",
"version": "1.1.0",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/dmno-dev/varlock.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@




## 1.1.1
<sub>2026-05-06</sub>

- [#690](https://github.com/dmno-dev/varlock/pull/690) - fix cloudflare + tanstack start + vite 6/7/8 compatibility

## 1.1.0
<sub>2026-05-02</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/vite-integration",
"description": "Vite plugin to use varlock for .env file loading - adds validation, type-safety, and extra security features",
"version": "1.1.0",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/dmno-dev/varlock.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/1password/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@




## 1.1.0
<sub>2026-05-06</sub>

- [#692](https://github.com/dmno-dev/varlock/pull/692) - add useCliWithServiceAccount param to use op CLI instead of WASM SDK when a service account token is provided, enabling headless auth in memory-constrained environments

## 1.0.2
<sub>2026-04-30</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/1password/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/1password-plugin",
"description": "Varlock plugin to load data from 1Password vaults",
"version": "1.0.2",
"version": "1.1.0",
"type": "module",
"homepage": "https://varlock.dev/plugins/1password/",
"bugs": "https://github.com/dmno-dev/varlock/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/akeyless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# @varlock/akeyless-plugin



## 1.1.0
<sub>2026-05-06</sub>

- [#636](https://github.com/dmno-dev/varlock/pull/636) - add OIDC workload identity federation support to secret provider plugins

## 1.0.0
<sub>2026-04-29</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/akeyless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/akeyless-plugin",
"description": "Varlock plugin to load secrets from Akeyless Platform",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"homepage": "https://varlock.dev/plugins/akeyless/",
"bugs": "https://github.com/dmno-dev/varlock/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/aws-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# @varlock/aws-secrets-plugin



## 1.1.0
<sub>2026-05-06</sub>

- [#636](https://github.com/dmno-dev/varlock/pull/636) - add OIDC workload identity federation support to secret provider plugins

## 1.0.0
<sub>2026-04-29</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/aws-secrets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/aws-secrets-plugin",
"description": "Varlock plugin to load secrets from AWS (supports both Secrets Manager and Systems Manager Parameter Store)",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"homepage": "https://varlock.dev/plugins/aws-secrets/",
"bugs": "https://github.com/dmno-dev/varlock/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/azure-key-vault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# @varlock/azure-key-vault-plugin



## 1.1.0
<sub>2026-05-06</sub>

- [#636](https://github.com/dmno-dev/varlock/pull/636) - add OIDC workload identity federation support to secret provider plugins

## 1.0.0
<sub>2026-04-29</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/azure-key-vault/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/azure-key-vault-plugin",
"description": "Varlock plugin to load secrets from Azure Key Vault",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"homepage": "https://varlock.dev/plugins/azure-key-vault/",
"bugs": "https://github.com/dmno-dev/varlock/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/google-secret-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# @varlock/google-secret-manager-plugin



## 1.1.0
<sub>2026-05-06</sub>

- [#636](https://github.com/dmno-dev/varlock/pull/636) - add OIDC workload identity federation support to secret provider plugins

## 1.0.0
<sub>2026-04-29</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/google-secret-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/google-secret-manager-plugin",
"description": "Varlock plugin to load secrets from Google Cloud Secret Manager",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"homepage": "https://varlock.dev/integrations/google-cloud",
"bugs": "https://github.com/dmno-dev/varlock/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/hashicorp-vault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# @varlock/hashicorp-vault-plugin



## 1.1.0
<sub>2026-05-06</sub>

- [#636](https://github.com/dmno-dev/varlock/pull/636) - add OIDC workload identity federation support to secret provider plugins

## 1.0.0
<sub>2026-04-29</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/hashicorp-vault/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/hashicorp-vault-plugin",
"description": "Varlock plugin to load secrets from HashiCorp Vault (KV v2 secrets engine) / OpenBao",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"homepage": "https://varlock.dev/plugins/hashicorp-vault/",
"bugs": "https://github.com/dmno-dev/varlock/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/infisical/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# @varlock/infisical-plugin



## 1.1.0
<sub>2026-05-06</sub>

- [#636](https://github.com/dmno-dev/varlock/pull/636) - add OIDC workload identity federation support to secret provider plugins

## 1.0.0
<sub>2026-04-29</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/infisical/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/infisical-plugin",
"description": "Varlock plugin to load secrets from Infisical",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"homepage": "https://varlock.dev/plugins/infisical/",
"bugs": "https://github.com/dmno-dev/varlock/issues",
Expand Down
Loading