simplerick0 / com.ackhax.cluster

MIT License
0 stars 0 forks source link

chore(deps): update container image ghcr.io/toboshii/hajimari to v0.3.1 #119

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/toboshii/hajimari minor v0.2.0 -> v0.3.1

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

toboshii/hajimari ### [`v0.3.1`](https://togithub.com/toboshii/hajimari/releases/tag/v0.3.1) [Compare Source](https://togithub.com/toboshii/hajimari/compare/v0.3.0...v0.3.1) #### What's Changed - fix(frontend): add `rel="external"` to external links by [@​invakid404](https://togithub.com/invakid404) in [https://github.com/toboshii/hajimari/pull/50](https://togithub.com/toboshii/hajimari/pull/50) #### New Contributors - [@​invakid404](https://togithub.com/invakid404) made their first contribution in [https://github.com/toboshii/hajimari/pull/50](https://togithub.com/toboshii/hajimari/pull/50) **Full Changelog**: https://github.com/toboshii/hajimari/compare/v0.3.0...v0.3.1 ### [`v0.3.0`](https://togithub.com/toboshii/hajimari/releases/tag/v0.3.0) [Compare Source](https://togithub.com/toboshii/hajimari/compare/v0.2.0...v0.3.0) ### Woo! :rocket: Long (long) overdue, Hajimari's 3rd update is finally here! Bringing a significant UI refresh utilizing SvelteKit, application status indicators, custom search providers and themes, and a whole bunch of other features and toggles, this release really is jam packed. A very special shoutout to [@​h3mmy](https://togithub.com/h3mmy) and [@​ullbergm](https://togithub.com/ullbergm) for their work in making this release possible. #### Breaking Changes The configuration and startpage data has changed significantly in several areas and will most likely require manual intervention to upgrade, primarily: - `groups` has been deprecated and is now `bookmarks` (or `globalBookmarks` in config.yaml), a nested list of [BookmarkGroups](https://togithub.com/toboshii/hajimari#bookmarkgroup) and [Bookmarks](https://togithub.com/toboshii/hajimari#bookmark) - `customApps` is now a nested list of [AppGroups](https://togithub.com/toboshii/hajimari#appgroup) and [Apps](https://togithub.com/toboshii/hajimari#app) `groups` will still be shown in the startpage editor so users can view their old bookmarks and convert them to the new `bookmarks` format. Once you've converted to `bookmarks` you should set `groups: []` which will hide it forever. `groups` will be removed in a future version, so please instruct users to update sooner rather than later. A warning will be logged for any startpage that contains an outdated `groups` reference to remind you :smile: #### What's Changed - feat: Add Status Indicators to Hajimari Apps by [@​h3mmy](https://togithub.com/h3mmy) in [https://github.com/toboshii/hajimari/pull/45](https://togithub.com/toboshii/hajimari/pull/45) - feat: Add the ability to display a description below the application name by [@​ullbergm](https://togithub.com/ullbergm) in [https://github.com/toboshii/hajimari/pull/47](https://togithub.com/toboshii/hajimari/pull/47) - feat: targetBlank option for apps and links by [@​ullbergm](https://togithub.com/ullbergm) in [https://github.com/toboshii/hajimari/pull/49](https://togithub.com/toboshii/hajimari/pull/49) - feat: Migrate to SPA architecture using Svelte by [@​toboshii](https://togithub.com/toboshii) in [https://github.com/toboshii/hajimari/pull/44](https://togithub.com/toboshii/hajimari/pull/44) - feat: App and bookmark group support - feat: Re-designed search with customizable providers - feat: Add the ability to toggle page elements - feat: Light/Dark theme switching and custom theme support - feat: Support all Iconify icons - feat: Support icon image links - feat: Bookmark icon support - feat: Global (instance wide) bookmarks - refactor: General UI improvements and tweaks #### New Contributors - [@​h3mmy](https://togithub.com/h3mmy) made their first contribution in [https://github.com/toboshii/hajimari/pull/45](https://togithub.com/toboshii/hajimari/pull/45) - [@​ullbergm](https://togithub.com/ullbergm) made their first contribution in [https://github.com/toboshii/hajimari/pull/47](https://togithub.com/toboshii/hajimari/pull/47) **Full Changelog**: https://github.com/toboshii/hajimari/compare/v0.2.0...v0.3.0

Configuration

📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 2 years ago

MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.41s
✅ KUBERNETES kubeval 1 0 0.29s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 1.42s
✅ YAML prettier 1 0 0.65s
✅ YAML yamllint 1 0 0.15s

See errors details in artifact MegaLinter reports on CI Job page _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_