Commit Graph

37 Commits

Author SHA1 Message Date
Ryan Baxter
411e8a14f7 Bump version to 16.0.2 (#1163)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2022-12-06 19:35:25 -05:00
erabii
0e27607898 fix build failure (#1076) 2022-09-16 10:27:12 -04:00
erabii
004c8fb0e2 fix incorrect set-up of kafka property (#1060)
* fix

* fix for string also

* ups
2022-08-24 14:59:33 -04:00
erabii
a609ac7ae7 upgrade zookeeper and kafka images (#1058)
* fix

* fix build

* typo

* trigger
2022-08-18 09:50:13 -04:00
erabii
d817507ac0 fix github actions build failure (#1054)
* test

* add timeout

* trigger

* add timeout to 60 min

* test

* test

* test

* fix what tests each instance is running

* github fix for abstract tests

* remove file

* removed echo

* test circleci

* escape

* single?

* test

* bigger timeout

* add a bit more debugging

* fix circleci

* split in half

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* circleci should work now

* circleci should work now

* drop splitting as it seems un-needed

* remove file when done

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* trigger

* trigger

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* trigger

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* trigger

* test

* test

* test

* test

* added README

* refactor load images

* enable reuse

* increaase timeout

* increaase timeout

* test

* test

* test

* test

* no return

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* disable test

* pom

* enable test back
2022-08-17 09:23:05 -04:00
buildmaster
c019cfa451 Bumping versions 2022-06-16 03:41:19 +00:00
buildmaster
2d6aad0ca3 Going back to snapshots 2022-06-15 18:52:25 +00:00
buildmaster
79a809b354 Update SNAPSHOT to 3.0.0-M3 2022-06-15 18:39:58 +00:00
erabii
18a6f409c1 fix (#1029) 2022-06-11 10:46:35 -04:00
Ryan Baxter
c726004c8a Removing println 2022-06-10 08:44:36 -04:00
Ryan Baxter
e822e22393 Load images into container before running tests 2022-06-09 20:24:36 -04:00
erabii
78c507ca33 move integration tests to test-containers (#984) 2022-06-08 15:29:00 -04:00
erabii
56fbef5fa6 Fix watcher (#1013)
* initial fix

Co-authored-by: Ryan Baxter <rbaxter@vmware.com>
2022-05-17 16:24:29 -04:00
erabii
2191ee068b drop microk8s tests + minor polishing (#923) 2022-02-21 09:21:01 -05:00
buildmaster
ea967f9d25 Bumping versions 2021-09-15 19:15:52 +00:00
erabii
e8aac6ff76 Fix pipeline (#867)
* first

* fix

* fix others

* ups

* checkstyle

* more fixes

* padding

* one fix

* one more fix

* reactive fix
2021-09-15 11:41:15 -04:00
Ryan Baxter
b2d98aa358 Extract version from deployments (#773)
* Use replaceable version number in deployment yamls
2021-04-12 16:08:20 -04:00
Ryan Baxter
7d91e64ffe Updating deployment yamls to 2.0.3-SNAPSHOT 2021-03-19 10:53:20 -04:00
Ryan Baxter
82c9e41fd3 Merge branch 'bump-kubernetes-client-11' of https://github.com/yue9944882/spring-cloud-kubernetes into yue9944882-bump-kubernetes-client-11
# Conflicts:
#	spring-cloud-kubernetes-dependencies/pom.xml
#	spring-cloud-kubernetes-integration-tests/run.sh
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-client-config-it/k8s/deployment-it.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-client-config-it/k8s/deployment-polling-it.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-client-config-it/src/test/resources/spring-cloud-kubernetes-client-config-it-deployment.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-client-config-it/src/test/resources/spring-cloud-kubernetes-client-config-it-polling-deployment.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-client-loadbalancer-it/k8s/deployment-it.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-client-loadbalancer-it/src/test/java/org/springframework/cloud/kubernetes/client/loadbalancer/it/LoadBalancerIT.java
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-client-loadbalancer-it/src/test/resources/spring-cloud-kubernetes-client-loadbalancer-pod-it-deployment.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-client-loadbalancer-it/src/test/resources/spring-cloud-kubernetes-client-loadbalancer-service-it-deployment.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-client-reactive-discovery-client-it/k8s/deployment-it.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-client-reactive-discovery-client-it/src/test/java/org/springframework/cloud/kubernetes/client/reactive/discovery/it/ReactiveDiscoveryClientIT.java
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-client-reactive-discovery-client-it/src/test/resources/spring-cloud-kubernetes-client-reactive-discovery-it-deployment.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-configuration-watcher-it/deployment-it.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-configuration-watcher-it/src/test/resources/spring-cloud-kubernetes-configuration-watcher-bus-amqp-deployment.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-configuration-watcher-it/src/test/resources/spring-cloud-kubernetes-configuration-watcher-bus-kafka-deployment.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-configuration-watcher-it/src/test/resources/spring-cloud-kubernetes-configuration-watcher-http-deployment.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-configuration-watcher-it/src/test/resources/spring-cloud-kubernetes-configuration-watcher-it-bus-amqp-deployment.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-configuration-watcher-it/src/test/resources/spring-cloud-kubernetes-configuration-watcher-it-bus-kafka-deployment.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-core-k8s-client-it/k8s/deployment-it.yaml
#	spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-core-k8s-client-it/src/test/resources/spring-cloud-kubernetes-core-k8s-client-it-deployment.yaml
#	spring-cloud-kubernetes-test-support/src/main/java/org/springframework/cloud/kubernetes/integration/tests/commons/K8SUtils.java
2021-02-10 10:57:40 -05:00
Ryan Baxter
6cebd1d2e5 Updating deployment yamls 2021-02-02 08:57:15 -05:00
Ryan Baxter
13f46cab23 Adding version to wiremock image 2021-01-20 11:48:58 -05:00
Ryan Baxter
70880c5aab Handling 503 in kafka test 2021-01-19 13:48:06 -05:00
Ryan Baxter
f33e8067fc Use String as type instead of Object for RestTemplate 2021-01-19 13:25:55 -05:00
Ryan Baxter
2434e7094c Fixing return object 2021-01-19 11:57:49 -05:00
Ryan Baxter
4d7644013d Handling rest 503 error in test 2021-01-19 11:26:31 -05:00
Ryan Baxter
35d22b8cd4 Add some resiliency to tests 2021-01-19 11:05:02 -05:00
Ryan Baxter
19ec4a0d06 adding code to wait for wiremock to be ready 2021-01-14 16:46:29 -05:00
Min Kim
9b6cb38f81 shorten IT: wait conditions parallelly (#695) 2021-01-14 13:02:06 -05:00
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
yue9944882
b4df624010 fixes integration test by bumping version 2.0.1-SNAPSHOT for the manifests 2020-12-25 13:36:40 +08:00
yue9944882
9500d913ca fixes failing integration test due to removal of configuration-watcher images from dockerhub 2020-12-25 01:05:03 +08:00
Ryan Baxter
fb4d2b230f Removing unused variables and centralizing API client creation. 2020-12-03 15:21:00 -05:00
yue9944882
9b8eb4267e removing local registry from the integration scripts 2020-12-03 14:36:28 +08: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
b139951852 Add Core Module Based On Kubernetes Java Client (#661)
* Refactoring of core to provide an alternate Kubernetes client implementation
2020-10-15 11:17:44 -04: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