Releases: hashicorp/boundary-plugin-minio
v0.2.0
What's Changed
- chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot[bot] in #33
- chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot[bot] in #35
- chore(deps): bump golang.org/x/crypto from 0.32.0 to 0.35.0 in /madmin by @dependabot[bot] in #34
- chore(deps): bump github.com/docker/docker from 27.5.0+incompatible to 28.0.0+incompatible by @dependabot[bot] in #36
- [Compliance] - PR Template Changes Required by @compliance-pr-automation-bot[bot] in #37
- chore(deps): bump github.com/opencontainers/runc from 1.1.14 to 1.2.8 by @dependabot[bot] in #38
- [IND-4227] [COMPLIANCE] Update Copyright Headers (Batch 1 of 1) by @oss-core-libraries-dashboard[bot] in #40
- chore(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /madmin by @dependabot[bot] in #39
- chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 by @dependabot[bot] in #42
- Make arithemetic operations overflow safe by @psekar in #41
- chore(deps): bump github.com/docker/cli from 26.1.4+incompatible to 29.2.0+incompatible by @dependabot[bot] in #43
- chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.79.3 by @dependabot[bot] in #44
- chore:vuln fixes by @psekar in #45
- chore(deps): bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0 by @dependabot[bot] in #46
- [COMPLIANCE] Add/Update Copyright Headers by @hashicorp-copywrite[bot] in #47
- feat(storage): Add ability to ListObjects by @RyanDerr in #48
New Contributors
- @compliance-pr-automation-bot[bot] made their first contribution in #37
- @oss-core-libraries-dashboard[bot] made their first contribution in #40
- @psekar made their first contribution in #41
- @RyanDerr made their first contribution in #48
Full Changelog: v0.1.7...v0.2.0
v0.1.7
What's Changed
- copywrite: ignore madmin by @louisruch in #31
- implement NormalizeStorageBucketData and begin normalizing endpoints by @kheina in #32
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- [COMPLIANCE] Update MPL-2.0 LICENSE by @hashicorp-copywrite in #24
- chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in #25
- chore(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 by @dependabot in #27
- Update CODEOWNERS by @louisruch in #26
- chore: update usage of minio admin library by @louisruch in #28
- chore: use madmin v0.1.0 by @louisruch in #29
New Contributors
- @dependabot made their first contribution in #25
- @louisruch made their first contribution in #26
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.3
v0.1.2
This release allows the plugin to work with other S3-compatible providers by using the DisableCredentialRotation=true flag.
Note: Due to a library incompatibility, this release is not yet compatible with the netbsd operating system.
What's Changed
Full Changelog: v0.1.1...v0.1.2
v0.1.1
This release patches several dependabot vulnerabilities as well as GO-2024-2687
Note: Due to a library incompatibility, this release is not yet compatible with the netbsd operating system.
What's Changed
- fix(plugin): bump go version to 1.22.2
- fix(plugin): bump google.golang.org/protobuf version to v1.33.0
- fix(plugin): bump github.com/docker/docker version to v24.0.9
- fix(plugin): bump github.com/opencontainers/runc version to v1.1.12
- fix(plugin): bump golang.org/x/net version to v0.24.0
Full Changelog: https://github.com/hashicorp/boundary-plugin-minio/commits/v0.1.1
v0.1.0
This is the first release of the Boundary MinIO plugin. It contains the basic functionality to allow Boundary to interoperate with a MinIO cluster for Session Recording storage, as well as some added functionality such as credential rotation / credential management.
Note: Due to a library incompatibility, this release is not yet compatible with the netbsd operating system.
What's Changed
- feat(plugin): Create skeleton by @hugoghx in #1
- feat(plugin): Implement OnCreateStorageBucket and ValidatePermissions by @hugoghx in #3
- feat(plugin): implement OnUpdateStorageBucket by @kheina in #6
- feat(plugin): Implement HeadObject by @hugoghx in #5
- feat(plugin): Implement PutObject by @kheina in #10
- feat(plugin): Implement GetObject by @hugoghx in #9
- feat(plugin) DeleteObjects by @kheina in #14
- Credential Rotation by @hugoghx in #13
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #15
Full Changelog: https://github.com/hashicorp/boundary-plugin-minio/commits/v0.1.0