Path to this page:
./
security/ruby-vault,
Ruby API client for interacting with a Vault server
Branch: CURRENT,
Version: 0.18.2,
Package name: ruby31-vault-0.18.2,
Maintainer: pkgsrc-usersVault Ruby Client
Vault is the official Ruby client for interacting with Vault:
https://vaultproject.io by HashiCorp.
Master sites:
Filesize: 49.5 KB
Version history: (Expand)
- (2023-12-17) Updated to version: ruby31-vault-0.18.2
- (2023-09-18) Updated to version: ruby31-vault-0.18.1
- (2023-02-09) Updated to version: ruby31-vault-0.17.0
- (2022-08-28) Updated to version: ruby27-vault-0.17.0
- (2021-12-11) Package added to pkgsrc.se, version ruby27-vault-0.16.0 (created)
CVS history: (Expand)
2023-12-17 16:24:42 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
security/ruby-vault: update to 0.18.2
0.18.2 (2023-11-17)
* lock aws-sdk gems to support EOL ruby versions (#314)
* Several GitHub workflow related updates.
|
2023-09-18 19:35:36 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
security/ruby-vault: update to 0.18.1
0.18.0 (2023-09-14)
IMPROVEMENTS
* Added support for TLS v1.3 by replacing ssl_version with min_version.
0.18.1 (2023-09-14)
BUG FIXES
* Restored the ability to use this gem with older Ruby versions that do not
have the OpenSSL::SSL::TLS1_2_VERSION constant.
|
2022-08-28 14:53:19 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
security/ruby-vault: update to 0.17.0
0.17.0 (2022-05-11)
IMPROVEMENTS
* Added MissingRequiredStateErr error type to refer to 412s returned by
Vault 1.10 when the WAL index on the node does not match the index in the
Server-Side Consistent Token. This error type can be passed as a
parameter to #with_retries, and will also be retried automatically when
#with_retries is used with no parameters.
|
2021-12-11 15:07:31 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
security/ruby-vault: add package version 0.16.0
Add ruby-vault package version 0.16.0 required by newer ruby-chef.
Vault Ruby Client
Vault is the official Ruby client for interacting with Vault:
https://vaultproject.io by HashiCorp.
|