-
Notifications
You must be signed in to change notification settings - Fork 7
[Feat] Add v4.3.0 release notes #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
a557f3f
feat: copy latest to v4.2.0 in versions
Jwilson2000 22a8e62
feat: change latest to v4.3.0 with current changelog
Jwilson2000 5a33bf8
feat: update v4.3.0 changelog and fix wording
Jwilson2000 cdee90c
ci: fix paths in vale config
Jwilson2000 a07e4db
ci: fix paths in vale Check PR config
Jwilson2000 5ef23b5
feat: update backup and restore procedure for graphdb
Jwilson2000 77ef923
feat: add warning about bitnami legacy containers
Jwilson2000 0a4c5d9
Merge branch 'main' of https://github.com/libremfg/rhize-docs into jw…
Jwilson2000 22140e3
fix: include removed references to old services in v4.2.0 docs
Jwilson2000 4a21353
fix: spelling in various files
Jwilson2000 e853097
ci: add certain terms to accepted file
Jwilson2000 b62962a
fix: update version compat
Jwilson2000 3a6ce48
feat: add final changelogs and checksums for v4.3.0
Jwilson2000 fe1198d
feat: add note about breaking changes
Jwilson2000 b397627
feat: update v4.3.0 release date
Jwilson2000 72effaf
feat: apply suggestions from review
Jwilson2000 1f0c7de
fix: minor formatting fixes
Jwilson2000 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,45 +1,76 @@ | ||
| (?i)Rhize | ||
| (?i)bpmn | ||
| (?i)gzip | ||
| APIs | ||
| Appsmith | ||
| Bitnami | ||
| Dockerfile | ||
| Grafana | ||
| JSONata | ||
| JWT | ||
| JWTs | ||
| JetStream | ||
| KPI | ||
| KPIs | ||
| Keycloak | ||
| Mapbox | ||
| NATS | ||
| Preact | ||
| URI | ||
| URIs | ||
| [Aa]ctuals | ||
| [Bb]oolean | ||
| [Dd]atasource | ||
| [Dd]eduplication | ||
| [Dd]graph | ||
| [Ee]num | ||
| [Ll]ibre | ||
| [Pp]ostgres | ||
| [Uu]psert | ||
| andon | ||
| autoscale | ||
| bigFigure | ||
| config | ||
| explorable | ||
| hostname | ||
| namespace | ||
| param | ||
| performant | ||
| relref | ||
| subgraph | ||
| supergraph | ||
| swappable | ||
| unaccepted | ||
| unencrypted | ||
| unpackaged | ||
| (?i)Rhize | ||
| (?i)bpmn | ||
| (?i)gzip | ||
| APIs | ||
| Appsmith | ||
| Bitnami | ||
| Dockerfile | ||
| Grafana | ||
| JSONata | ||
| jsonata | ||
| JWT | ||
| JWTs | ||
| JetStream | ||
| KPI | ||
| KPIs | ||
| Keycloak | ||
| Mapbox | ||
| NATS | ||
| Preact | ||
| URI | ||
| URIs | ||
| [Aa]ctuals | ||
| [Bb]oolean | ||
| [Dd]atasource | ||
| [Dd]eduplication | ||
| [Dd]graph | ||
| [Ee]num | ||
| [Ll]ibre | ||
| [Pp]ostgres | ||
| [Uu]psert | ||
| andon | ||
| autoscale | ||
| bigFigure | ||
| config | ||
| explorable | ||
| hostname | ||
| namespace | ||
| namespaces | ||
| param | ||
| performant | ||
| relref | ||
| subgraph | ||
| supergraph | ||
| swappable | ||
| unaccepted | ||
| unencrypted | ||
| unpackaged | ||
| [Ss]eeq | ||
| [Ss]copemap | ||
| Youtube | ||
| libreBaas | ||
| BAAS's | ||
| MBps | ||
| audit_log | ||
| backoff | ||
| idempotency | ||
| [Dd]eduplicated | ||
| subtab | ||
| mkdir | ||
| mv | ||
| repo | ||
| [Rr]edpanda | ||
| timeseries | ||
| sbustitude | ||
| [Oo]verfetch | ||
| autoscales | ||
| mdh | ||
| toolkits | ||
| operationEvent | ||
| composable | ||
| UIs | ||
| subproperties | ||
| url | ||
| URL | ||
| URLs | ||
| configs | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,27 +1,27 @@ | ||
| name: Check PR | ||
| on: | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| - synchronize | ||
| - closed | ||
|
|
||
| jobs: | ||
| vale: | ||
| name: runner / vale | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| - uses: errata-ai/vale-action@reviewdog | ||
| env: | ||
| GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
| with: | ||
| reporter: github-check | ||
| fail_on_error: true | ||
| level: warning | ||
| debug: true | ||
| separator: "," | ||
| files: >- | ||
| content/deploy/,content/get-started/,content/how-to/,content/reference/ | ||
| vale_flags: '--glob=*.md' | ||
| name: Check PR | ||
| on: | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| - synchronize | ||
| - closed | ||
| jobs: | ||
| vale: | ||
| name: runner / vale | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| - uses: errata-ai/vale-action@reviewdog | ||
| env: | ||
| GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
| with: | ||
| reporter: github-check | ||
| fail_on_error: true | ||
| level: warning | ||
| debug: true | ||
| separator: "," | ||
| files: >- | ||
| content/latest/deploy/,content/get-started/,content/latest/how-to/,content/latest/reference/ | ||
| vale_flags: '--glob=*.md' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,21 @@ | ||
| name: reviewdog | ||
| on: push | ||
|
|
||
| jobs: | ||
| vale: | ||
| name: runner / vale | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: errata-ai/vale-action@reviewdog | ||
| env: | ||
| GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
| with: | ||
| reporter: github-check | ||
| fail_on_error: false | ||
| level: warning | ||
| debug: true | ||
| separator: "," | ||
| files: >- | ||
| content/deploy/,content/get-started/,content/how-to/,content/reference/ | ||
| vale_flags: '--glob=*.md' | ||
| name: reviewdog | ||
| on: push | ||
| jobs: | ||
| vale: | ||
| name: runner / vale | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: errata-ai/vale-action@reviewdog | ||
| env: | ||
| GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
| with: | ||
| reporter: github-check | ||
| fail_on_error: false | ||
| level: warning | ||
| debug: true | ||
| separator: "," | ||
| files: >- | ||
| content/latest/deploy/,content/get-started/,content/latest/how-to/,content/latest/reference/ | ||
| vale_flags: '--glob=*.md' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.