Skip to content

Commit

Permalink
Bump microbean-helm to v2.8.2.1.1.1
Browse files Browse the repository at this point in the history
Also remove the local patch for the wrong version of the
netty-tcnative-boringssl-static dependency.

Change-Id: Id93a001fe4452ca22e6bed28b160c33abe3b48c9
Reviewed-on: https://bellevue-ci.eng.vmware.com:8080/40537
Closures-Verified: jenkins <[email protected]>
Upgrade-Verified: jenkins <[email protected]>
Bellevue-Verified: jenkins <[email protected]>
PG-Verified: jenkins <[email protected]>
CS-Verified: jenkins <[email protected]>
Reviewed-by: Antonio Filipov <[email protected]>
  • Loading branch information
shadjiiski committed Oct 17, 2018
1 parent a1db233 commit f2bdf61
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tiller/client/microbean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
<packaging>jar</packaging>

<properties>
<microbean.helm.version>2.8.2.1.1.0</microbean.helm.version>
<!-- Override microbean-helm dependency version as a workaround for https://github.com/grpc/grpc-java/issues/3989. -->
<override.netty.tcnative.boringssl.static.version>2.0.7.Final</override.netty.tcnative.boringssl.static.version>
<microbean.helm.version>2.8.2.1.1.1</microbean.helm.version>
<!-- This corresponds to the version of kubernetes-client that comes with
microbean-helm -->
<kubernetes.server.mock.version>3.1.8</kubernetes.server.mock.version>
Expand Down Expand Up @@ -66,12 +64,6 @@
<groupId>org.microbean</groupId>
<artifactId>microbean-helm</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>${override.netty.tcnative.boringssl.static.version}</version>
<classifier>${os.detected.classifier}</classifier>
</dependency>

<!-- TEST -->
<dependency>
Expand Down

0 comments on commit f2bdf61

Please sign in to comment.