@@ -26,7 +26,7 @@ X.509 and JWT SVIDs and bundles.
26
26
Download
27
27
--------
28
28
29
- The JARs can be downloaded from [ Maven Central] ( https://search.maven.org/search?q=g:io.spiffe%20AND%20v:0.8.10 ) .
29
+ The JARs can be downloaded from [ Maven Central] ( https://search.maven.org/search?q=g:io.spiffe%20AND%20v:0.8.11 ) .
30
30
31
31
The dependencies can be added to ` pom.xml `
32
32
@@ -35,7 +35,7 @@ To import the `java-spiffe-provider` component:
35
35
<dependency >
36
36
<groupId >io.spiffe</groupId >
37
37
<artifactId >java-spiffe-provider</artifactId >
38
- <version >0.8.10 </version >
38
+ <version >0.8.11 </version >
39
39
</dependency >
40
40
```
41
41
The ` java-spiffe-provider ` component imports the ` java-spiffe-core ` component.
@@ -45,20 +45,20 @@ To just import the `java-spiffe-core` component:
45
45
<dependency >
46
46
<groupId >io.spiffe</groupId >
47
47
<artifactId >java-spiffe-core</artifactId >
48
- <version >0.8.10 </version >
48
+ <version >0.8.11 </version >
49
49
</dependency >
50
50
```
51
51
52
52
Using Gradle:
53
53
54
54
Import ` java-spiffe-provider ` :
55
55
``` gradle
56
- implementation group: 'io.spiffe', name: 'java-spiffe-provider', version: '0.8.10 '
56
+ implementation group: 'io.spiffe', name: 'java-spiffe-provider', version: '0.8.11 '
57
57
```
58
58
59
59
Import ` java-spiffe-core ` :
60
60
``` gradle
61
- implementation group: 'io.spiffe', name: 'java-spiffe-core', version: '0.8.10 '
61
+ implementation group: 'io.spiffe', name: 'java-spiffe-core', version: '0.8.11 '
62
62
```
63
63
64
64
### MacOS Support
@@ -72,14 +72,14 @@ In case run on a osx-x86 architecture, add to your `pom.xml`:
72
72
<dependency >
73
73
<groupId >io.spiffe</groupId >
74
74
<artifactId >grpc-netty-macos</artifactId >
75
- <version >0.8.10 </version >
75
+ <version >0.8.11 </version >
76
76
<scope >runtime</scope >
77
77
</dependency >
78
78
```
79
79
80
80
Using Gradle:
81
81
``` gradle
82
- runtimeOnly group: 'io.spiffe', name: 'grpc-netty-macos', version: '0.8.10 '
82
+ runtimeOnly group: 'io.spiffe', name: 'grpc-netty-macos', version: '0.8.11 '
83
83
```
84
84
85
85
#### Aarch64 (M1) Architecture
@@ -91,15 +91,15 @@ If you are running the aarch64 architecture (M1 CPUs), add to your `pom.xml`:
91
91
<dependency >
92
92
<groupId >io.spiffe</groupId >
93
93
<artifactId >grpc-netty-macos-aarch64</artifactId >
94
- <version >0.8.10 </version >
94
+ <version >0.8.11 </version >
95
95
<scope >runtime</scope >
96
96
</dependency >
97
97
```
98
98
99
99
Using Gradle:
100
100
101
101
``` gradle
102
- runtimeOnly group: 'io.spiffe', name: 'grpc-netty-macos-aarch64', version: '0.8.10 '
102
+ runtimeOnly group: 'io.spiffe', name: 'grpc-netty-macos-aarch64', version: '0.8.11 '
103
103
```
104
104
105
105
* Caveat: not all OpenJDK distributions are aarch64 native, make sure your JDK is also running
@@ -112,7 +112,7 @@ The `java-spiffe-helper` module manages X.509 SVIDs and Bundles in Java Keystore
112
112
113
113
### Docker Image
114
114
115
- Pull the ` java-spiffe-helper ` image from ` ghcr.io/spiffe/java-spiffe-helper:0.8.10 ` .
115
+ Pull the ` java-spiffe-helper ` image from ` ghcr.io/spiffe/java-spiffe-helper:0.8.11 ` .
116
116
117
117
For more details, see [ java-spiffe-helper/README.md] ( java-spiffe-helper/README.md ) .
118
118
0 commit comments