Skip to content

Commit 49d18fc

Browse files
[Changesets] Create versioned packages for publishing
1 parent 5039d67 commit 49d18fc

13 files changed

Lines changed: 44 additions & 31 deletions

File tree

.changeset/add-akeyless-plugin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/add-doppler-plugin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/add-keeper-plugin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/add-no-inject-graph-flag.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

bun.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# @varlock/akeyless-plugin
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#544](https://github.com/dmno-dev/varlock/pull/544) [`d1925f0`](https://github.com/dmno-dev/varlock/commit/d1925f07e3e61e952c66d79b08545ec13676ec9c) - Add Akeyless plugin for loading secrets from Akeyless Platform. Supports API Key authentication, static/dynamic/rotated secrets, self-hosted gateway, multiple instances, and automatic token caching.
8+
9+
- Updated dependencies [[`9c38e3a`](https://github.com/dmno-dev/varlock/commit/9c38e3a06977263a43a35aafdd07c8ba4253a6e0)]:
10+
- varlock@0.9.0

packages/plugins/akeyless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@varlock/akeyless-plugin",
33
"description": "Varlock plugin to load secrets from Akeyless Platform",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"homepage": "https://varlock.dev/plugins/akeyless/",
77
"bugs": "https://github.com/dmno-dev/varlock/issues",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @varlock/doppler-plugin
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#530](https://github.com/dmno-dev/varlock/pull/530) [`93aa851`](https://github.com/dmno-dev/varlock/commit/93aa8518bdc1418ad1b5ba898f3bf49fda4d1a52) - Add Doppler plugin for loading secrets from Doppler projects and configs
8+
9+
- Updated dependencies [[`9c38e3a`](https://github.com/dmno-dev/varlock/commit/9c38e3a06977263a43a35aafdd07c8ba4253a6e0)]:
10+
- varlock@0.9.0

packages/plugins/doppler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@varlock/doppler-plugin",
33
"description": "Varlock plugin to load secrets from Doppler",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"homepage": "https://varlock.dev/plugins/doppler/",
77
"bugs": "https://github.com/dmno-dev/varlock/issues",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# @varlock/keeper-plugin
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#545](https://github.com/dmno-dev/varlock/pull/545) [`c1b0943`](https://github.com/dmno-dev/varlock/commit/c1b0943bbd4d0b924087dfad354c0281171a9ae9) - Add Keeper Security plugin for loading secrets from Keeper vaults via the Secrets Manager SDK. Supports fetching secrets by record UID, title, or Keeper notation syntax, with access to both standard and custom fields. Includes `keeperSmToken` data type for config token validation, `@initKeeper()` root decorator for initialization, and `keeper()` resolver function for secret retrieval.
8+
9+
- Updated dependencies [[`9c38e3a`](https://github.com/dmno-dev/varlock/commit/9c38e3a06977263a43a35aafdd07c8ba4253a6e0)]:
10+
- varlock@0.9.0

0 commit comments

Comments
 (0)