Prepare release v0.8.10 (#279)

Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
This commit is contained in:
Max Lambrecht 2024-11-06 15:05:28 -06:00 committed by GitHub
parent dcd1f8e020
commit de8b12c70a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 22 additions and 13 deletions

View File

@ -1,5 +1,14 @@
# Changelog # Changelog
## [0.8.10] - 2024-11-06
### Dependency updates
- Bump jupiterVersion from 5.11.2 to 5.11.3 (#273)
- Bump grpcVersion from 1.68.0 to 1.68.1 (#276)
- Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.45 (#278)
## [0.8.9] - 2024-10-09 ## [0.8.9] - 2024-10-09
### Dependency updates ### Dependency updates

View File

@ -26,7 +26,7 @@ X.509 and JWT SVIDs and bundles.
Download Download
-------- --------
The JARs can be downloaded from [Maven Central](https://search.maven.org/search?q=g:io.spiffe%20AND%20v:0.8.9). The JARs can be downloaded from [Maven Central](https://search.maven.org/search?q=g:io.spiffe%20AND%20v:0.8.10).
The dependencies can be added to `pom.xml` The dependencies can be added to `pom.xml`
@ -35,7 +35,7 @@ To import the `java-spiffe-provider` component:
<dependency> <dependency>
<groupId>io.spiffe</groupId> <groupId>io.spiffe</groupId>
<artifactId>java-spiffe-provider</artifactId> <artifactId>java-spiffe-provider</artifactId>
<version>0.8.9</version> <version>0.8.10</version>
</dependency> </dependency>
``` ```
The `java-spiffe-provider` component imports the `java-spiffe-core` component. The `java-spiffe-provider` component imports the `java-spiffe-core` component.
@ -45,7 +45,7 @@ To just import the `java-spiffe-core` component:
<dependency> <dependency>
<groupId>io.spiffe</groupId> <groupId>io.spiffe</groupId>
<artifactId>java-spiffe-core</artifactId> <artifactId>java-spiffe-core</artifactId>
<version>0.8.9</version> <version>0.8.10</version>
</dependency> </dependency>
``` ```
@ -53,12 +53,12 @@ Using Gradle:
Import `java-spiffe-provider`: Import `java-spiffe-provider`:
```gradle ```gradle
implementation group: 'io.spiffe', name: 'java-spiffe-provider', version: '0.8.9' implementation group: 'io.spiffe', name: 'java-spiffe-provider', version: '0.8.10'
``` ```
Import `java-spiffe-core`: Import `java-spiffe-core`:
```gradle ```gradle
implementation group: 'io.spiffe', name: 'java-spiffe-core', version: '0.8.9' implementation group: 'io.spiffe', name: 'java-spiffe-core', version: '0.8.10'
``` ```
### MacOS Support ### MacOS Support
@ -72,14 +72,14 @@ In case run on a osx-x86 architecture, add to your `pom.xml`:
<dependency> <dependency>
<groupId>io.spiffe</groupId> <groupId>io.spiffe</groupId>
<artifactId>grpc-netty-macos</artifactId> <artifactId>grpc-netty-macos</artifactId>
<version>0.8.9</version> <version>0.8.10</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
``` ```
Using Gradle: Using Gradle:
```gradle ```gradle
runtimeOnly group: 'io.spiffe', name: 'grpc-netty-macos', version: '0.8.9' runtimeOnly group: 'io.spiffe', name: 'grpc-netty-macos', version: '0.8.10'
``` ```
#### Aarch64 (M1) Architecture #### Aarch64 (M1) Architecture
@ -91,7 +91,7 @@ If you are running the aarch64 architecture (M1 CPUs), add to your `pom.xml`:
<dependency> <dependency>
<groupId>io.spiffe</groupId> <groupId>io.spiffe</groupId>
<artifactId>grpc-netty-macos-aarch64</artifactId> <artifactId>grpc-netty-macos-aarch64</artifactId>
<version>0.8.9</version> <version>0.8.10</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
``` ```
@ -99,7 +99,7 @@ If you are running the aarch64 architecture (M1 CPUs), add to your `pom.xml`:
Using Gradle: Using Gradle:
```gradle ```gradle
runtimeOnly group: 'io.spiffe', name: 'grpc-netty-macos-aarch64', version: '0.8.9' runtimeOnly group: 'io.spiffe', name: 'grpc-netty-macos-aarch64', version: '0.8.10'
``` ```
*Caveat: not all OpenJDK distributions are aarch64 native, make sure your JDK is also running *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
### Docker Image ### Docker Image
Pull the `java-spiffe-helper` image from `ghcr.io/spiffe/java-spiffe-helper:0.8.9`. Pull the `java-spiffe-helper` image from `ghcr.io/spiffe/java-spiffe-helper:0.8.10`.
For more details, see [java-spiffe-helper/README.md](java-spiffe-helper/README.md). For more details, see [java-spiffe-helper/README.md](java-spiffe-helper/README.md).

View File

@ -1,2 +1,2 @@
version=0.8.9 version=0.8.10
mavenDeployUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2 mavenDeployUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2

View File

@ -10,11 +10,11 @@ The Helper automatically gets the SVID updates and stores them in the KeyStore a
On Linux: On Linux:
`java -jar java-spiffe-helper-0.8.9-linux-x86_64.jar` `java -jar java-spiffe-helper-0.8.10-linux-x86_64.jar`
On Mac OS: On Mac OS:
`java -jar java-spiffe-helper-0.8.9-osx-x86_64.jar` `java -jar java-spiffe-helper-0.8.10-osx-x86_64.jar`
You can run the utility with the `-c` or `--config` option to specify the path to the configuration file. By default, it You can run the utility with the `-c` or `--config` option to specify the path to the configuration file. By default, it
will look for a configuration file named `conf/java-spiffe-helper.properties` in the current working directory. will look for a configuration file named `conf/java-spiffe-helper.properties` in the current working directory.