Skip to content

Commit e403adc

Browse files
committed
chore: bump directory and dirctl to latest
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
1 parent 07857ad commit e403adc

7 files changed

Lines changed: 176 additions & 168 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ body:
3030
If applicable, provide the version number or release tag where this
3131
issue was encountered
3232
options:
33+
- v1.7.0
3334
- v1.5.0
3435
- v1.4.0
3536
- v1.3.0

CHANGELOG.md

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

6+
## 1.7.0 (2026-09-04)
7+
8+
### Changed
9+
10+
- Updated buf-generated SDK dependencies to track [agntcy/dir][agntcy/dir] `v1.7.0`.
11+
- Bumped the directory chart and `dirctl` image used in CI to `v1.7.0`.
12+
613
## 1.5.0 (2026-06-18)
714

815
### Added

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Create a branch for the new release:
1212
- `examples/pyproject.toml`
1313
- `.github/ISSUE_TEMPLATE/bug_report.yml`
1414
2. Update the dependencies if necessary:
15-
- [agntcy-dir-grpc-python](https://buf.build/agntcy/dir/sdks/v1.5.0%3Agrpc/python) (Buf SDK)
16-
- [agntcy-dir-protocolbuffers-python](https://buf.build/agntcy/dir/sdks/v1.5.0%3Aprotocolbuffers/python) (Buf SDK)
15+
- [agntcy-dir-grpc-python](https://buf.build/agntcy/dir/sdks/v1.7.0%3Agrpc/python) (Buf SDK)
16+
- [agntcy-dir-protocolbuffers-python](https://buf.build/agntcy/dir/sdks/v1.7.0%3Aprotocolbuffers/python) (Buf SDK)
1717
- `.github/workflows/ci.yaml` (dir & dir-ctl version)
1818
3. Add an entry to `CHANGELOG.md`
1919

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

examples/uv.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[project]
22
name = "agntcy-dir"
3-
version = "1.5.0"
3+
version = "1.7.0"
44
description = "Directory SDK"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
8-
"agntcy-dir-grpc-python==1.81.1.1.20260617162622+804385aa416f", # v1.5.0
9-
"agntcy-dir-protocolbuffers-python==35.1.0.1.20260617162622+804385aa416f", # v1.5.0
8+
"agntcy-dir-grpc-python==1.83.1.3.20260818142512+ad29ba5021f2", # v1.7.0
9+
"agntcy-dir-protocolbuffers-python==36.1.0.1.20260818142512+ad29ba5021f2", # v1.7.0
1010
"authlib>=1.6.9",
1111
"httpx>=0.28.1",
1212
"grpcio>=1.78.0",
13-
"protobuf>=7.35.1",
13+
"protobuf>=7.36.1",
1414
"pyasn1>=0.6.3",
1515
"spiffe>=0.2.6",
1616
"spiffe-tls>=0.3.1",

uv.lock

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

0 commit comments

Comments
 (0)