mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 23:41:57 +00:00
g3keymess version 0.3.3
This commit is contained in:
parent
cd92cc1cca
commit
f095873070
5 changed files with 14 additions and 10 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -1321,7 +1321,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "g3keymess"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
|
|
@ -2614,9 +2614,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.10.1"
|
||||
version = "1.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "aaac441002f822bc9705a681810a4dd2963094b9ca0ddc41cb963a4c189189ea"
|
||||
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
|
@ -2626,9 +2626,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex-automata"
|
||||
version = "0.4.2"
|
||||
version = "0.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5011c7e263a695dc8ca064cddb722af1be54e517a280b12a5356f98366899e5d"
|
||||
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
|
||||
v0.3.3:
|
||||
- Feature: allow to check key existence via g3keymess-ctl
|
||||
- BUG FIX: fix auto load of newly added keys in the local store dir
|
||||
|
||||
v0.3.2:
|
||||
- BUG FIX: fix sign action
|
||||
- BUG FIX: add missing request tags for gauge metrics
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "g3keymess"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version = "1.73.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
g3keymess (0.3.2-1) UNRELEASED; urgency=medium
|
||||
g3keymess (0.3.3-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- G3keymess Maintainers <g3keymess-maintainers@devel.machine> Thu, 12 Oct 2023 14:18:05 +0800
|
||||
-- G3keymess Maintainers <g3keymess-maintainers@devel.machine> Tue, 17 Oct 2023 10:35:05 +0800
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%define build_profile release-lto
|
||||
|
||||
Name: g3keymess
|
||||
Version: 0.3.2
|
||||
Version: 0.3.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Keyless server for G3 Project
|
||||
|
||||
|
|
@ -56,5 +56,5 @@ install -m 644 -D %{name}/service/g3keymess@.service %{buildroot}/lib/systemd/sy
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 12 2023 G3keymess Maintainers <g3keymess-maintainers@devel.machine> - 0.3.2-1
|
||||
* Tue Oct 17 2023 G3keymess Maintainers <g3keymess-maintainers@devel.machine> - 0.3.3-1
|
||||
- New upstream release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue