Skip to content

Commit

Permalink
docs(gcp): Add notes on JAVA_OPTS when using GCP and clouddriver (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh authored Nov 20, 2024
1 parent 62f09b8 commit fac6088
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/en/changelogs/1.36.0-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ version: 1.36.0
## Changelog

## Java upgrades
Java 17 is now the default source and target. Java 11 support has been removed entirely.
Java 17 is now the default source and target. Java 11 support has been removed entirely. Please note you may need to add the following JAVA_OPTS options:
```--add-exports=java.base/sun.security.x509=ALL-UNNAMED --add-exports=java.base/sun.security.pkcs=ALL-UNNAMED --add-exports=java.base/sun.security.rsa=ALL-UNNAMED```
to clouddriver if using GCP accounts due to credentials parsing of certificates. These can set in the [service-settings config](https://spinnaker.io/docs/reference/halyard/custom/#custom-service-settings). These configs are likely to be added to the defaults
in all future releases

## Kleat is deprecated
Kleat as an initial attempt to replace halyard is being deprecated and no longer updated or supported. It's recommended to look at [spinnaker-kustomize](https://github.com/spinnaker/spinnaker-kustomize/) repo as an alternative or stay with halyard at this time.
Expand Down

0 comments on commit fac6088

Please sign in to comment.