Releases: georgmangold/console
Release v1.9.1
What's Changed
Bug Fix:
- Updated project dependencies
- Updated go version from 1.24.10 to 1.24.11 to fix Security vulnerability
Changelog
- build(deps): bump js-yaml from 3.14.1 to 3.14.2 in /web-app by @dependabot[bot] in #107
- build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 by @dependabot[bot] in #108
- build(deps): bump github.com/go-openapi/swag from 0.25.1 to 0.25.3 by @dependabot[bot] in #109
- build(deps-dev): bump knip from 5.69.1 to 5.70.1 in /web-app by @dependabot[bot] in #110
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #113
- build(deps): bump github.com/go-openapi/swag from 0.25.3 to 0.25.4 by @dependabot[bot] in #114
- build(deps-dev): bump @playwright/test from 1.56.1 to 1.57.0 in /web-app by @dependabot[bot] in #115
- build(deps): bump github.com/minio/pkg/v3 from 3.4.2 to 3.4.3 by @dependabot[bot] in #116
- build(deps-dev): bump knip from 5.70.1 to 5.70.2 in /web-app by @dependabot[bot] in #120
- build(deps): bump node-forge from 1.3.1 to 1.3.2 in /web-app by @dependabot[bot] in #121
- build(deps-dev): bump @types/lodash from 4.17.20 to 4.17.21 in /web-app by @dependabot[bot] in #118
- build(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /web-app by @dependabot[bot] in #122
- chore: update go 1.24.11 and go dependencies by @georgmangold in #149
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #139
- build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #140
- build(deps-dev): bump knip from 5.70.2 to 5.76.0 in /web-app by @dependabot[bot] in #152
- build(deps-dev): bump prettier from 3.6.2 to 3.7.4 in /web-app by @dependabot[bot] in #126
- Release v1.9.1 by @georgmangold in #153
Full Changelog: v1.9.0...v1.9.1
Release v1.9.0
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 ...
Release v1.8.1
Welcome our latest release!
This release focuses on debranding by removing MinIO® from names and logos. Please let me know if you find anything else that needs to be changed, replaced or removed.
Important
MinIO® is a registered trademark of the MinIO Inc. This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with MinIO Inc. MinIO® is licensed under GNU AGPL v3.0.
There are still some minor improvements:
Features:
- OIDC SSO Login support see docs
- Self-Update of binarys over Github Releases with
./console update
Deprecations:
- Deprecates CONSOLE_ANIMATED_LOGIN animated Login video background
- Deprecates Inclusion of sourcemaps in Prod Releases of Web-App
Build:
- web-app frontend build size 28 MB down to 9 MB
- reduced binary size ~60 MB to ~45 MB
Deprecation of the video background and unused images, as well as minifying of pdf.worker.min.mjs, reduced the size of the web app's front-end build from 28 MB to 9 MB. This reduced the binary size from around 60 MB to 45 MB, a 25% reduction.
How does it look
Container images
docker pull ghcr.io/georgmangold/console:v1.8.1
docker pull ghcr.io/georgmangold/console:latest
Changelog
- 5ddf74f Deprecated CONSOLE_ANIMATED_LOGIN animatedLogin
- 59da6a1 Deprecated referer links
- 7eda7cc Merge pull request #7 from georgmangold/debranding
- 135d9fe Merge pull request #8 from georgmangold/fix-oidc
- caaebb6 Release v1.8.1 (#12)
- eb30da7 Removed MinIO from cmd and swagger title name
- c81ecc9 Up to date with upstream branch 'minio-master'
- 2462a89 Updated mds to v1.1.4.2 (#11)
- a9a50bf build: 📌 Switched to own fork of mds for debranding
- 2f1e469 build: Dont build and generate sourcemap .js.map files in release
- 9c60da1 build: Make prettier ignore minified pdf.worker.min.mjs and updated pdf-react and pdfjsVersion
- 05c4b7a disable golangci-lint reviive rules for var-naming
- 4c470f8 feat: Added latest Login Page Update to oath_callback page aswell
- f52ede5 feat: Login Page Update
- 83b075a feat: Replaces HelpTopics Images from Videos and Blogs with Static Image
- 3991393 feat: Update Self Updater for binary releases
- 4ea50fe feat: Updated systemd service and README
- 99fbf4e feat: add RoleArn and EndSessionEndpoint and OIDC doc
- d844baa fix: Added Console Login with OIDC
- a3920a8 fix: Dashboard goto Bucket Button under Value
- 0539057 fix: Welcome to big for small Playwright small viewport size of 1280 × 720
- 0f48355 refactor: replaces public static images favicons and removes unused background images
Full Changelog: v1.8.0...v1.8.1
Release v1.8.0
This release is bringing back long-deprecated features:
- Undeprecated Lifecyle and Tierung UI (minio#3470)
- Undeprecated Site Replication in UI (minio#3469)
- Unremoved Tools support (minio#3467)
-- Health Info
-- Speedtest
-- Profiling
-- Inspect
-- Trace
-- Watch - Removed Subnet, Registration, Call Home Support after Revert
- Small License and Login Page updated
Tip
Did you know you can press Control key Ctrl / Strg + k to open a Command Interface in Console?
Container images
docker pull ghcr.io/georgmangold/console:v1.8.0
docker pull ghcr.io/georgmangold/console:latest
Changelog
- 153fec4 Merge pull request #4 from georgmangold/reverts-deprectated-features
- a368df1 Release v1.8.0
- 1582a9f Remove Subnet, Registration, Call Home Support after Revert, License Page
- 805a78c Revert "Changed License plans validation to not allow AGPL as a registered plan (minio#3385)"
- e0e9c5f Revert "Deprecated Lifecycle and Tiering UI (minio#3470)"
- 1409569 Revert "Deprecated Site Replication in UI (minio#3469)"
- 264609c Revert "Fixed UI Tests (minio#3471)"
- 7c56b0b Revert "Removed Tools support (minio#3467)"
- b3b5f11 fix: Basepath for Inspect and InspectObject
- 80a6021 fix: Incorrect conversion between integer types
- 7883f14 fix: Test Part 5 Permissions for Health Check
- dbb2f4d refactor: Swagger Parameter Update after Warning with Hypen in Path Param
- 6c04958 style: Small LoginPage changes text
- 2195295 test: Apply only Read Permissions to all Aktions in Workflow
- c50816a test: Firefox > Chrome
Full Changelog: v1.7.8...v1.8.0
Release v1.7.8
Changes:
- Fixed Dependencies vulnerabilities + updated Dependencies
- Allow console to recognize s3.Delete*
- Fix regex pattern in webhook management
- Fix golangci-lint issues
- Decreased Browser direct download threshold to 5GiB
Container images
docker pull ghcr.io/georgmangold/console:v1.7.8
docker pull ghcr.io/georgmangold/console:latest
Changelog
- d6bee1a Release v1.7.8
- e01d45d Add --passWithNoTests to react-tests since we deletet some tests as dead code no there a no tests left my need to get accessControl.tests.ts back
- dbead3b Allow console to recognize s3.Delete* (minio#3507)
- 835034a Bump formidable from 3.5.2 to 3.5.4 in /web-app (minio#3530)
- 310997e Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /web-app (minio#3529)
- 80ca586 Decreased Browser direct download threshold to 5GiB (minio#3557)
- f0d73f3 Fix golangci-lint issues
- e38390a Fix regex pattern in webhook management (minio#3512)
- 860559d Fixed UI security issues and updated project dependencies (minio#3556)
- 6934dd0 Fixed vulnerabilities in go packages (minio#3531)
- 6eb5c37 Merge pull request #2 from georgmangold/update_upstream_changes1
- ff937e0 Remove dead code
- 5d4ba19 Update Depencies
- 33efd85 Update Makefile ( Release v2.0.0 minio#3526 )
- eef86a4 Update Node Version in .nvmrc file
- 321cf9b Update jwt package (minio#3522)
- 0cf99e5 Update yarn.lock
- 74bd0ae Updated Container Lables and
- e27d579 Updated Packages & versions (minio#3525)
- 5256129 Updated Project dependencies (minio#3508)
- d711019 Updated project dependencies (minio#3541)
- 1c9a6f3 docs: add more color to the readme (minio#3549)
- 155195a fix issues with yarn.lock and package.json depencies with typescript react types and i allready dont like it
- 11ea2e5 remove dead code for real for now
Full Changelog: v1.7.7...v1.7.8
Release v1.7.7
There are actually no changes compared to v1.7.6; I'm just getting the release and builds ready.
Changelog
- 5d589b1 Fix Makefile
- dd0a53a Merge pull request #1 from georgmangold/builds
- 629aa34 Revert "Remove all unnecessary Dockerfiles from repo (minio#3340)"
- b83c2d7 Revert "Remove goreleaser (minio#2914)"
- 11820e9 Revert "Updated README file (minio#3074)" and Updated Links
- 6662431 Skip Integration Test for now and no Coverage Uploads to Play MinIO
- 8bcd701 Update Github Workflows/ Actions and Tests
- 98e7073 Update Issuse Template
- 2fa0d8b Update README
- 2cab7bb Updated Container Names for goreleaser
- 9f240cb Updated Dockerfiles
- fc2e560 Updating GoReleaser File
Container images
docker pull ghcr.io/georgmangold/console:v1.7.7
docker pull ghcr.io/georgmangold/console:latest




