Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d42870ff81 | |||
| 29693510dd | |||
| 57ada7f365 | |||
| 9596f4d247 |
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/pbchekin/vault-sync</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.9.2</param>
|
||||
<param name="revision">0.11.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/pbchekin/vault-sync</param>
|
||||
<param name="changesrevision">6983ffbf0cc71a45d99c6db8a8626e67ceac1bef</param></service></servicedata>
|
||||
<param name="changesrevision">4c6a36ba1ba5407c4ff414061ea76b8a9c062cfc</param></service></servicedata>
|
||||
3
vault-sync-0.11.0.obscpio
Normal file
3
vault-sync-0.11.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e18d1ffb1bddce914b4abf83b9518c921f9bc0f472769dc9cdb0d02b3559a6d
|
||||
size 224779
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a36b8e1e6df1c4225582977dac3a9b89fd56cc10f2f05d2aaf54602b103f9c2
|
||||
size 199691
|
||||
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 03 11:18:57 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 0.11.0:
|
||||
* Prepare for 0.11.0 (#24)
|
||||
* Add Support for namespace Configuration (#23)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 18:58:37 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.10.0:
|
||||
* Breaking changes
|
||||
- The default value for dst.backend has changed. Previously the
|
||||
default value was "secret", now the corresponding
|
||||
configuration for src will be used also for dst, if
|
||||
dst.backend not specified.
|
||||
* What's Changed
|
||||
- Add kubernetes job by @pbchekin in #15
|
||||
- Helm chart 0.1.3 by @pbchekin in #16
|
||||
- Rust 1.85.0, update Cargo.lock by @pbchekin in #19
|
||||
- Document CA certificates by @pbchekin in #18
|
||||
- Fix compilation warnings by @pbchekin in #20
|
||||
- Multiple backends by @pbchekin in #21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 13:31:18 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: vault-sync
|
||||
version: 0.9.2
|
||||
mtime: 1717177869
|
||||
commit: 6983ffbf0cc71a45d99c6db8a8626e67ceac1bef
|
||||
version: 0.11.0
|
||||
mtime: 1746232705
|
||||
commit: 4c6a36ba1ba5407c4ff414061ea76b8a9c062cfc
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vault-sync
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
Name: vault-sync
|
||||
Version: 0.9.2
|
||||
Version: 0.11.0
|
||||
Release: 0
|
||||
Summary: Synchronize secrets between HashiCorp Vault instances
|
||||
Summary: Synchronize secrets between HashiCorp Vault instances
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/pbchekin/vault-sync
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
@@ -28,8 +28,8 @@ Source2: vault-sync.service
|
||||
Source3: vault-sync.yaml.dummy
|
||||
BuildRequires: cargo >= 1.69.0
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: zstd
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: zstd
|
||||
BuildRequires: user(vault-sync)
|
||||
Requires: user(vault-sync)
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e35ee4ef779748efbe7747ad0cc7d2ef66f9d6b6ae5441825f4339d4565053b
|
||||
size 21273612
|
||||
oid sha256:edd203608657086b17f0856070e5ae94c48ef40d1051364ec0d59dd6cbd33846
|
||||
size 23761849
|
||||
|
||||
Reference in New Issue
Block a user