abuckit
e03bb070e8
feat: implement release process (Phase 1)
...
- Add release.yml workflow: multi-arch builds (linux/amd64, linux/arm64,
windows/amd64, darwin/arm64), minisign signing, deb/rpm/apk packages,
multi-arch Docker images pushed to ghcr.io and Docker Hub, GitHub
Release with auto release notes, gh-pages sha256sum pointer update
- Rewrite Dockerfile to use ubi9/ubi-micro base (no inherited MinIO env)
- Delete legacy Dockerfiles (Dockerfile.release, .old_cpu, .hotfix)
- cmd/update.go: accept 'buckit.' release prefix for self-update,
replace minisign pubkey with placeholder, point default URL at GitHub
Pages, derive binary URL from GitHub Releases
- cmd/build-constants.go: repoint MinioReleaseBaseURL to GitHub Pages
- cmd/update_test.go: add buckit prefix test case
- Add design docs: release-process.md, release-process-plan.md,
self-update-migration.md
2026-05-09 22:56:25 -04:00
abuckit
01ecad1ea9
fix: update CI scripts and workflows for buckit
...
- Rename all 'minio server' references to './buckit server'
- Update default credentials from minioadmin to buckitadmin
- Add 'pkill -9 buckit' to all test cleanup functions
- Pin workflow Go version to 1.25.10
- Update vulnerable Go modules
- Fix resiliency tests: restore docker compose --wait, add
MC_HOST_local env var, fix induce_bitrot_for_xlmeta typo
- Update mint docker-compose images to buckit
- Update IAM integration and root lockdown test scripts
2026-05-09 16:31:50 -04:00
abuckit
efbc9e1c30
chore: update default root credentials and test expectations
2026-05-08 14:10:10 -04:00
abuckit
5bd6b356f2
chore: rebrand repo metadata, build paths, and CI tooling for Buckit
2026-05-08 13:37:11 -04:00
abuckit
1ccd759c43
add request-flow document
2026-04-30 21:28:03 -04:00
abuckit
de87d71b54
rebrand in all md files
2026-04-30 16:08:31 -04:00
abuckit
4969a9c426
Fix github Actions
2026-04-30 16:06:15 -04:00
Krutika Dhananjay
58659f26f4
Drop v3 metrics from community docs ( #21678 )
2025-11-06 02:38:16 -08:00
Harshavardhana
9e49d5e7a6
update README.md and other docs to point to source only releases
2025-10-15 10:29:55 -07:00
Mark Theunissen
ba3c0fd1c7
Bump Go version in toolchain directive to 1.24.8 ( #21629 )
2025-10-10 11:57:03 -07:00
Klaus Post
b8631cf531
Use new gofumpt ( #21613 )
...
Update tinylib. Should fix CI.
`gofumpt -w .&&go generate ./...`
2025-09-28 13:59:21 -07:00
Minio Trusted
0cde982902
Update yaml files to latest version RELEASE.2025-09-06T17-38-46Z
2025-09-07 05:14:10 +00:00
Klaus Post
f0b91e5504
Run modernize ( #21546 )
...
`go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...` executed.
`go generate ./...` ran afterwards to keep generated.
2025-08-28 19:39:48 -07:00
Daryl White
0848e69602
Update docs links throughout ( #21513 )
2025-08-12 11:20:36 -07:00
Johannes Horn
d002beaee3
feat: add variable for datasource in grafana dashboards ( #21470 )
2025-08-03 18:46:49 -07:00
Minio Trusted
b9f0e8c712
Update yaml files to latest version RELEASE.2025-07-23T15-54-02Z
2025-07-23 18:28:46 +00:00
Minio Trusted
34679befef
Update yaml files to latest version RELEASE.2025-07-18T21-56-31Z
2025-07-18 23:28:59 +00:00
Minio Trusted
e0c79be251
Update yaml files to latest version RELEASE.2025-06-13T11-33-47Z
2025-06-23 20:28:38 +00:00
Minio Trusted
ee2028cde6
Update yaml files to latest version RELEASE.2025-05-24T17-08-30Z
2025-05-24 21:37:47 +00:00
Celis
b7540169a2
Add documentation for replication_max_lrg_workers ( #21236 )
2025-04-24 16:34:26 -07:00
Klaus Post
f01374950f
Use go mod tool to install tools for go generate ( #21232 )
...
Use go tool for generators
* Use go.mod tool section
* Install tools with go generate
* Update dependencies
* Remove madmin fork.
2025-04-24 16:34:11 -07:00
Shubhendu
2d8ba15b9e
Correct spelling ( #21225 )
2025-04-23 08:13:23 -07:00
Minio Trusted
bd6dd55e7f
Update yaml files to latest version RELEASE.2025-04-22T22-12-26Z
2025-04-22 22:34:07 +00:00
jiuker
864f80e226
fix: batch expiry job doesn't report delete marker in batch-status ( #21183 )
2025-04-22 04:16:32 -07:00
dependabot[bot]
1d6478b8ae
build(deps): bump golang.org/x/net from 0.34.0 to 0.38.0 in /docs/debugging/s3-verify ( #21199 )
...
build(deps): bump golang.org/x/net in /docs/debugging/s3-verify
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.34.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.38.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 04:45:33 -07:00
dependabot[bot]
479303e7e9
build(deps): bump golang.org/x/crypto from 0.32.0 to 0.35.0 in /docs/debugging/inspect ( #21192 )
2025-04-16 14:54:16 -07:00
dependabot[bot]
3310f740f0
build(deps): bump golang.org/x/crypto from 0.32.0 to 0.35.0 in /docs/debugging/s3-verify ( #21185 )
...
build(deps): bump golang.org/x/crypto in /docs/debugging/s3-verify
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.32.0 to 0.35.0.
- [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.35.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.35.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-15 07:00:14 -07:00
Minio Trusted
a6258668a6
Update yaml files to latest version RELEASE.2025-04-08T15-41-24Z
2025-04-08 19:37:51 +00:00
Minio Trusted
f2c9eb0f79
Update yaml files to latest version RELEASE.2025-04-03T14-56-28Z
2025-04-03 18:57:40 +00:00
爱折腾的小竹同学
f2619d1f62
Fix description error in README ( #21099 )
...
There is prefix in json, but not in the equivalent command line. Although the role of prefix has been explained in the previous example, I think it should be supplemented.
2025-04-03 07:56:28 -07:00
Taran Pelkey
e88d494775
Migrate golanglint-ci config to V2 ( #21081 )
2025-03-29 17:56:02 -07:00
Alexander Kalaj
46922c71b7
Updating Prom queries to include tilde needed to work ( #21054 )
2025-03-22 08:22:29 -07:00
Minio Trusted
cccb37a5ac
Update yaml files to latest version RELEASE.2025-03-12T18-04-18Z
2025-03-12 18:22:31 +00:00
Minio Trusted
f9c62dea55
Update yaml files to latest version RELEASE.2025-02-28T09-55-16Z
2025-02-28 18:16:28 +00:00
TripleChecker
bc4008ced4
Fix typos ( #20970 )
2025-02-26 01:25:50 -08:00
Minio Trusted
ad4cbce22d
Update yaml files to latest version RELEASE.2025-02-18T16-25-55Z
2025-02-18 20:59:14 +00:00
Klaus Post
90f5e1e5f6
tests: Do not allow forced type asserts ( #20905 )
2025-02-18 08:25:55 -08:00
Klaus Post
b312f13473
Extract all files from encrypted stream with inspect ( #20937 )
...
Allow multiple private keys and extract all files from streams.
Place files in the folder with `.enc` removed.
Do basic checks so streams cannot traverse outside of the folder.
2025-02-17 09:09:42 -08:00
Rodrigo dos Santos Felix
727a803bc0
fix(docs): update mc admin trace link to MinIO official docs ( #20943 )
2025-02-16 20:52:27 -08:00
Minio Trusted
f00c8c4cce
Update yaml files to latest version RELEASE.2025-02-07T23-21-09Z
2025-02-08 21:03:40 +00:00
Minio Trusted
f4fd4ea66d
Update yaml files to latest version RELEASE.2025-02-03T21-03-04Z
2025-02-04 06:55:11 +00:00
Minio Trusted
020c46cd3c
Update yaml files to latest version RELEASE.2025-01-20T14-49-07Z
2025-01-21 09:44:32 +00:00
Klaus Post
827004cd6d
Add Full Object Checksums and CRC64-NVME ( #20855 )
...
Backport of AIStor PR 247.
Add support for full object checksums as described here:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
New checksum types are fully supported. Mint tests from https://github.com/minio/minio-go/pull/2026 are now passing.
Includes fixes from https://github.com/minio/minio/pull/20743 for mint tests.
Add using checksums as validation for object content. Fixes #20845 #20849
Fixes checksum replication (downstream PR 250)
2025-01-20 06:49:07 -08:00
Minio Trusted
3d0f513ee2
Update yaml files to latest version RELEASE.2025-01-18T00-31-37Z
2025-01-18 01:38:52 +00:00
Harshavardhana
224a27992a
update go-deps on debugging tools
2025-01-17 11:41:46 -08:00
Harshavardhana
232544e1d8
update inspect export, which was missed from #20846
2025-01-17 11:38:44 -08:00
Klaus Post
b9196757fd
Fix inconsistently written compressed files. ( #20846 )
...
Before https://github.com/minio/minio/pull/20575 , files could pick up indices
from unrelated files if no index was added.
This would result in these files not being consistent across a set.
When loading, search for the compression indicators and check if they
are within the problematic date range, and clean up any parts that have
an index but shouldn't.
The test validates that the signature matches the one in files stored without an index.
Bumps xlMetaVersion, so this check doesn't have to be made for future versions.
2025-01-17 11:17:18 -08:00
Allan Roger Reid
330dca9a35
Add resiliency tests ( #20786 )
2024-12-20 20:24:45 -08:00
Minio Trusted
06ddd8770e
Update yaml files to latest version RELEASE.2024-12-18T13-15-44Z
2024-12-19 00:24:40 +00:00
dependabot[bot]
969ee7dfbe
Bump golang.org/x/crypto from 0.23.0 to 0.31.0 in /docs/debugging/inspect ( #20760 )
...
Bump golang.org/x/crypto in /docs/debugging/inspect
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.23.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-14 22:04:58 -08:00