Commit Graph

44 Commits

Author SHA1 Message Date
Ryan Baxter
78cf7fdb4f Merge remote-tracking branch 'origin/1.0.x' 2019-06-19 10:58:42 -04:00
Ali Shahbour
296bf1e351 Search configMap with active profile name. (#343)
* Search configMap with active profile name.

* Fix checkstyle errors

* fix documentation

* fix documentation

* Update document per latest update to property-source-config

* fix @author
2019-06-19 10:57:39 -04:00
wuzishu
f0eab0e0b8 Enhanced Ribbon can support access to workloads through services (#388)
* Enhanced Ribbon can support access to workloads through services while being compatible with Istio traffic policies

* update after checkstyle

* update

* add cluster_domian config

* add tests for service mode

* update doc for new feature and refactoring code structure
2019-06-18 10:58:38 -04:00
Soham Jambhekar
81f827d610 Fix application.yaml file name typo in config source docs (#406)
dont update README.adoc as it is autogenerated
2019-06-17 19:53:45 -04:00
buildmaster
aef102dc72 Bumping versions to 1.0.3.BUILD-SNAPSHOT after release 2019-06-11 19:18:01 +00:00
buildmaster
d4a3e739a6 Going back to snapshots 2019-06-11 19:18:01 +00:00
buildmaster
a611965d4a Update SNAPSHOT to 1.0.2.RELEASE 2019-06-11 19:15:26 +00:00
mohamed chiheb ben jemaa
87ab961e89 Enhance docs about setting Spring profile at bootstrap via ENV Variable (#408)
Fixes gh-403
2019-06-11 12:11:36 +03:00
Ramazan Demir
1f74ea6694 Update property-source-config.adoc 2019-05-26 10:28:32 +03:00
Ryan Baxter
3f915e8a9c Merge remote-tracking branch 'origin/1.0.x' 2019-05-16 17:17:50 -04:00
Ryan Baxter
98b9e3ec2e Adding not about requiring @EnableScheduling to docs. Fixes #385 2019-05-16 17:17:04 -04:00
Jay Bryant
91e42151fb Modernizing the docs pom (#345)
I tossed out dependencies we don't need once we start using spring-doc-resources.

NOTE: This PR depends on spring-cloud/spring-cloud-build#84
2019-04-17 13:13:21 -04:00
Alexey Saltanov
4307859690 Fix misprint in README.adoc ("Oeriodically"). (#370) 2019-04-08 10:13:41 -04:00
Spencer Gibb
d6d4dddc56 Updates docs plugins 2019-04-05 11:50:20 -04:00
Spencer Gibb
d32ee6498d Updates to 1.1.0.BUILD-SNAPSHOT
And updates dependencies to Hoxton
2019-04-04 15:46:41 -04:00
Ryan Baxter
4fd99b2597 Deprecate KubernetesAutoServiceRegistration and add service registry docs (#349)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348
2019-03-07 16:10:33 -05:00
buildmaster
46ba709357 Bumping versions to 1.0.2.BUILD-SNAPSHOT after release 2019-03-05 17:45:37 +00:00
buildmaster
365175a4a2 Going back to snapshots 2019-03-05 17:45:37 +00:00
buildmaster
62cffd6421 Update SNAPSHOT to 1.0.1.RELEASE 2019-03-05 17:40:31 +00:00
Jay Bryant
f743bab020 Editing pass (#337)
* Editing pass

I edited for spelling, punctuation, grammar, usage, and corporate voice. I also corrected some links and made sure everything points uses https rather than http.

* Accounting for input from Chin Huang

Chin Huang found two issues, and I found another one. This commit fixes all three.
2019-02-28 11:48:43 -05:00
Chin Huang
ee20884faf Document Spring Boot starters (#332)
List all starters in a summary near the beginning of the documentation.
Delete version from the example POM dependencies. Version should be
assigned by the BOM.

Fixes #146
Fixes #326
2019-02-27 11:15:10 -05:00
Jochen Schalanda
a72a4ad291 Fix code snippets in PropertySource config docs (#317) 2019-02-25 10:31:05 -05:00
Alexey Zotov
bedaf14bbe ~Update docs. Add notes about changed behavior of paths property (#329) 2019-02-15 06:32:19 -06:00
Marcin Grzejszczak
2220ed3a32 Added checkstyle 2019-02-05 16:49:55 +01:00
buildmaster
e7c47ed5a5 Bumping versions to 1.0.1.BUILD-SNAPSHOT after release 2019-01-22 18:32:21 +00:00
buildmaster
a13fb9d266 Going back to snapshots 2019-01-22 18:32:21 +00:00
buildmaster
c17b5e4c2a Update SNAPSHOT to 1.0.0.RELEASE 2019-01-22 18:27:58 +00:00
Georgios Andrianakis
6e8b7bcc08 Port doc fix from #311 to proper doc file 2019-01-22 17:44:39 +02:00
Chin Huang
3409ad81a5 Fix typo that recommends RBAC ensures unauthorized access to Secrets (#306) 2019-01-16 11:20:51 -05:00
buildmaster
7c61999dfd Going back to snapshots 2018-12-21 01:05:39 +00:00
buildmaster
581dd37176 Update SNAPSHOT to 1.0.0.RC2 2018-12-21 01:02:10 +00:00
salaboy
ef51d11f33 #233 Initial Istio Awareness implementation (#286)
* initial profile and check

* initial istio aware profile impl

* adding initial docs

* fixing parent

* using BootstrapConfiguration for istio profile check

* Improve log messages

* Add Istio integration tests

* Remove unused IstioClient

* Remove redundant parent

* Revert "Remove redundant parent"

This reverts commit c41271fa

* Fix startup error

* Add name to istio module

* Move IstioClient out of bootstrap configuration

This is needed because the Kubernetes Config is not a bean in the
bootstrap context.
Furthermore the IstioClient is not used anywhere in the bootstrap
context

* Polish

* Ensure this IstioClient is actually injected

* Fix integration test setup

* more refinements

* aligning property name

* adding headers and small refinements
2018-12-20 12:16:59 -05:00
Ryan Baxter
b3de20b215 Fixing documentation 2018-12-20 10:52:06 -05:00
Georgios Andrianakis
a006296c78 Rationalize ConfigMap usage when paths (mounted files) are involved
This is done by removing the file walking and loading logic that existed
before and replacing it with an implementation that creates on
ConfigMapResource per specified path.
Reading and processing the content of the path is done in the exact
same way as the enableApi method does thus providing a consistent
experience.

The implementation is inspired by the following comment:
https://github.com/spring-cloud/spring-cloud-kubernetes/issues/230#issuecomment-420341743

Fixes: #230
2018-12-19 20:49:24 +02:00
Peter Butkovic
9a7be93cac docs: native kubernetes service discovery (#300) 2018-12-18 16:27:49 -05:00
Mark Anderson
a5baf013f6 Use java.time.Duration for duration based properties. (#294)
* Use java.time.Duration for duration based properties.

* Update javadoc for period in ConfigReloadProperties.
2018-12-14 11:29:58 -05:00
buildmaster
ab630b488a Going back to snapshots 2018-12-11 22:00:48 +00:00
buildmaster
291929d61a Update SNAPSHOT to 1.0.0.RC1 2018-12-11 21:57:32 +00:00
buildmaster
03f55afc10 Going back to snapshots 2018-12-11 16:46:25 +00:00
buildmaster
9c32877909 Update SNAPSHOT to 2.1.0.RC1 2018-12-11 16:43:15 +00:00
salaboy
c4774c3c77 Doc improvements
* initial fixes, links missing

* adding links and resources

* updating headers size and example section

fixes gh-268
2018-12-05 11:31:38 -05:00
buildmaster
a3d430390f Going back to snapshots 2018-11-18 09:40:23 +00:00
buildmaster
a436c580b5 Update SNAPSHOT to 1.0.0.M2 2018-11-18 09:37:30 +00:00
salaboy
210338465f AsciiDoc documentation (#263)
* initial documentation refactoring

* more updates and changes

* fixing pom

* rename intro to spring-cloud-kubernetes.adoc

* creating root document

* fixing docs index
2018-11-07 11:43:20 -05:00