spencergibb
|
0218b3c68c
|
Updates version to 5.0.0-SNAPSHOT
|
2025-06-06 19:50:37 -04:00 |
|
spring-builds
|
22930499db
|
Going back to snapshots
|
2025-05-29 19:40:16 +00:00 |
|
spring-builds
|
30322eaf4f
|
Update SNAPSHOT to 3.3.0
|
2025-05-29 19:32:59 +00:00 |
|
spring-builds
|
dcb4347246
|
Bumping versions to 3.3.1-SNAPSHOT after release
|
2025-05-29 06:15:42 +00:00 |
|
spring-builds
|
89ef3f601c
|
Going back to snapshots
|
2025-05-29 06:15:40 +00:00 |
|
spring-builds
|
a640cfd271
|
Update SNAPSHOT to 3.3.0
|
2025-05-29 06:08:35 +00:00 |
|
Ryan Baxter
|
1fa5300bae
|
Merge branch '3.2.x'
|
2025-05-02 08:56:26 -04:00 |
|
Ryan Baxter
|
9726bcc9a7
|
Merge branch '3.1.x' into 3.2.x
|
2025-05-02 08:56:03 -04:00 |
|
wind57
|
266b806844
|
fix
Signed-off-by: wind57 <eugen.rabii@gmail.com>
|
2025-05-02 10:19:13 +03:00 |
|
spring-builds
|
ebb99cddde
|
Going back to snapshots
|
2025-05-01 16:03:35 +00:00 |
|
spring-builds
|
a9262b0a31
|
Update SNAPSHOT to 3.3.0-RC1
|
2025-05-01 15:57:15 +00:00 |
|
wind57
|
f619f6023d
|
cleanup
Signed-off-by: wind57 <eugen.rabii@gmail.com>
|
2025-04-30 18:42:09 +03:00 |
|
wind57
|
f1f94df17c
|
cleanup
Signed-off-by: wind57 <eugen.rabii@gmail.com>
|
2025-04-30 13:40:05 +03:00 |
|
wind57
|
09c00d06a6
|
started
Signed-off-by: wind57 <eugen.rabii@gmail.com>
|
2025-04-28 17:10:39 +03:00 |
|
wind57
|
42961817f0
|
started
Signed-off-by: wind57 <eugen.rabii@gmail.com>
|
2025-04-28 16:24:49 +03:00 |
|
wind57
|
5d6dc34e75
|
started
Signed-off-by: wind57 <eugen.rabii@gmail.com>
|
2025-04-28 16:05:56 +03:00 |
|
spring-builds
|
e3de05ffce
|
Going back to snapshots
|
2025-04-07 16:29:04 +00:00 |
|
spring-builds
|
c5fd60c6d4
|
Update SNAPSHOT to 3.3.0-M3
|
2025-04-07 16:22:48 +00:00 |
|
Ryan Baxter
|
93e2307837
|
Merge branch '3.2.x'
|
2025-04-03 09:14:49 -04:00 |
|
Ryan Baxter
|
3a607e0f78
|
Merge branch '3.1.x' into 3.2.x
|
2025-04-03 09:14:36 -04:00 |
|
wind57
|
65540a261d
|
more
Signed-off-by: wind57 <eugen.rabii@gmail.com>
|
2025-03-29 23:41:52 +02:00 |
|
spring-builds
|
5971f1cae5
|
Bumping versions to 3.2.2-SNAPSHOT after release
|
2025-03-19 11:54:28 +00:00 |
|
spring-builds
|
344a747beb
|
Going back to snapshots
|
2025-03-19 11:54:26 +00:00 |
|
spring-builds
|
ce8d415ec9
|
Update SNAPSHOT to 3.2.1
|
2025-03-19 11:47:05 +00:00 |
|
spring-builds
|
34ade365b8
|
Going back to snapshots
|
2025-02-27 23:07:13 +00:00 |
|
spring-builds
|
4a433516fc
|
Update SNAPSHOT to 3.3.0-M2
|
2025-02-27 23:00:43 +00:00 |
|
Ryan Baxter
|
6b3d070c07
|
Merge branch '3.2.x'
|
2025-02-23 07:57:05 -06:00 |
|
Ryan Baxter
|
870360a579
|
Merge branch '3.1.x' into 3.2.x
|
2025-02-23 07:56:49 -06:00 |
|
Arjav
|
2b9709b4a0
|
Kubernetes as a Composite config source (#1873)
* initial commit, crearting factory
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* testing default
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* remove checkstyle
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* for try
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* for try
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* trying existing bean
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* reverting pom.xml
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* ObjectProvider for missing bean
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* Update default order value in KubernetesConfigServerProperties
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* code style fixes
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* code style fixes
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* code style fixes
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* code style
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* test cases
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* Composite Integration Tests where kubernetes is one of the type in the composite setup
KubernetesEnvironmentRepository as condition for KubernetesEnvironmentRepositoryFactory bean creation
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* Composite Integration Tests where kubernetes is one of the type in the composite setup
KubernetesEnvironmentRepository as condition for KubernetesEnvironmentRepositoryFactory bean creation
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* Add KubernetesConfigServerProperties support to KubernetesEnvironmentRepository and related tests
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* mark old implementation as deprecated and revert test cases
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* test case for new constructor
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* linting
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* remove ObjectProvider
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
---------
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
|
2025-02-23 08:56:18 -05:00 |
|
Ryan Baxter
|
de03d15e15
|
Merge branch '3.2.x'
|
2025-02-13 14:17:38 -05:00 |
|
Ryan Baxter
|
4bfa556039
|
Merge branch '3.1.x' into 3.2.x
|
2025-02-13 14:17:26 -05:00 |
|
Arjav
|
f1c7e9d8ba
|
Add Maven profile for Vault integration (#1868)
* Add Maven profile for Vault integration
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* Add Vault Maven profile info to k8s Config Server documentation
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
* Remove activation flag from vault profile an update doc
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
---------
Signed-off-by: Arjav <arjavdongaonkar@gmail.com>
|
2025-02-13 14:16:50 -05:00 |
|
spring-builds
|
54563eb042
|
Going back to snapshots
|
2025-01-30 18:02:22 +00:00 |
|
spring-builds
|
d3f7336188
|
Update SNAPSHOT to 3.3.0-M1
|
2025-01-30 17:54:34 +00:00 |
|
Ryan Baxter
|
70f6d69a4a
|
Bumping versions to next release
|
2025-01-16 13:03:02 -05:00 |
|
spring-builds
|
9272d47942
|
Bumping versions to 3.1.6-SNAPSHOT after release
|
2025-01-10 03:09:11 +00:00 |
|
spring-builds
|
4371089809
|
Going back to snapshots
|
2025-01-10 03:09:10 +00:00 |
|
spring-builds
|
23cc4a6b4e
|
Update SNAPSHOT to 3.1.5
|
2025-01-10 03:00:10 +00:00 |
|
spring-builds
|
31aa2dae26
|
Bumping versions to 3.2.1-SNAPSHOT after release
|
2024-12-03 06:34:32 +00:00 |
|
spring-builds
|
28d9c50074
|
Going back to snapshots
|
2024-12-03 06:34:29 +00:00 |
|
spring-builds
|
ab0b4c072e
|
Update SNAPSHOT to 3.2.0
|
2024-12-03 06:25:45 +00:00 |
|
spring-builds
|
3c4771a7b4
|
Bumping versions to 3.1.5-SNAPSHOT after release
|
2024-11-26 22:49:36 +00:00 |
|
spring-builds
|
e4d9e8e6c4
|
Going back to snapshots
|
2024-11-26 22:49:35 +00:00 |
|
spring-builds
|
35b834ff34
|
Update SNAPSHOT to 3.1.4
|
2024-11-26 22:40:24 +00:00 |
|
dependabot[bot]
|
ac236777c3
|
Bump com.spotify:dockerfile-maven-plugin from 1.4.12 to 1.4.13 (#1689)
Bumps [com.spotify:dockerfile-maven-plugin](https://github.com/spotify/dockerfile-maven) from 1.4.12 to 1.4.13.
- [Release notes](https://github.com/spotify/dockerfile-maven/releases)
- [Changelog](https://github.com/spotify/dockerfile-maven/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotify/dockerfile-maven/compare/v1.4.12...v1.4.13)
---
updated-dependencies:
- dependency-name: com.spotify:dockerfile-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-22 11:06:36 -05:00 |
|
spring-builds
|
9a32a97f1a
|
Going back to snapshots
|
2024-11-08 16:50:37 +00:00 |
|
spring-builds
|
538a3f5d5d
|
Update SNAPSHOT to 3.2.0-RC1
|
2024-11-08 16:42:51 +00:00 |
|
buildmaster
|
47d30d7ed2
|
Going back to snapshots
|
2024-10-08 17:13:41 +00:00 |
|
buildmaster
|
a4a3daf091
|
Update SNAPSHOT to 3.2.0-M2
|
2024-10-08 17:05:50 +00:00 |
|
Ryan Baxter
|
d8af8c5d01
|
Merge branch '3.1.x'
|
2024-10-05 08:51:12 -04:00 |
|