Welcome our latest release!
This release includes a lot of dependencies updates.
Tip
If you have setup ODIC try the new login url with /sso, but first look at the breaking change for the callback url!
⚠ Breaking Change ⚠:
- ODIC:
CONSOLE_IDP_CALLBACKandMINIO_BROWSER_REDIRECT_URLnow expect the Console URL without/oauth_callbackat the end, refer to updated docs - Container now runs rootless as user 1000:1000 #33
- Linux DEB and RPM packages bindir changed from
/usr/binto/usr/local/bin#63
Features:
- Changes from huncrys/minio-console including Prometheus basic auth #14
- ReadOnly and disabled feature for CodeEditor, SpeedtestResult Json #20
- Adds View to see Health Info Report Results as JSON Preview #20
- New SSO URL
/ssofor auto redirect to OIDC Provider #29 - Shows and option to load more than 20 object versions #26
- Login page shows an indicator that LDAP is enabled #23
- Use Quota Size field instead of the deprecated Quota field #28
- Console container now runs rootless as user 1000:1000 #33
- Show console package version on license page #103
Bug Fix:
- Some OIDC confussion around ROLE_POLICY vs. ROLE_ARN 777d502
- Fix download option in file preview #21
- Set goreleaser bindir for linux packages to /usr/local/bin #63
- Fix tag retrieval in ObjectDetailPanel component #87
- Fix metrics display for objects sizes between 1024B and 1MB #99
Additional Changes:
- A lot of dependencies updates
How to update
Binary
If you are using the binary and coming from version v1.8.1 try the self update
./console update
Docker
Note
There are no separate tags for each arch -amd64 and -arm64 any more, container still supports both architectures.
docker pull ghcr.io/georgmangold/console:v1.9.0
docker pull ghcr.io/georgmangold/console:latest
Changelog
- Cherry Picked Changes from @huncrys by @georgmangold in #14
- Update Web-App Frontend Dependencies by @georgmangold in #18
- Downgrade WebApp Dependency styled-components to 5.3.11 by @georgmangold in #19
- Fix download option in file preview (minio#3572) by @georgmangold in #21
- Feature Health Info Report Results as JSON Preview by @georgmangold in #20
- Update dependencies by @georgmangold in #24
- Update doc links to new minio docs subdomain by @georgmangold in #25
- feat: show when more than 20 versions and load more versions button by @georgmangold in #26
- feat: Login page: Add an indication that LDAP is enabled by @georgmangold in #23
- feat: use Quota Size field instead of deprecated Quota field by @georgmangold in #28
- Update go version go1.24.7 by @georgmangold in #30
- feat: new SSO URL /sso for auto redirect to ODIC Provider by @georgmangold in #29
- ci: update workflows, renable test integration workflow by @georgmangold in #31
- feat: rootless container by @georgmangold in #33
- build(deps): bump actions/checkout from 3 to 5 by @dependabot[bot] in #36
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #35
- build(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #37
- build(deps-dev): bump @playwright/test from 1.55.0 to 1.56.0 in /web-app by @dependabot[bot] in #38
- build(deps-dev): bump @babel/runtime from 7.27.6 to 7.28.4 in /web-app by @dependabot[bot] in #39
- build(deps): bump styled-components from 5.3.11 to 6.1.19 in /web-app by @dependabot[bot] in #49
- build(deps): bump kbar from 0.1.0-beta.46 to 0.1.0-beta.48 in /web-app by @dependabot[bot] in #48
- build(deps-dev): bump swagger-typescript-api from 13.2.3 to 13.2.15 in /web-app by @dependabot[bot] in #42
- ci: check for Swagger Codegen Changes by @georgmangold in #50
- refactor: commit latest swagger codegen changes by @georgmangold in #51
- build: update go dependencies by @georgmangold in #55
- build(deps-dev): bump @types/react-virtualized from 9.22.2 to 9.22.3 in /web-app by @dependabot[bot] in #52
- build(deps): bump react-use-websocket from 4.8.1 to 4.13.0 in /web-app by @dependabot[bot] in #53
- build(deps-dev): bump typescript from 5.8.3 to 5.9.3 in /web-app by @dependabot[bot] in #58
- fix: Set goreleaser bindir for linux packages to /usr/local/bin by @joelMuehlena in #63
- build(deps): bump github.com/klauspost/compress from 1.18.0 to 1.18.1 by @dependabot[bot] in #64
- build(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #60
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #67
- build(deps-dev): bump knip from 5.63.1 to 5.66.4 in /web-app by @dependabot[bot] in #76
- build(deps-dev): bump swagger-typescript-api from 13.2.15 to 13.2.16 in /web-app by @dependabot[bot] in #72
- build(deps-dev): bump @playwright/test from 1.56.0 to 1.56.1 in /web-app by @dependabot[bot] in #70
- Github Action setup-firefox with fixed version by @georgmangold in #79
- Update go-version to 1.24.9 by @georgmangold in #80
- build(deps-dev): bump minio from 8.0.5 to 8.0.6 in /web-app by @dependabot[bot] in #68
- build(deps-dev): bump @types/node from 20.17.47 to 24.9.2 in /web-app by @dependabot[bot] in #73
- build(deps): bump react-pdf from 10.0.1 to 10.2.0 in /web-app by @dependabot[bot] in #71
- build(deps): bump react-markdown from 8.0.7 to 10.1.0 in /web-app by @dependabot[bot] in #74
- build(deps): bump github.com/minio/minio-go/v7 from 7.0.96-0.20251014163119-a5f6380cfb15 to 7.0.97 by @dependabot[bot] in #81
- build(deps-dev): bump knip from 5.66.4 to 5.67.1 in /web-app by @dependabot[bot] in #83
- Update mds to 1.1.5.3 by @georgmangold in #85
- fix: update mds to v1.1.5.4 by @georgmangold in #86
- build(deps): bump recharts from 3.1.2 to 3.3.0 in /web-app by @dependabot[bot] in #77
- fix: tag retrieval in ObjectDetailPanel component by @georgmangold in #87
- build(deps): bump react-window and react-window-infinite-loader by @dependabot[bot] in #75
- ci: workflow minio build use ui assets cache by @georgmangold in #88
- fix: downgrade recharts to v2, reverts replacing ResponsiveContainer with v3.3.0 responsive prob by @georgmangold in #89
- fix: downgrade styled-components to 5.3.11 by @georgmangold in #98
- Fix: metrics display for object sizes BETWEEN_1024_B_AND_1_MB by @georgmangold in #99
- build(deps-dev): bump @types/node from 24.10.0 to 24.10.1 in /web-app by @dependabot[bot] in #96
- build(deps-dev): bump knip from 5.67.1 to 5.69.1 in /web-app by @dependabot[bot] in #97
- chore: update go dependencies by @georgmangold in #102
- feat: show console version on license page by @georgmangold in #103
- Fix security vulnerabilities and resolve build configuration issues by @georgmangold in #104
- Release v1.9.0 by @georgmangold in #105
New Contributors
- @dependabot[bot] made their first contribution in #36
- @joelMuehlena made their first contribution in #63
Full Changelog: v1.8.1...v1.9.0