Noooste
047a653446
test: add comprehensive test suite for cache, config, logger, and retry functionalities
...
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com >
v0.3.0-dev
2026-04-17 17:25:59 +02:00
Noooste
f63ce3452e
refactor: update handler methods to use interfaces for admin and S3 services
...
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com >
2026-04-17 16:48:25 +02:00
Noooste
5e68a77e15
chore: update .gitignore to include markdown files in docs directory
...
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com >
2026-04-17 16:47:10 +02:00
Noooste
46f904fe59
refactor: optimize state management and filtering in AccessControl and ObjectsTable components
...
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com >
2026-04-17 16:46:55 +02:00
Noooste
0baf31422a
chore: update .gitignore to include docs/ and config.yaml
...
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com >
2026-04-17 16:29:02 +02:00
Noooste
98842d7c7e
feat: add namespace to metadata in Kubernetes resource files
...
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com >
2026-04-17 16:28:51 +02:00
Noooste
bd4c3b1c5f
feat: handle zero SessionMaxAge in GenerateSessionToken to prevent immediate expiration
...
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com >
2026-04-17 16:17:51 +02:00
Noooste
68d773d4af
feat: add role extraction from access token for Keycloak integration
...
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com >
2026-04-17 16:12:56 +02:00
Noooste
54a5e42db6
chore: bump version to 0.2.2 and update badges in README.md
...
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.2.2
2026-04-14 00:07:17 +02:00
Noooste
43ba68a4f9
feat: update directory creation to include .keep file for empty directories
...
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com >
v0.2.2
2026-04-13 23:42:38 +02:00
Noooste
a0458fb5d0
chore: bump version to 0.2.1 and update badges in README.md
...
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.2.1
2026-04-13 22:23:45 +02:00
Noste
6dc0feb374
Merge pull request #15 from Noooste/14-auth-oidc-configuration
...
fix: Enforce admin role
v0.2.1
2026-04-13 21:58:15 +02:00
Noooste
33d8705431
feat: enforce admin role validation in OIDC authentication flow
...
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com >
2026-04-13 21:56:54 +02:00
Noste
e7db44f45d
chore: update version badges in README.md to 0.2.0
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
2026-03-07 14:41:38 +01:00
Noste
126e138382
chore: bump version to 0.2.0 and update appVersion in Chart.yaml
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.2.0
v0.2.0
2026-03-07 14:25:00 +01:00
Noste
2efb16e248
Merge pull request #11 from Noooste/4-static-website-options
...
Add static option on the UI
v0.2.0-dev2
v0.2.0-dev3
2026-03-07 14:16:57 +01:00
Noste
d494c811a0
feat: add website hosting configuration for buckets
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
v0.2.0-dev
2026-03-07 13:53:52 +01:00
Noste
e800ac0ed1
Merge pull request #10 from Noooste/clean-frontend
...
Clean frontend
2026-03-07 11:20:08 +01:00
Noste
26ae2ef515
Merge pull request #9 from Noooste/8-feature-display-version
...
Add Garage and UI Version on the dashboard
2026-03-07 11:19:56 +01:00
Noste
4486697ca5
refactor: simplify access key loading in BucketSettingsDialog and enhance last modified tooltip in ObjectsTable
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
2026-03-07 11:18:14 +01:00
Noste
94ad142edf
feat: add health API to retrieve application version and display in sidebar
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
2026-03-07 11:13:33 +01:00
Noste
b8b0b6b0fa
feat: enhance S3 service to use bucket-specific MinIO client for object retrieval and deletion
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.1.15
v0.1.15
2026-03-07 10:56:48 +01:00
Noste
8c72a7fb75
Merge pull request #6 from mkm29/fix/remediate-vulns
...
fix(deps): remediate critical and high vulnerabilities
v0.1.14
2026-03-06 16:34:30 +01:00
Mitch Murphy
7df74cd7e8
Update dependencies in go.mod and go.sum
...
- Upgraded github.com/gofiber/fiber/v3 from v3.0.0-rc.3 to v3.1.0
- Upgraded github.com/golang-jwt/jwt/v5 from v5.3.0 to v5.3.1
- Upgraded github.com/minio/minio-go/v7 from v7.0.97 to v7.0.98
- Updated golang.org/x/oauth2 from v0.34.0 to v0.35.0
- Downgraded github.com/cloudflare/circl from v1.6.2 to v1.6.1
- Downgraded github.com/sagikazarmark/locafero from v0.12.0 to v0.11.0
- Updated various indirect dependencies including go-openapi packages and others
2026-03-01 23:31:17 -05:00
Noste
8f81c7ffea
refactor: update logging configuration
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
2026-01-18 20:36:10 +01:00
Noste
f6fe310e3e
bump version to 0.1.13 and app version to v0.1.2
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.1.13
2025-12-26 16:02:04 +01:00
Noste
a59caa41da
refactor: remove unused bucket policies section from AccessControl and README
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
v0.1.2
2025-12-26 15:59:17 +01:00
Noste
7d4c7f51e3
bump version to 0.1.12
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.1.12
2025-12-26 15:44:42 +01:00
Noste
8063ae18a8
feat: enhance Ed25519 private key parsing to support PKCS#8 format
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
v0.1.1
2025-12-26 15:42:08 +01:00
Noste
b8056c6d79
feat: bump version to 0.1.11
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.1.11
2025-12-26 15:38:08 +01:00
Noste
b1b6e02a19
refactor: set jwt secret generation directly in secret.yaml
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
2025-12-26 15:37:51 +01:00
Noste
65447b927a
feat: refactor JWT key generation to create a Kubernetes secret directly; remove job and RBAC resources
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
2025-12-26 15:37:12 +01:00
Noste
bde726fedf
feat: bump version to 0.1.10; update version badge in README
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.1.10
2025-12-26 15:31:33 +01:00
Noste
27cca273d5
feat: add JWT key generator job and associated RBAC resources; create Kubernetes secret for JWT private key
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
2025-12-26 15:31:12 +01:00
Noste
c1a1d64928
feat: bump version to 0.1.9; update JWT key handling in deployment and secret management; enhance README with JWT key management instructions
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.1.9
2025-12-26 15:28:51 +01:00
Noste
948bd06a3e
Create CONTRIBUTING.md for project guidelines
...
Added a comprehensive CONTRIBUTING.md file to guide contributors on how to participate in the Garage UI project, including sections on reporting bugs, suggesting enhancements, and the code of conduct.
2025-12-26 12:53:12 +01:00
Noste
c4f7b0ccbc
feat: update README to simplify descriptions and enhance clarity; improve quick start instructions
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
2025-12-26 12:43:41 +01:00
Noste
f5deb0316b
feat: bump version to 0.1.8 and appVersion to 0.1.0; update version badges in README
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.1.8
2025-12-26 12:30:17 +01:00
Noste
80553c6450
feat: enhance authentication and upload features; add JWT support and upload progress component
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
v0.1.0
2025-12-26 12:21:49 +01:00
Noste
7b31490488
feat: bump version to 0.1.7 and appVersion to 0.0.11; update version badges in README
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.1.7
2025-12-22 12:15:45 +01:00
Noste
7419d5a14b
feat: update garage image version to 2.1.0 and fix JSON field name for storage nodes
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
v0.0.11
2025-12-22 12:11:38 +01:00
Noste
4864185183
feat: update README version badge to 0.1.6
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
2025-12-22 00:34:53 +01:00
Noste
7aa5aeb4f8
feat: bump Helm chart version to 0.1.6 and update endpoint pattern in values schema
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.1.6
2025-12-22 00:15:34 +01:00
Noste
b4bdd13743
feat: update Helm chart version to 0.1.5 and add values schema for configuration
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.1.5
2025-12-22 00:10:27 +01:00
Noste
62b76769d0
feat: bump version to 0.1.4 and appVersion to 0.0.10; update authentication secrets in deployment and values
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.1.4
2025-12-21 23:53:19 +01:00
Noste
31b3aca8f9
feat: enable multi-platform builds in Dockerfile
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
v0.0.10
2025-12-21 23:48:03 +01:00
Noste
61dae6c605
feat: implement admin and OIDC authentication methods; add login and user info endpoints
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
v0.0.9
2025-12-21 23:42:02 +01:00
Noste
b49c634f17
bump version to 0.1.3 and update appVersion to 0.0.7; refine region comment in config example
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
garage-ui-0.1.3
2025-12-21 15:54:06 +01:00
Noste
5910961825
docs: update README
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
2025-12-21 15:42:18 +01:00
Noste
7a4e187745
feat: trim protocol from MinIO endpoint and set SSL flag
...
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com >
v0.0.8
2025-12-21 15:29:19 +01:00