Commit Graph

221 Commits

Author SHA1 Message Date
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
Ryan Baxter
a265331fd0 Adds Discovery Server and Discovery Client (#886) 2021-10-15 07:24:31 -04:00
Ryan Baxter
8951627d18 Add Kubernetes Config Server (#881)
* Initial commit

* Added profile activation and support for secrets

* Cherry pick c48fdfd121

* Refactoring classnames that make more sense

* Refining configserver for milestone

* Remove unused code
2021-10-13 14:47:46 -04:00
buildmaster
493ae0c2ac Going back to snapshots 2021-10-01 21:04:22 +00:00
buildmaster
663aeacaa3 Update SNAPSHOT to 2.1.0-M2 2021-10-01 21:00:53 +00:00
Ryan Baxter
da384cfeb8 Merge branch '2.0.x' into main 2021-09-15 17:15:39 -04:00
erabii
c20d533a6c fix 859 final touches (#865)
* GA fix

* polishing

* polishing again

* polishing in k8s secrets impl

* checkstyle fixes

* fix tests

* fix fabric8 tests

* added test in k8s

* removed public modifier

* typos in the documentation

* more changes

* test a newer kind

* revert

* bump kind + debug

* bump kind

* release

* trigger build

* diff kindtest image

* newer version of ingress
2021-09-15 17:02:53 -04:00
buildmaster
ff7a438c00 Bumping versions 2021-08-18 19:15:24 +00:00
Ryan Baxter
8c5bea5e51 Merge branch '2.0.x' into main 2021-08-18 07:30:28 -04:00
erabii
5aaeaef56f fix duplicate properties coming from different config maps (#845)
* dirty

* some work started + tests

* checkstyle fixes

* add proper java docs

* fabric8 changes + tests

* merge 2.0.x + fix checkstyle

* k8s-client changes + fabric8 trying to fix tests

* minor update

* added documentation

* small change while writing comments to the PR

* add @Deprecated

* trigger build
2021-08-18 07:29:46 -04:00
buildmaster
ce9c0c52a8 Going back to snapshots 2021-07-31 16:20:38 +00:00
buildmaster
1eb7125925 Update SNAPSHOT to 2.1.0-M1 2021-07-31 16:17:24 +00:00
buildmaster
dea39f2946 Going back to snapshots 2021-07-30 20:54:38 +00:00
buildmaster
68dacceef4 Update SNAPSHOT to 2.1.0-M1 2021-07-30 20:50:37 +00:00
Ryan Baxter
0b29a57059 Fixing index.adoc symlink 2021-07-13 20:04:31 -04:00
Ryan Baxter
74dd3bd4ce Merge branch '2.0.x' into main 2021-07-13 14:00:52 -04:00
Ryan Baxter
d11da58927 Clarify how to disable health and info contributors 2021-07-13 14:00:27 -04:00
Ryan Baxter
05a214ade7 Revert "Add note to disable health indicator in bootstrap yaml | properites (#827)"
This reverts commit 6dcad3a7b8.
2021-07-13 13:58:21 -04:00
Ryan Baxter
824b7180af Merge remote-tracking branch 'origin/2.0.x' into main 2021-07-12 16:38:15 -04:00
Ryan Baxter
6dcad3a7b8 Add note to disable health indicator in bootstrap yaml | properites (#827) 2021-07-12 16:37:37 -04:00
spencergibb
07ebbcd3cf Updates version to 2.1.0-SNAPSHOT 2021-07-09 15:30:08 -04:00
yaraskm
5ad9b58df9 Remove unnecessary API groups in sample Role (#821)
- The resource requirements listed by component are all members of the
  core API group. There is no need to include the `extensions` and
  `apps` groups. This Role will currently try to grant permissions on
  types that do not exist, such a `pod.extensions` and `pod.apps`.

- If you are a member of a multitenant cluster, there's a good chance
  that you are running with either the `admin` or `edit` built-in
  Clusterroles scoped down to your namespace(s). Since certain types
  such as `pod.extensions` do not exist, your binding to a built-in Role
  will not contain permissions on these types. As such, you will get a
  permission error when trying to create the Role (trying to grant
  permissions you do not hold). The Role as written could only currently
  be created in a cluster by someone who has a higher permission level,
  (such as an admin).
2021-07-06 10:43:57 -04:00
erabii
bcdb96f981 fix (#820) 2021-06-30 14:26:44 -04:00
Ryan Baxter
ceb3426f62 Add documentation for enabling HTTPS for load balancer in service mode. Fixes #808 2021-06-03 14:19:18 -04:00
Jonatan Ivanov
7d40a449fc Fixing dockerhub links in docs and Readme (#806) 2021-06-01 09:42:07 -04:00
buildmaster
17caa02889 Going back to snapshots 2021-05-28 09:07:21 +00:00
buildmaster
305c165854 Update SNAPSHOT to 2.0.3 2021-05-28 09:03:02 +00:00
buildmaster
64dbffeb10 Bumping versions to 2.0.4-SNAPSHOT after release 2021-05-27 10:48:14 +00:00
buildmaster
669c510f63 Going back to snapshots 2021-05-27 10:48:13 +00:00
buildmaster
5116796e26 Update SNAPSHOT to 2.0.3 2021-05-27 10:43:51 +00:00
Ryan Baxter
ec66236c03 Fixing link to reload example. Fixes #785 2021-05-10 20:16:55 -04:00
Ryan Baxter
2fe0ba49ba Fixing formatting in leader election documentation 2021-03-18 11:54:43 -04:00
buildmaster
0a38688319 Bumping versions to 2.0.3-SNAPSHOT after release 2021-03-17 23:12:13 +00:00
buildmaster
e701254754 Going back to snapshots 2021-03-17 23:12:13 +00:00
buildmaster
e40bfe48aa Update SNAPSHOT to 2.0.2 2021-03-17 23:08:24 +00:00
Tim Ysewyn
ceb192ca3e Use the "primary-port-name" label to discover ports (#749)
* Use the "primary-port-name" label to discover ports

* Fixed warning message

* Fixed code style issue

* Use the "primary-port-name" label to discover ports

* Do not change previous behaviour!

* Fixed possibility of NPE

* Updated documentation

* Added fallbacks to https and http named ports

* Extracted port discovery logic into a separate function

* Fixed code style issue

* Fixed another code style issue
2021-03-11 17:05:59 -05:00
Ryan Baxter
f0625fd71e Clarify client for starter. Fixes #737 2021-02-17 11:06:04 -05:00
Anders Swanson
fd018e807d Leader Election Documentation (#728)
* Leader Election Documentation

* update docs

Co-authored-by: aswanson <anders_swanson@mcafee.com>
2021-02-08 10:01:03 -05:00
buildmaster
8f4688ded0 Bumping versions to 2.0.2-SNAPSHOT after release 2021-01-27 22:23:00 +00:00
buildmaster
ecf5807013 Going back to snapshots 2021-01-27 22:23:00 +00:00
buildmaster
f24e7b968a Update SNAPSHOT to 2.0.1 2021-01-27 22:19:23 +00:00
buildmaster
416b6799b8 Bumping versions 2021-01-22 11:52:04 +00:00
Ryan Baxter
03767663cc Merge branch 'include-not-ready-addresses-opt-in' of https://github.com/srgibbs99/spring-cloud-kubernetes into srgibbs99-include-not-ready-addresses-opt-in 2021-01-21 11:05:37 -05:00
buildmaster
faac20aa30 Bumping versions 2021-01-21 11:52:53 +00: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
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
Ryan Baxter
6af0c945dc Loadbalancer Module Using Kubernetes Java Client (#700)
Loadbalancer implementation using Kuberentes Java Client
2020-12-19 11:19:25 -05:00