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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ body:
If applicable, provide the version number or release tag where this
issue was encountered
options:
- v1.7.0
- v1.5.0
- v1.4.0
- v1.3.0
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
[agntcy/dir]: https://github.com/agntcy/dir
[agntcy/dir-sdk-python]: https://github.com/agntcy/dir-sdk-python

## 1.7.0 (2026-09-04)

### Changed

- Updated buf-generated SDK dependencies to track [agntcy/dir][agntcy/dir] `v1.7.0`.
- Bumped the directory chart and `dirctl` image used in CI to `v1.7.0`.

## 1.5.0 (2026-06-18)

### Added
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Create a branch for the new release:
- `examples/pyproject.toml`
- `.github/ISSUE_TEMPLATE/bug_report.yml`
2. Update the dependencies if necessary:
- [agntcy-dir-grpc-python](https://buf.build/agntcy/dir/sdks/v1.5.0%3Agrpc/python) (Buf SDK)
- [agntcy-dir-protocolbuffers-python](https://buf.build/agntcy/dir/sdks/v1.5.0%3Aprotocolbuffers/python) (Buf SDK)
- [agntcy-dir-grpc-python](https://buf.build/agntcy/dir/sdks/v1.7.0%3Agrpc/python) (Buf SDK)
- [agntcy-dir-protocolbuffers-python](https://buf.build/agntcy/dir/sdks/v1.7.0%3Aprotocolbuffers/python) (Buf SDK)
- `.github/workflows/ci.yaml` (dir & dir-ctl version)
3. Add an entry to `CHANGELOG.md`

Expand Down
6 changes: 3 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
version: "3"

vars:
DIR_CHART_VERSION: '{{ .DIR_CHART_VERSION | default "v1.5.0" }}'
DIR_IMAGE_TAG: '{{ .DIR_IMAGE_TAG | default "v1.5.0" }}'
DIRCTL_IMAGE_TAG: '{{ .DIRCTL_IMAGE_TAG | default "v1.5.0" }}'
DIR_CHART_VERSION: '{{ .DIR_CHART_VERSION | default "v1.7.0" }}'
DIR_IMAGE_TAG: '{{ .DIR_IMAGE_TAG | default "v1.7.0" }}'
DIRCTL_IMAGE_TAG: '{{ .DIRCTL_IMAGE_TAG | default "v1.7.0" }}'

# renovate: datasource=github-releases depName=renovatebot/renovate versioning=semver
RENOVATE_VERSION: "44.48.3"
Expand Down
150 changes: 75 additions & 75 deletions examples/uv.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[project]
name = "agntcy-dir"
version = "1.5.0"
version = "1.7.0"
description = "Directory SDK"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"agntcy-dir-grpc-python==1.81.1.1.20260617162622+804385aa416f", # v1.5.0
"agntcy-dir-protocolbuffers-python==35.1.0.1.20260617162622+804385aa416f", # v1.5.0
"agntcy-dir-grpc-python==1.83.1.3.20260818142512+ad29ba5021f2", # v1.7.0
"agntcy-dir-protocolbuffers-python==36.1.0.1.20260818142512+ad29ba5021f2", # v1.7.0
"authlib>=1.6.9",
"httpx>=0.28.1",
"grpcio>=1.78.0",
"protobuf>=7.35.1",
"protobuf>=7.36.1",
"pyasn1>=0.6.3",
"spiffe>=0.2.6",
"spiffe-tls>=0.3.1",
Expand Down
168 changes: 84 additions & 84 deletions uv.lock

Large diffs are not rendered by default.