Skip to content

Commit a881526

Browse files
committed
Bump minor version to 2.5.0
1 parent fadac84 commit a881526

4 files changed

Lines changed: 23 additions & 7 deletions

File tree

APPLICATION/tng/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ images:
3030
path: Dockerfile
3131
scene:
3232
args: []
33-
tags: [[2.4.0, latest]]
33+
tags: [[2.5.0, latest]]
3434
registry: [*ACR_PROD]
3535
# 测试配置
3636
test_config: [*WORKSPACE, *PROJECT, *TEST_SUITE, *TEST_CONF, *TEST_CASE, *CLOUD_SERVER_TAG[0], '']

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = ["Kun Lai <laikun@linux.alibaba.com>"]
1515
edition = "2021"
1616
license = "Apache-2.0"
1717
repository = "https://github.com/inclavare-containers/tng"
18-
version = "2.4.0"
18+
version = "2.5.0"
1919

2020
[workspace.dependencies]
2121
again = "0.1.2"

trusted-network-gateway.spec

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global debug_package %{nil}
22

33
Name: trusted-network-gateway
4-
Version: 2.4.0
4+
Version: 2.5.0
55
Release: 1%{?dist}
66
Summary: Trusted Network Gateway
77
Group: Applications/System
@@ -77,6 +77,22 @@ install -p -m 755 src/dist/trusted-network-gateway.service %{buildroot}/usr/lib/
7777

7878

7979
%changelog
80+
* Thu Mar 19 2026 Kun Lai <laikun@linux.alibaba.com> - 2.5.0-1
81+
- ci: add GitHub Release notes generation with robust tag detection
82+
- ci: upgrade GitHub Actions to v6/v8 for Node.js 24 compatibility
83+
- build(makefile): add automated version bump targets
84+
- chore: unify dependency versions and migrate to workspace-level management
85+
- feat: migrate rats-cert into workspace with SGX/TDX features removed
86+
- docs(configuration): fix typo in field name from r#in to in
87+
- fix(verifier): fix missing headers when fetching JWT verification certs in Passport mode
88+
- refactor(verifier): handle AS certificate fetch errors gracefully and validate HTTP status
89+
- ohttp(peer_shared): add support for peers_file in peer_shared key mode
90+
- feat(ohttp, utils): add robust file watcher with close-write detection for key reload
91+
- feat(attestation): enable multi-submod EAR verification and additional evidence support
92+
- ci: add reproducible build and SLSA provenance support for RPM build workflow
93+
- docs: add missing attest, verify, and no_ra fields to peer_shared mode configuration
94+
- fix(rpm): specify AnolisOS 23.3 release version in Dockerfile
95+
8096
* Mon Jan 26 2026 Kun Lai <laikun@linux.alibaba.com> - 2.4.0-1
8197
- ohttp: add configurable key management with self-generated default keys and file-based HPKE key loading with auto-reload
8298
- ohttp: support key lookup by SHA-256 hash and hostname-based peer_shared cluster connections

0 commit comments

Comments
 (0)