-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependabot-1 Added Unreleased changes to CHANGELOG
- Loading branch information
Showing
1 changed file
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,19 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## Unreleased | ||
|
||
- Nothing. | ||
|
||
### Added | ||
|
||
- Nothing. | ||
|
||
### Changed | ||
|
||
- Nothing. | ||
- Bumped base go version from Go 1.14 to 1.18 | ||
- Switched and updated to moved dependency `go-kit/[email protected]` -> `go-kit/[email protected]` | ||
- Updated dependency `Azure/[email protected]` -> `v0.15.0` | ||
- Updated dependency `aws/[email protected]` -> `v1.44.55` | ||
- Updated dependency `cloud.google.com/go/[email protected]` -> `v1.23.0` | ||
- Updated dependency `google.golang.org/[email protected]` -> `v0.87.0` | ||
- Updated dependency `google/[email protected]` -> `v0.5.8` | ||
- Updated dependency `klauspost/[email protected]` -> `v1.15.8` | ||
- Updated dependency `pkg/[email protected]` -> `v1.13.5` | ||
- Updated dependency `urface/cli/[email protected]` -> `v2.11.0` | ||
- Updated linting from manual install to official `golangci/golangci-lint:v1.46.2` Docker image | ||
- Updated golang base image from `1.14-alpine` to `1.18.4` (debian); issues with alpine `>= 3.13` due to DroneCI Docker Engine version | ||
- Updated test image `minio/minio:RELEASE.2020-11-06T23-17-07Z` to `RELEASE.2022-07-15T03-44-22Z` | ||
- Updated test image `fsouza/fake-gcs-server:1.18.3` to `1.38.3` | ||
- Updated test image `mcr.microsoft.com/azure-storage/azurite:3.10.0` to `3.18.0` | ||
- Linting fixes for older Go version code style | ||
- Added missing struct argument for Azure Blob URLs (`azblob.ClientProvidedKeyOptions{}`) | ||
- Renamed test cases to comply with Azure API disallowing non-alphanumeric characters in storage requests | ||
- Linting rules adjusted to omit undesirable linters (see `.golanci.yml`) | ||
|
||
### Removed | ||
|
||
- Nothing. | ||
- Pushing `DOCS.md` Drone Plugin documenation; Drone/Harness now pull READMEs from Plugin repos | ||
|
||
### Deprecated | ||
|
||
|