Commit Graph

1162 Commits

Author SHA1 Message Date
buildmaster
3351926041 Bumping versions 2021-12-02 19:34:54 +00:00
buildmaster
ea1f991b67 Bumping versions to 2.1.1-SNAPSHOT after release 2021-12-01 22:44:27 +00:00
buildmaster
08ab5281f1 Going back to snapshots 2021-12-01 22:44:27 +00:00
buildmaster
902789a6a7 Update SNAPSHOT to 2.1.0 2021-12-01 22:35:30 +00:00
buildmaster
4de34ef2ca Bumping versions 2021-11-27 19:33:29 +00:00
Ryan Baxter
11fbb8214b Merge branch '2.0.x' 2021-11-12 08:38:33 -05:00
Pawel Lewandowski
5e34da205b Change the log level to prevent false-positives (#911)
The `WARN` log level is being abused here which can flood the production logs (usually you are not interested in any lower log levels there). It is totally fine to not define a separate configMap for each profile that is active in the application therefore it shouldn't be a warning. The same applies to any other form of externalized configuration.
2021-11-12 08:37:34 -05:00
buildmaster
fd0e8650f1 Bumping versions 2021-11-11 19:30:58 +00:00
erabii
b73b9528b2 fix issue 811 and 16 (#812) 2021-11-10 16:58:06 -05:00
erabii
b41dcc146e namespace resolution must work the same across callers (#906) 2021-11-10 15:22:25 -05:00
buildmaster
14729f3c72 Bumping versions 2021-11-10 19:41:16 +00:00
erabii
94f9fdc336 Fix fabric8 client dependency (related to issue 900) (#905) 2021-11-09 14:27:59 -05:00
erabii
fc97113ac9 Fix issue 900 (#904) 2021-11-09 11:42:12 -05:00
Ryan Baxter
ad6aac3f9c Merge branch '2.0.x' 2021-11-08 13:56:09 -05:00
erabii
fd9be00329 User Agent Functionality (#898)
* change in user agent for fabric8
2021-11-08 13:54:06 -05:00
Ryan Baxter
45a13212c0 Merge branch '2.0.x' 2021-11-08 10:32:22 -05:00
Ryan Baxter
3436ed5a2c Pass ApiClient to SharedInformer (#903)
* Pass ApiClient to SharedInformer.  Fixes #885
2021-11-08 10:29:27 -05:00
buildmaster
499fe8067b Going back to snapshots 2021-11-03 16:01:58 +00:00
buildmaster
6d3cdbc411 Update SNAPSHOT to 2.1.0-RC1 2021-11-03 15:56:40 +00:00
buildmaster
56c53c3ee7 Bumping versions 2021-11-02 19:33:14 +00:00
Ryan Baxter
5911a6731d Bumping Kuberentes Java Client to 11.0.03 2021-11-01 20:08:51 -04:00
Ryan Baxter
d6384376c6 Fixing tests after merge 2021-11-01 20:00:38 -04:00
Ryan Baxter
7dafcf0b7b Fixing compile error after merging 2021-11-01 15:46:50 -04:00
Ryan Baxter
edd77210ad Merge branch '2.0.x' 2021-11-01 14:36:39 -04:00
erabii
fc365a2c88 fix #876 (#884) 2021-11-01 14:36:01 -04:00
Ryan Baxter
ab764ef3de Merge branch '2.0.x' 2021-11-01 11:15:02 -04:00
erabii
8448aa60c1 split core test (#897)
* split test

* trigger build
2021-11-01 11:14:33 -04:00
Ryan Baxter
7f1c7912c1 Merge branch '2.0.x' 2021-11-01 11:11:01 -04:00
erabii
d73801e7a5 tighter documentation and drop a log statement (#899)
* fix

* fix documentation
2021-11-01 11:10:31 -04:00
Ryan Baxter
ac26dc82bb Merge branch '2.0.x' 2021-11-01 11:04:40 -04:00
erabii
988202303f packeto fix (#896) 2021-11-01 11:02:32 -04:00
Thomas Vitale
ecf3560512 ConfigMap additional namespaces don't work in ConfigServer (#892)
The typo in the property "spring.cloud.kubernetes.configserver.config-map-namespaces"
property is now fixed. Also, the property is now used correctly in the autoconfiguration
in the context of the ConfigMaps monitoring configuration.

Fixes gh-891
2021-10-27 19:20:02 -04:00
Ryan Baxter
1842568163 Merge branch '2.0.x' 2021-10-26 19:35:03 -04:00
Ryan Baxter
5380609240 Disable informer discovery client is spring.cloud.kubernetes is true. Fixes #878 (#894) 2021-10-26 16:27:39 -04:00
buildmaster
de700e749e Bumping versions 2021-10-26 19:33:04 +00:00
Işık Erhan
d338511332 Support Kubernetes config fail-fast and retry (#873)
* Add support for fail fast loading ConfigMaps and Secrets

* Add support for retry loading ConfigMaps and Secrets on failure
2021-10-26 09:46:16 -04:00
buildmaster
e7d864daf7 Bumping versions 2021-10-22 19:30:22 +00:00
Ryan Baxter
75a3392097 Adding link to Docker Hub for discovery server 2021-10-22 11:41:16 -04:00
Ryan Baxter
2fa0750af6 Adding link to Docker Hub image for config server 2021-10-22 11:40:09 -04:00
Ryan Baxter
d6e7e5924e Resolve merge conflicts from 2.0.x branch 2021-10-21 17:08:01 -04:00
Ryan Baxter
7fa25cf883 Merge branch '2.0.x' 2021-10-21 17:07:27 -04:00
erabii
8e51305da0 Fix 508 (#856)
* moved code + tests added

* started

* checkstyle

* trigger build one more time

* fabric8 changes + tests

* checkstyle

* checkstyle

* fix same mapping controller entries

* started work on k8s-client

* prepare test appliations

* minor rename

* change to be able to read easier

* k8s client fix + tests

* documentation

* trigger build

* more changes

* rename property and everything related to it

* rename property and everything related to it
2021-10-21 15:12:35 -04:00
Ryan Baxter
64376358c4 Merge branch '2.0.x' 2021-10-21 11:42:55 -04:00
erabii
32a8ae83dd fix issue 870 (all the details are there in the comments) (#872)
* fix

* trigger build

* trigger build
2021-10-21 11:40:50 -04:00
buildmaster
953febd904 Going back to snapshots 2021-10-20 04:41:02 +00:00
buildmaster
6e8dbe2817 Update SNAPSHOT to 2.1.0-M3 2021-10-20 04:35:54 +00:00
buildmaster
3eab9f1580 Bumping versions 2021-10-15 13:42:47 +00:00
Ryan Baxter
a265331fd0 Adds Discovery Server and Discovery Client (#886) 2021-10-15 07:24:31 -04:00
buildmaster
41c37c7b02 Bumping versions 2021-10-14 19:18:22 +00:00
Ryan Baxter
dd4d6e12d9 Fixing verification API 2021-10-13 16:08:05 -04:00