conjur-api 6.3.1.pre.848 → 6.4.0.pre.849

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +2 -0
  3. data/VERSION +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e94af8f767fd0324c87edb5648af755334c349670c1b4d50a2b4cec6927eb2f5
4
- data.tar.gz: e5a01b8576510b3f21209b2a75790ee6f37607c011a8d0937481386e78d0746f
3
+ metadata.gz: a1cdd341c320a370b2fe2a1acc7897da7cf46646b0f2e753c4a36210b9bedad5
4
+ data.tar.gz: 98e3471100dfd37156b37f1f60d8ff6dfb730879e3ad1f919cca1334a429a295
5
5
  SHA512:
6
- metadata.gz: 74c14463069c05daaa17c1c9aca5ffec2cc884835762c4a0bffaa0322158a3c09145badf7257b8bfdb19888b98b6298e548973111aa4463465da6f584621b95b
7
- data.tar.gz: 6ed18e8e9acb13891834d729cd1fc5a4b678942b548be8418c58480517b90b0b28870a0a966dd176e2302e41e8026880d77acbfebd9eb027c0cfb7c9e0fb280d
6
+ metadata.gz: e4db5cfec0074e9aad0cd89f5fd3331a70c664c0132d3bed6b6cc14baa08bb4b986e3dcd553340675887d627298daf146bd3a282d416f310e46640bd0c94c7b6
7
+ data.tar.gz: 28cd1578c740d4913764573d7ebcdc04b7008a33a43526bd07cfa8c725fa388b5bb47d846dd2a9d7aa391cd0a1b21c3fd8d4a9afa11e0016001c0383955411f7
data/CHANGELOG.md CHANGED
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## Unreleased
8
+
9
+ ## [6.4.0] - 2026-08-06
8
10
  ### Added
9
11
  - Cloud-native authenticators for Azure Managed Identity (`authn-azure`),
10
12
  AWS IAM (`authn-iam`), and GCP workload identity (`authn-gcp`), exposed
data/VERSION CHANGED
@@ -1 +1 @@
1
- 6.3.1-848
1
+ 6.4.0-849
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjur-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.1.pre.848
4
+ version: 6.4.0.pre.849
5
5
  platform: ruby
6
6
  authors:
7
7
  - CyberArk Maintainers