Skip to content

Commit 6659d96

Browse files
authored
release(dir-runtime): prepare v1.3.4 (#67)
* release(dir-runtime): prepare release v1.3.4 Signed-off-by: Catarina Paralta <clouropa@cisco.com> * release(dir-runtime): prepare release v1.3.4 Signed-off-by: Catarina Paralta <clouropa@cisco.com> * chore: update changelog Signed-off-by: Catarina Paralta <clouropa@cisco.com> --------- Signed-off-by: Catarina Paralta <clouropa@cisco.com>
1 parent cb61496 commit 6659d96

5 files changed

Lines changed: 55 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,55 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.3.4] - 2026-07-29
9+
10+
### Changed
11+
- **Dependencies**: Bumped `github.com/agntcy/dir/api`, `github.com/agntcy/dir/client`, and `github.com/agntcy/dir/utils` to `v1.6.2`
12+
- **Dependencies** (security): Bumped `github.com/klauspost/compress` to `v1.18.7`
13+
- **Dependencies** (security): Bumped `google.golang.org/grpc` to `v1.82.1`
14+
- **Dependencies** (security): Bumped `golang.org/x/net` to `v0.56.0`
15+
- **Dependencies** (security): Bumped `golang.org/x/text` to `v0.39.0`
16+
- **CI/CD**: Updated GitHub Actions
17+
18+
[Full Changelog](https://github.com/agntcy/dir-runtime/compare/v1.3.3...v1.3.4)
19+
20+
## [v1.3.3] - 2026-07-14
21+
22+
### Changed
23+
- **Toolchain**: Updated Go to `v1.26.5`
24+
- **Dependencies**: Bumped `github.com/moby/moby/client` to `v0.5.0`
25+
- **CI/CD**: Updated GitHub Actions
26+
- **Docs**: Simplified README
27+
28+
[Full Changelog](https://github.com/agntcy/dir-runtime/compare/v1.3.2...v1.3.3)
29+
30+
## [v1.3.2] - 2026-06-17
31+
32+
### Fixed
33+
- **Modules**: Tidied Go module dependencies
34+
35+
### Changed
36+
- **Toolchain**: Updated Go to `v1.26.4`
37+
- **CI/CD**: Updated GitHub Actions
38+
- **Docs**: Moved documentation files and updated filenames and links
39+
40+
[Full Changelog](https://github.com/agntcy/dir-runtime/compare/v1.3.1...v1.3.2)
41+
42+
## [v1.3.1] - 2026-05-28
43+
44+
### Changed
45+
- **Toolchain**: Updated Go to `v1.26.3`
46+
- **Dependencies** (security): Bumped `golang.org/x/crypto` to `v0.52.0`
47+
- **Dependencies** (security): Bumped `golang.org/x/net` to `v0.55.0`
48+
- **Dependencies** (security): Bumped `github.com/in-toto/in-toto-golang` to `v0.11.0`
49+
- **Dependencies**: Bumped `google.golang.org/grpc` to `v1.81.1`
50+
- **Dependencies**: Bumped `go.etcd.io/etcd/client/v3` to `v3.6.11`
51+
- **Dependencies**: Bumped `github.com/thalesgroup/crypto11` to `v1.6.1`
52+
- **CI/CD**: Updated GitHub Actions
53+
- **CI/CD**: Fixed Codecov upload
54+
55+
[Full Changelog](https://github.com/agntcy/dir-runtime/compare/v1.3.0...v1.3.1)
56+
857
## [v1.3.0] - 2026-05-05
958

1059
### Added

discovery/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ replace (
1212
replace github.com/ThalesIgnite/crypto11 => github.com/ThalesGroup/crypto11 v1.6.1
1313

1414
require (
15-
github.com/agntcy/dir-runtime/store v1.3.3
16-
github.com/agntcy/dir-runtime/utils v1.3.3
15+
github.com/agntcy/dir-runtime/store v1.3.4
16+
github.com/agntcy/dir-runtime/utils v1.3.4
1717
github.com/agntcy/dir/api v1.6.2
1818
github.com/agntcy/dir/client v1.6.2
1919
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c

server/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ replace (
99
)
1010

1111
require (
12-
github.com/agntcy/dir-runtime/store v1.3.3
13-
github.com/agntcy/dir-runtime/utils v1.3.3
12+
github.com/agntcy/dir-runtime/store v1.3.4
13+
github.com/agntcy/dir-runtime/utils v1.3.4
1414
github.com/agntcy/dir/api v1.6.2
1515
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
1616
github.com/spf13/viper v1.21.0

store/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ go 1.26.5
66
replace github.com/agntcy/dir-runtime/utils => ../utils
77

88
require (
9-
github.com/agntcy/dir-runtime/utils v1.3.3
9+
github.com/agntcy/dir-runtime/utils v1.3.4
1010
github.com/agntcy/dir/api v1.6.2
1111
github.com/glebarez/sqlite v1.11.0
1212
go.etcd.io/etcd/client/v3 v3.6.11

versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module-sets:
55
dir-runtime:
6-
version: v1.3.3
6+
version: v1.3.4
77
modules:
88
- github.com/agntcy/dir-runtime/discovery
99
- github.com/agntcy/dir-runtime/server

0 commit comments

Comments
 (0)