Snowbridge 6.0.1 - #1889
Conversation
Bump snowbridge to 6.0.1 and document the 6.x release: - Add a 6.x upgrade guide covering the HTTP target OAuth2 restructure, the hash helper's change of output, distroless Docker images and the v6 Go module path - Document the oauth_client and oauth_jwt blocks on the HTTP target, replacing the stale oauth2_* prose - Note the hash helper change on the custom scripts and jq helper pages
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
documentation | 1c9e302 | Commit Preview URL Branch Preview URL |
Jul 29 2026, 02:24 PM |
Style reviewOverall this is clear, well-organized documentation — the upgrade guide follows the structure of the existing 5.x guide, the before/after HCL examples are easy to follow, and the distroless section does a good job of spelling out operational consequences. A few style guide items to fix. 1.
|
- Replace the non-approved :::caution admonitions with titled :::warning - Add bracket titles to the admonitions added by this PR - Add the missing Oxford comma in the client credentials prose - Reduce bold to a short label rather than whole sentences, matching the 4.x and 5.x upgrade guides - Capitalize table cell text in the oauth_jwt settings table - Drop "now" from the distroless heading and from body prose - Use the present tense for the hash helper description - Add intro prose under the breaking changes heading - Add the missing trailing newline to _jqHelpers.md
| ``` | ||
|
|
||
| :::warning[hash output changes in version 6.0.0] | ||
| Version 6.0.0 changes the values this function returns. Before 6.0.0 it returned a PBKDF2-derived key rather than the digest, so hashes produced by 6.x do not match those produced by earlier versions for the same input. See the [6.x upgrade guide](/docs/api-reference/snowbridge/upgrade-guides/upgrade-guide-6-X-X/index.md) for details. |
There was a problem hiding this comment.
Did we have anyone using this?
There was a problem hiding this comment.
JQ transformation - yes . JQ with hash - no idea!
What changed?
Bump snowbridge to 6.0.1 and document the 6.x release:
Why?
Snowbridge v6 release.
Reviewer guidance
--
AI reviews
Claude will automatically review this PR against the docs style guide.
If you have questions or want it to look again at something specific, tag
@claudein a comment.