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/fix-1password-proxy-env-653.md

This file was deleted.

2 changes: 1 addition & 1 deletion 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/plugins/1password/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@




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

- [#653](https://github.com/dmno-dev/varlock/pull/653) Thanks [@benevolent-tenacious-t](https://github.com/benevolent-tenacious-t)! - Forward proxy environment variables (`http_proxy`, `https_proxy`, `ALL_PROXY`, `NO_PROXY` and case variants) to the `op` subprocess in the batch read path. Fixes secret resolution failures in proxied environments (corporate proxies, Claude Code sandbox, Docker, CI runners behind proxies).

## 1.0.1
<sub>2026-04-29</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.1",
"version": "1.0.2",
"type": "module",
"homepage": "https://varlock.dev/plugins/1password/",
"bugs": "https://github.com/dmno-dev/varlock/issues",
Expand Down
Loading