403 Commits

Author SHA1 Message Date
Ryan Baxter
c90d9f5d6d Changes for 5.0.0 release 2025-06-06 16:19:39 -04:00
spring-builds
8e1cc16343 Going back to snapshots 2025-05-29 14:56:01 +00:00
spring-builds
e4bfee4a1f Update SNAPSHOT to 4.3.0 2025-05-29 14:55:01 +00:00
spring-builds
3c46276ce6 Bumping versions to 4.3.1-SNAPSHOT after release 2025-05-29 00:58:21 +00:00
spring-builds
2b4061807d Going back to snapshots 2025-05-29 00:58:20 +00:00
spring-builds
ebe1a59609 Update SNAPSHOT to 4.3.0 2025-05-29 00:57:27 +00:00
Ryan Baxter
cdbfd3c7d4 Merge branch '4.2.x' 2025-05-06 09:46:11 -04:00
Ryan Baxter
b11789729e Fix test 2025-05-06 09:45:53 -04:00
Ryan Baxter
0567e41b8c Merge branch '4.2.x' 2025-05-05 20:01:50 -04:00
Ryan Baxter
5e8c7ba246 Merge branch '4.1.x' into 4.2.x 2025-05-05 20:01:39 -04:00
Ryan Baxter
0c48693739 Add spring.config.import to config sample. Fixes #2841 2025-05-05 20:01:21 -04:00
spring-builds
29595d6465 Going back to snapshots 2025-05-01 12:27:34 +00:00
spring-builds
c752ebe776 Update SNAPSHOT to 4.3.0-RC1 2025-05-01 12:26:58 +00:00
spring-builds
597ee54c9e Going back to snapshots 2025-04-07 11:06:07 +00:00
spring-builds
e1136ba43d Update SNAPSHOT to 4.3.0-M3 2025-04-07 11:05:31 +00:00
spring-builds
f9c8af5ce8 Bumping versions 2025-04-05 13:07:36 +00:00
spring-builds
e07d55b80f Bumping versions 2025-04-04 13:09:28 +00:00
spring-builds
55b562322d Bumping versions to 4.2.3-SNAPSHOT after release 2025-04-04 12:53:08 +00:00
spring-builds
a139ef5e70 Going back to snapshots 2025-04-04 12:53:06 +00:00
spring-builds
cf340eac35 Update SNAPSHOT to 4.2.2 2025-04-04 12:52:02 +00:00
spring-builds
70d5b854bb Bumping versions to 4.1.7-SNAPSHOT after release 2025-04-04 00:07:16 +00:00
spring-builds
705d7995e7 Going back to snapshots 2025-04-04 00:07:14 +00:00
spring-builds
46b9431a48 Update SNAPSHOT to 4.1.6 2025-04-04 00:06:19 +00:00
spring-builds
11544020fe Bumping versions 2025-03-20 10:22:29 +00:00
spring-builds
0ebea97f39 Bumping versions 2025-03-19 10:23:18 +00:00
spring-builds
88899b580e Bumping versions to 4.2.2-SNAPSHOT after release 2025-03-18 23:02:56 +00:00
spring-builds
eb4b88f955 Going back to snapshots 2025-03-18 23:02:55 +00:00
spring-builds
e9df29e844 Update SNAPSHOT to 4.2.1 2025-03-18 23:01:54 +00:00
spring-builds
0ead1cd315 Going back to snapshots 2025-02-27 19:30:42 +00:00
spring-builds
819335cda8 Update SNAPSHOT to 4.3.0-M2 2025-02-27 19:30:06 +00:00
spring-builds
eeaad7c6b9 Going back to snapshots 2025-01-30 03:45:19 +00:00
spring-builds
4aad3b0387 Update SNAPSHOT to 4.3.0-M1 2025-01-30 03:44:42 +00:00
Ryan Baxter
d89194e39c Bumping versions for the next release 2025-01-16 10:41:23 -05:00
spring-builds
dc8a53f5aa Bumping versions to 4.1.6-SNAPSHOT after release 2025-01-10 00:11:19 +00:00
spring-builds
438475f072 Going back to snapshots 2025-01-10 00:11:18 +00:00
spring-builds
9e35642edc Update SNAPSHOT to 4.1.5 2025-01-10 00:10:17 +00:00
spring-builds
b9a75611f4 Bumping versions to 4.2.1-SNAPSHOT after release 2024-12-03 01:05:45 +00:00
spring-builds
9a92c1eb59 Going back to snapshots 2024-12-03 01:05:45 +00:00
spring-builds
9bdda510ad Update SNAPSHOT to 4.2.0 2024-12-03 01:04:49 +00:00
spring-builds
c41bf0d3a5 Going back to snapshots 2024-11-27 01:36:07 +00:00
spring-builds
9034d9e6ba Update SNAPSHOT to 4.1.4 2024-11-27 01:35:17 +00:00
spring-builds
ef4059f7a4 Bumping versions to 4.1.5-SNAPSHOT after release 2024-11-26 16:34:01 +00:00
spring-builds
71fe7bb578 Going back to snapshots 2024-11-26 16:33:57 +00:00
spring-builds
30511a1c21 Update SNAPSHOT to 4.1.4 2024-11-26 16:33:04 +00:00
spring-builds
c37d6b28e7 Going back to snapshots 2024-11-08 02:20:44 +00:00
spring-builds
96ce824401 Update SNAPSHOT to 4.2.0-RC1 2024-11-08 02:20:09 +00:00
Ryan Baxter
764022d514 Add The Ability For The Config Client To Send All Labels To The Config Server (#2602) 2024-10-24 09:09:01 -04:00
Ryan Baxter
a4d47a2beb Merge branch '4.1.x' 2024-10-09 10:56:20 -04:00
Kaveh Shamsi
6914dc89b1 Uses label when searching secrets in [Spring]VaultEnvironmentRepository (#2460)
* Uses label when searching secrets in [Spring]VaultEnvironmentRepository

Signed-off-by: kvmw <mshamsi@broadcom.com>

* Adds a feature flag to enable label in vault secret paths

Signed-off-by: kvmw <mshamsi@broadcom.com>

* Makes default-label in [Spring]VaultEnvironmentRepository configurable

Signed-off-by: kvmw <mshamsi@broadcom.com>

* When label flag is enabled, profile should always by included in vault key

Signed-off-by: kvmw <mshamsi@broadcom.com>

* Updates Vault docs

Signed-off-by: kvmw <mshamsi@broadcom.com>

* Switches to main as default label for vault

Signed-off-by: kvmw <mshamsi@broadcom.com>

---------

Signed-off-by: kvmw <mshamsi@broadcom.com>
2024-10-09 10:55:29 -04:00
buildmaster
9756a6a49b Going back to snapshots 2024-10-08 01:49:17 +00:00