Skip to content

Commit a426aee

Browse files
authored
chore: bump directory and dirctl version (#116)
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
1 parent 28c2fd0 commit a426aee

5 files changed

Lines changed: 27 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
[agntcy/dir]: https://github.com/agntcy/dir
44
[agntcy/dir-sdk-javascript]: https://github.com/agntcy/dir-sdk-javascript
55

6+
### Changed
7+
8+
- Updated `@buf/agntcy_dir.bufbuild_es` to track [agntcy/dir][agntcy/dir] `v1.7.0`.
9+
- Bumped the directory chart and `dirctl` image used in CI to `v1.7.0`.
10+
611
## 1.5.0 (2026-06-18)
712

813
### Added

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Create a branch for the new release:
1111
- `package.json`
1212
- `.github/ISSUE_TEMPLATE/bug_report.yml`
1313
2. Update the dependencies if necessary:
14-
- [@buf/agntcy_dir.bufbuild_es](https://buf.build/agntcy/dir/sdks/v1.5.0%3Abufbuild/es) (Buf SDK)
14+
- [@buf/agntcy_dir.bufbuild_es](https://buf.build/agntcy/dir/sdks/v1.7.0%3Abufbuild/es) (Buf SDK)
1515
- `.github/workflows/ci.yaml` (dir & dir-ctl version)
1616
3. Add an entry to `CHANGELOG.md`
1717

Taskfile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
version: "3"
55

66
vars:
7-
DIR_CHART_VERSION: '{{ .DIR_CHART_VERSION | default "v1.5.0" }}'
8-
DIR_IMAGE_TAG: '{{ .DIR_IMAGE_TAG | default "v1.5.0" }}'
9-
DIRCTL_IMAGE_TAG: '{{ .DIRCTL_IMAGE_TAG | default "v1.5.0" }}'
7+
DIR_CHART_VERSION: '{{ .DIR_CHART_VERSION | default "v1.7.0" }}'
8+
DIR_IMAGE_TAG: '{{ .DIR_IMAGE_TAG | default "v1.7.0" }}'
9+
DIRCTL_IMAGE_TAG: '{{ .DIRCTL_IMAGE_TAG | default "v1.7.0" }}'
1010

1111
# renovate: datasource=github-releases depName=renovatebot/renovate versioning=semver
1212
RENOVATE_VERSION: "44.39.3"

package-lock.json

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"packageManager": "npm@11.19.1",
4747
"dependencies": {
48-
"@buf/agntcy_dir.bufbuild_es": "2.12.0-20260617162622-804385aa416f.1",
48+
"@buf/agntcy_dir.bufbuild_es": "2.14.1-20260818142512-ad29ba5021f2.3",
4949
"@bufbuild/protobuf": "^2.12.0",
5050
"@connectrpc/connect": "^2.1.0",
5151
"@connectrpc/connect-node": "^2.1.0",

0 commit comments

Comments
 (0)