Commit Graph

26 Commits

Author SHA1 Message Date
Ryan Baxter
65f87238ef * Updating deployment files with new version numbers
* Pulling images and loading them into kind in order to avoid DockerHub limits on Jenkins
2021-01-08 15:59:25 -05:00
buildmaster
fea25d2fd5 Bumping versions to 2.0.1-SNAPSHOT after release 2020-12-22 00:05:50 +00:00
buildmaster
9d092ed82c Going back to snapshots 2020-12-22 00:05:49 +00:00
buildmaster
de5faba7a1 Update SNAPSHOT to 2.0.0 2020-12-22 00:01:42 +00:00
buildmaster
8ed7023942 Going back to snapshots 2020-12-11 23:09:30 +00:00
buildmaster
f18198204a Update SNAPSHOT to 2.0.0-RC1 2020-12-11 23:07:03 +00:00
Ryan Baxter
516413bb42 Rename Starters To Indicate They Use Fabric8 (#683)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Renaming leader module to be specific to fabric8

* Istio module rename

* Renaming loadbalancer module

* Rename loadbalancer starter

* Rename config starter

* Rename all starter

* Rename kubernetes starter
2020-12-09 13:48:34 -05:00
buildmaster
275749b793 Going back to snapshots 2020-12-01 23:51:45 +00:00
buildmaster
08a0712f00 Update SNAPSHOT to 2.0.0-M6 2020-12-01 23:49:24 +00:00
Ryan Baxter
40cef547ce Renaming modules and moving common code to commons module. Updating tests. 2020-12-01 13:55:03 -05:00
Kris Iyer
5cf5d12cf6 fix conflicts upon merge (#676)
* fix conflicts upon merge

* Bump kind test await timeout from 15 to 60 seconds for spring-cloud-kubernetes-client-config-it. This should make tests a bit more reliable.
2020-11-25 14:35:20 -05:00
Krishnakumar Iyer
87efababb6 Support Kafka for Spring Cloud Kubernetes Configuration Watcher, Issue 654 (#655)
* Add spring-cloud-starter-bus-kafka

* Separate profiles for amqp and kafka

* profiles for amqp and kafka with default binders

* updates to readme on kafka support for the watcher. Fixes #654

* fix IT

* remove unused imports

* Add conditionals to allow for config and/or secrets to be watched

* fix it deployment for bus-amqp

* enable probes for management endpoints. Disable rabbit health checker unless we run the bus-amqp profile

* add IT tests for Kafka, deployments for zookeeper and kafka. Increase timeouts from 90 to 600 seconds to account for larger images and slower connections.

* add newline

* refactor imports

* fix checkstyle issues.

* update kafka docker image tag from latest to 2.13-2.6.0

* updating zookeeper docker image from wurstmeister/zookeeper:latest to zookeeper:3.6.2. wurstmeister does not appear to have tags that match the latest images yet and the last updates are a few years old.
2020-11-25 11:35:09 -05:00
Ryan Baxter
a47a530bc3 Refactor Config Module And Add A New Config Module Using Kubernetes Client (#664)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Refactoring config module to extract common code
Renamed config module to be specific to fabric8

* Kubernetes client config module

* Fixing test to avoid 503 error

* Accounting for missing invocation

* Adding code to deal with potential 503 error

* Fixing class used in polling change listener

* Formatting changes
2020-11-24 20:25:20 -05:00
buildmaster
4636b5acd4 Going back to snapshots 2020-11-17 21:49:37 +00:00
buildmaster
16a86bfa18 Update SNAPSHOT to 2.0.0-M5 2020-11-17 21:47:26 +00:00
buildmaster
24ed099233 Going back to snapshots 2020-10-03 15:02:24 +00:00
buildmaster
e3bca17d38 Update SNAPSHOT to 2.0.0-M4 2020-10-03 15:00:03 +00:00
Krishnakumar Iyer
a4ad5ebb08 Refactor ConfigurationChangeDetector to simplify conditionals. Issue 643 (#644)
* Refactor configuration change detector into configMap and Secret change detectors each for reload detection mode event/polling. Fixes #643

* Add additional tests

* Refactor spring-cloud-kubernetes-configuration-watcher to decouple configMap and Secrets for HTTP and Bus implementations

* fix logger

* fix checkstyle errors.
2020-10-01 19:29:10 -04:00
buildmaster
7f6ddf69c5 Bumping versions 2020-09-18 11:47:22 +00:00
buildmaster
880ed83170 Bumping versions 2020-08-27 11:47:25 +00:00
piomin
d5592f9f9c #962 Fixing tests dependent to KubernetesServiceInstance 2020-08-24 13:59:08 +02:00
Ryan Baxter
b2bbff6642 Changes to add dockerfile-maven-plugin 2020-08-12 11:48:04 -04:00
buildmaster
090c970d4f Going back to snapshots 2020-07-23 19:29:15 +00:00
buildmaster
208a3704b9 Update SNAPSHOT to 2.0.0-M3 2020-07-23 19:27:22 +00:00
Ryan Baxter
e27dbbc66d Updating dockerhub org name 2020-07-22 17:18:06 -04:00
Ryan Baxter
d82282c3dd Config Refresh Controller (#567)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Initial commit for refresh controller and tests

* Running kind first

* fixing config

* Added some docs

* Making sure the tests run as integration tests

* Updates and new test for rabbitmq

* Code review changes
2020-07-21 15:10:06 -04:00