Releases: cloudfoundry/storage-cli
Releases · cloudfoundry/storage-cli
Release v0.0.6
Release v0.0.6
What's Changed
- build(deps): bump the aws-sdk group with 6 updates by @dependabot[bot] in #71
- build(deps): bump github.com/cloudfoundry/bosh-utils from 0.0.596 to 0.0.597 by @dependabot[bot] in #73
- build(deps): bump google.golang.org/api from 0.271.0 to 0.272.0 in the google-cloud group by @dependabot[bot] in #72
- Simplify S3 integration tests by @jochenehret in #69
- Document S3 integration tests by @jochenehret in #74
- build(deps): bump github.com/cloudfoundry/bosh-utils from 0.0.597 to 0.0.604 by @dependabot[bot] in #76
- build(deps): bump the aws-sdk group with 2 updates by @dependabot[bot] in #75
- Build releases for MacOS (both Intel & Apple Silicon) by @johha in #77
- build(deps): bump the aws-sdk group with 6 updates by @dependabot[bot] in #78
- build(deps): bump google.golang.org/api from 0.272.0 to 0.273.0 in the google-cloud group by @dependabot[bot] in #79
New Contributors
- @jochenehret made their first contribution in #69
Full Changelog: v0.0.5...v0.0.6
Release v0.0.5
Release v0.0.5
What's Changed
- build(deps): bump the aws-sdk group with 7 updates by @dependabot[bot] in #52
- build(deps): bump google.golang.org/api from 0.266.0 to 0.268.0 in the google-cloud group by @dependabot[bot] in #53
- Build and publish linux arm64 variant by @modulo11 in #51
- build(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #54
- build(deps): bump the aws-sdk group with 3 updates by @dependabot[bot] in #55
- build(deps): bump github.com/cloudfoundry/bosh-utils from 0.0.592 to 0.0.593 by @dependabot[bot] in #57
- build(deps): bump google.golang.org/api from 0.268.0 to 0.269.0 in the google-cloud group by @dependabot[bot] in #56
- build(deps): bump the aws-sdk group with 6 updates by @dependabot[bot] in #60
- build(deps): bump the google-cloud group with 2 updates by @dependabot[bot] in #61
- build(deps): bump github.com/cloudfoundry/bosh-utils from 0.0.594 to 0.0.595 by @dependabot[bot] in #63
- build(deps): bump google.golang.org/api from 0.270.0 to 0.271.0 in the google-cloud group by @dependabot[bot] in #65
- Prevent concurrent integration test runs by @johha in #64
- Add integration test for AWS ESC by @stephanme in #59
- SingleUploadThreshold config paramter is introduced. by @serdarozerr in #66
- build(deps): bump the aws-sdk group with 2 updates by @dependabot[bot] in #67
- build(deps): bump cloud.google.com/go/storage from 1.61.0 to 1.61.3 in the google-cloud group by @dependabot[bot] in #68
New Contributors
Full Changelog: v0.0.4...v0.0.5
Release v0.0.4
Release v0.0.4
What's Changed
- Use slog logger and enable s3 http request logs by @johha in #30
- (feat): make S3 transfer concurrency, part size, checksum configurable by @gowrisankar22 in #29
- Implement concurrent downloads and resumable chunked uploads for GCS by @serdarozerr in #31
- Concurrent operations for alioss by @serdarozerr in #28
- Add gomod to dependabot with grouped dependencies for reduced PR noise by @johha in #34
- Trigger integration tests for updated packages by @johha in #40
- build(deps): bump the testing group with 3 updates by @dependabot[bot] in #38
- Implement missing operations for s3 by @johha in #32
- Skip integration tests for forks and dependabot PRs by @johha in #43
- build(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.35.0 in the golang-x group across 1 directory by @dependabot[bot] in #42
- still run integration tests on main by @johha in #45
- File size increased for flaky test by @serdarozerr in #46
- build(deps): bump the google-cloud group with 2 updates by @dependabot[bot] in #37
- build(deps): bump the azure-sdk group with 2 updates by @dependabot[bot] in #36
- build(deps): bump the aws-sdk group with 7 updates by @dependabot[bot] in #35
- build(deps): bump google.golang.org/api from 0.265.0 to 0.266.0 in the google-cloud group by @dependabot[bot] in #48
- build(deps): bump github.com/onsi/gomega from 1.39.0 to 1.39.1 in the testing group by @dependabot[bot] in #49
- build(deps): bump github.com/cloudfoundry/bosh-utils from 0.0.560 to 0.0.591 by @dependabot[bot] in #50
- Add Uniform Bucket-Level Access Support for GCS Buckets by @serdarozerr in #41
- Implement multipart copy for s3 by @johha in #44
New Contributors
- @gowrisankar22 made their first contribution in #29
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Fix tests to handle json format logs by @johha in #26
- Merge bosh-s3cli changes from
7ac9468bto39c1e2(main) by @johha in #25 - UploadStream for Azure Client by @serdarozerr in #27
New Contributors
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- GCS Extra Functionalities by @serdarozerr in #21
- Structured Logging and Debugging Option by @serdarozerr in #22
- Fixing GCS public get integation test by @serdarozerr in #23
- Temporary disable S3 integration tests by @stephanme in #24
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #20
- build(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #19
- build(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #18
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- initial release with consolidated CLI interface
- CAPI support for Azure and AliCloud
- New Structure by @serdarozerr in #2
- Linting Fix by @serdarozerr in #3
- GCS Integration Tests Migration to Github Worfklow by @serdarozerr in #4
- Github Environment Tag Removed by @serdarozerr in #8
- GCS integration test workflow by @stephanme in #11
- S3 Integration Tests Migration to Github Worfklow by @serdarozerr in #5
- Alioss Integration Tests Migration to Github Worfklow by @serdarozerr in #9
- Azurebs Integration Tests Migration to Github Worfklow by @serdarozerr in #6
- One Main by @serdarozerr in #13
- Manual Release Pipeline by @serdarozerr in #17
- build(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #7
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #12
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #15
- Implement missing storage-cli operations for AliCloud by @kathap in #10
New Contributors
- @serdarozerr made their first contribution in #2
- @stephanme made their first contribution in #11
- @dependabot[bot] made their first contribution in #7
- @kathap made their first contribution in #10
Full Changelog: https://github.com/cloudfoundry/storage-cli/commits/v0.0.1