Skip to content

Commit bb7c813

Browse files
[Changesets] Create versioned packages for publishing
1 parent f93c23f commit bb7c813

14 files changed

Lines changed: 48 additions & 36 deletions

.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.

.changeset/fix-jsdoc-comment-escape.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), [`f93c23f`](https://github.com/dmno-dev/varlock/commit/f93c23f15d1cb98f64c2d78de1184fb4edbe5582)]:
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), [`f93c23f`](https://github.com/dmno-dev/varlock/commit/f93c23f15d1cb98f64c2d78de1184fb4edbe5582)]:
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",

0 commit comments

Comments
 (0)