Bumping versions

This commit is contained in:
buildmaster
2021-02-18 11:51:05 +00:00
parent f0625fd71e
commit 0ce6158657

View File

@@ -43,11 +43,17 @@ Starters that begin with
| Starter | Features
| [source,xml]
.Fabric8 Dependency
----
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-kubernetes-fabric8</artifactId>
</dependency>
----
[source,xml]
.Kubernetes Client Dependency
----
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-kubernetes-client</artifactId>
@@ -57,11 +63,17 @@ Starters that begin with
resolves service names to Kubernetes Services.
| [source,xml]
.Fabric8 Dependency
----
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-kubernetes-fabric8-config</artifactId>
</dependency>
----
[source,xml]
.Kubernetes Client Dependency
----
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-kubernetes-client-config</artifactId>
@@ -73,11 +85,17 @@ resolves service names to Kubernetes Services.
Secret changes.
| [source,xml]
.Fabric8 Dependency
----
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-kubernetes-fabric8-all</artifactId>
</dependency>
----
[source,xml]
.Kubernetes Client Dependency
----
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-kubernetes-client-all</artifactId>