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
9 changes: 0 additions & 9 deletions .bumpy/encrypted-env-blob.md

This file was deleted.

6 changes: 0 additions & 6 deletions .bumpy/fix-vscode-url-fragment-highlighting.md

This file was deleted.

5 changes: 0 additions & 5 deletions .bumpy/kubernetes-plugin.md

This file was deleted.

22 changes: 11 additions & 11 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/env-spec-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@




## 0.3.4
<sub>2026-06-03</sub>

- [#742](https://github.com/dmno-dev/varlock/pull/742) *(patch)* Thanks [@Shtian](https://github.com/Shtian)! - Fixed URL fragments in @docs() decorator not being highlighted correctly.

## 0.3.3
<sub>2026-05-29</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/env-spec-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@env-spec/parser",
"version": "0.3.3",
"version": "0.3.4",
"description": "Parser for @env-spec enabled dotenv files",
"homepage": "https://varlock.dev",
"bugs": "https://github.com/dmno-dev/varlock/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@




## 1.0.4
<sub>2026-06-03</sub>

- *(patch)* Version bump from `@varlock/vite-integration` v1.1.3

## 1.0.3
<sub>2026-05-24</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.3",
"version": "1.0.4",
"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 @@ -7,6 +7,12 @@




## 1.1.5
<sub>2026-06-03</sub>

- [#656](https://github.com/dmno-dev/varlock/pull/656) *(patch)* - add @encryptInjectedEnv and @disableProcessEnvInjection root decorators for encrypted deployments

## 1.1.4
<sub>2026-05-29</sub>

Expand Down
6 changes: 3 additions & 3 deletions 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.4",
"version": "1.1.5",
"repository": {
"type": "git",
"url": "https://github.com/dmno-dev/varlock.git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": ">=22"
},
"peerDependencies": {
"varlock": "workspace:^1.4.0",
"varlock": "workspace:^1.5.0",
"vite": ">=5",
"wrangler": ">=3",
"@cloudflare/vite-plugin": ">=1"
Expand All @@ -64,7 +64,7 @@
"@types/node": "catalog:",
"@varlock/vite-integration": "workspace:^",
"tsup": "catalog:",
"varlock": "workspace:^1.4.0",
"varlock": "workspace:^1.5.0",
"vite": "^7.1.0",
"vitest": "catalog:"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@




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

- [#656](https://github.com/dmno-dev/varlock/pull/656) *(patch)* - add @encryptInjectedEnv and @disableProcessEnvInjection root decorators for encrypted deployments

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

Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/expo-integration",
"description": "Expo/React Native Babel 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/integrations/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@




## 1.1.3
<sub>2026-06-03</sub>

- [#656](https://github.com/dmno-dev/varlock/pull/656) *(patch)* - add @encryptInjectedEnv and @disableProcessEnvInjection root decorators for encrypted deployments

## 1.1.2
<sub>2026-05-29</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/nextjs-integration",
"description": "drop-in replacement for @next/env that uses varlock to load .env files with validation and extra security features",
"version": "1.1.2",
"version": "1.1.3",
"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 @@ -5,6 +5,12 @@




## 1.1.3
<sub>2026-06-03</sub>

- [#656](https://github.com/dmno-dev/varlock/pull/656) *(patch)* - add @encryptInjectedEnv and @disableProcessEnvInjection root decorators for encrypted deployments

## 1.1.2
<sub>2026-05-24</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.2",
"version": "1.1.3",
"repository": {
"type": "git",
"url": "https://github.com/dmno-dev/varlock.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/kubernetes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @varlock/kubernetes-plugin


## 0.1.0
<sub>2026-06-03</sub>

- [#737](https://github.com/dmno-dev/varlock/pull/737) *(minor)* Thanks [@idorozin](https://github.com/idorozin)! - Add a Kubernetes plugin for reading Secrets and ConfigMaps.

## 0.1.0

- Initial Kubernetes plugin for reading values from Secrets and ConfigMaps.
2 changes: 1 addition & 1 deletion packages/plugins/kubernetes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlock/kubernetes-plugin",
"description": "Varlock plugin to load values from Kubernetes Secrets and ConfigMaps",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"homepage": "https://varlock.dev/plugins/kubernetes/",
"bugs": "https://github.com/dmno-dev/varlock/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/varlock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@




## 1.5.0
<sub>2026-06-03</sub>

- [#656](https://github.com/dmno-dev/varlock/pull/656) *(minor)* - add @encryptInjectedEnv and @disableProcessEnvInjection root decorators for encrypted deployments

## 1.4.0
<sub>2026-05-29</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/varlock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "varlock",
"version": "1.4.0",
"version": "1.5.0",
"description": "AI-safe .env files: Schemas for agents, Secrets for humans.",
"main": "index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# env-spec-language



## 0.2.1
<sub>2026-06-03</sub>

- [#742](https://github.com/dmno-dev/varlock/pull/742) *(patch)* Thanks [@Shtian](https://github.com/Shtian)! - Fixed URL fragments in @docs() decorator not being highlighted correctly.

## 0.2.0
<sub>2026-05-11</sub>

Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"color": "#4F0049",
"theme": "dark"
},
"version": "0.2.0",
"version": "0.2.1",
"publisher": "varlock",
"author": "dmno-dev",
"license": "MIT",
Expand Down
Loading