Skip to content

Commit

Permalink
Merge pull request #448 from planetf1/r39b
Browse files Browse the repository at this point in the history
#odpi/egeria#6539 Further updates to 3.9 release notes
  • Loading branch information
planetf1 authored May 31, 2022
2 parents 1367d8e + 04f329b commit fdd516a
Showing 1 changed file with 55 additions and 6 deletions.
61 changes: 55 additions & 6 deletions site/docs/release-notes/3-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,69 @@

??? warning "Known Issues"

This section highlights any significant issues to be aware of. Refer to our [GitHub Issues](https://github.com/odpi/egeria/issues) for a full list of open issues or to open a new one.

??? info "Use chromium-based or Safari browser for UIs"
It is recommended to use a chromium-based browser such as Google Chrome, Microsoft Edge or Apple Safari for the Egeria Ecosystem UI. Some parts of the UI experience such as Dino currently experience problems with Firefox. See [odpi/egeria-react-ui#96 :material-dock-window:](https://github.com/odpi/egeria-react-ui/issues/96){ target=gh }.

???+ functional "Functional changes"
??? info "inmemory repository intermittent/timing issue"

We have noticed a few issues with the in-memory repository during testing which are still being investigated:

* [odpi/egeria#6549](https://github.com/odpi/egeria/issues/6549){ target=gh }
* [odpi/egeria/#6552](https://github.com/odpi/egeria/issues/6552){ target=gh }

Both have only been in specific testcases and are intermittent, most likely timing related.

These issues have not been seen with the local graph repository.

If you do see any problems in this area, please comment on the issue or get in touch via our usual channels.


??? info "cohort initialization timing"

[odpi/egeria#6549](https://github.com/odpi/egeria/issues/6549){ target=gh } records a very specific issue seen in automated
testing where multiple servers did not fully register in a cohort. A short delay addressed the immediate
issue, but we are still investigating the root cause. This issue has not been noticed in more usual usage.

If you do see any problems in this area, please comment on the issue or get in touch via our usual channels.

??? info "Ecosystem UI minor issues"

We are continuing to develop the Ecosystem UI & improve it's capability and usability. These are not regressions in this release. Known issues include:

* [odpi/egeria-react-ui#461](https://github.com/odpi/egeria-react-ui/issues/463){ target=gh } - Dino: cannot retrieve server audit log twice.
* [odpi/egeria-react-ui#465](https://github.com/odpi/egeria-react-ui/issues/463){ target=gh } - Dino: Error retrieving cohort information in Dino.
* [odpi/egeria-react-ui#464](https://github.com/odpi/egeria-react-ui/issues/464){ target=gh } - Buttons can appear off screen. Workaround is to enlarge window.
* [odpi/egeria-react-ui#465](https://github.com/odpi/egeria-react-ui/issues/465){ target=gh } - Search dialog still appears if no server selected.

See [odpi/egeria-react-ui](https://github.com/odpi/egeria-react-ui/issues){ target=gh } for all issues or to open a new one on this UI.

??? info "Business UI lab - asset not found"

The 'Egeria UI' lab notebook (ui-labs/ui-asset-search.ipynb) explains how to search for an asset in the UI. This does not work for the asset listed.
See [odpi/egeria#6547](https://github.com/odpi/egeria/issues/6547){ target=gh } for more information.

??? info "Documentation Link errors"

We are aware of broken links in the documentation here, as well as broken links to the documentation contained within the egeria code -
for example links to component information.

We are trying to fix these as we update the docs, but please raise any additional problems found in [egeria-docs](https://github.com/odpi/egeria-docs/issues){ target=gh }.
We would also be very grateful for any PRs that fix issues.


??? functional "Functional changes"

See full changelog for details (below)

??? functional "Helm Charts"

The below points refer to chart versions 3.9.0.
These charts may get updated more frequently than Egeria code releases, as we integrate other components and fix bugs. You can always check the latest with `helm repo update && helm search repo egeria `

These may get updated more frequently than Egeria code releases, as we integrate other components and fix bugs.
Note that the Business UI remains at an older version, as the code is currently undergoing some refactoring.

You can always check the latest with `helm repo update && helm search repo egeria `
To see known issues/upcoming work or to report issues see [egeria-charts](https://github.com/odpi/egeria-charts/issues){ target=gh }

??? info "Lab Chart for 3.9"

Expand All @@ -43,9 +92,9 @@
* Egeria 3.9
* Strimzi 0.29

???+ bugs "Bug fixes and other updates"
??? bugs "Bug fixes and other updates"

For details, see the [Github release note for 3.9](https://github.com/odpi/egeria/releases/tag/V3.9){ target=gh } and the full [commit history in GitHub :material-dock-window:](https://github.com/odpi/egeria/commits){ target=gh }.
For details on core egeria changes, see the [Github release note for 3.9](https://github.com/odpi/egeria/releases/tag/V3.9){ target=gh } and the full [commit history in GitHub :material-dock-window:](https://github.com/odpi/egeria/commits){ target=gh }.


--8<-- "snippets/abbr.md"

0 comments on commit fdd516a

Please sign in to comment.