Ryan Baxter
2fa0750af6
Adding link to Docker Hub image for config server
2021-10-22 11:40:09 -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
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
buildmaster
a27a2714b8
Going back to snapshots
2021-09-22 20:28:25 +00:00
buildmaster
9aa126ac5e
Update SNAPSHOT to 2.0.4
2021-09-22 20:16:42 +00:00
buildmaster
138f3a74c7
Going back to snapshots
2021-09-22 13:32:49 +00:00
buildmaster
f37642dd4e
Update SNAPSHOT to 2.0.4
2021-09-22 13:29:14 +00:00
buildmaster
ff45f1c441
Going back to snapshots
2021-09-22 11:11:27 +00:00
buildmaster
5bc725a095
Update SNAPSHOT to 2.0.4
2021-09-22 11:07:38 +00:00
buildmaster
2bd180de24
Going back to snapshots
2021-09-22 09:47:30 +00:00
buildmaster
1670846c7d
Update SNAPSHOT to 2.0.4
2021-09-22 09:43:33 +00:00
buildmaster
6f9afa83bd
Bumping versions to 2.0.5-SNAPSHOT after release
2021-09-22 00:40:33 +00:00
buildmaster
a7826abe6d
Going back to snapshots
2021-09-22 00:40:32 +00:00
buildmaster
339c270f51
Update SNAPSHOT to 2.0.4
2021-09-22 00:37:04 +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