Skip to content

Releases: fsouza/fake-gcs-server

v1.10.1

22 Jul 15:31
v1.10.1
7426348
Compare
Choose a tag to compare

Changelog

a720e7d Merge pull request #50 from fsouza/dependabot/go_modules/cloud.google.com/go-0.43.0
ba4e47e build(deps): bump cloud.google.com/go from 0.42.0 to 0.43.0
ee6355b drone: move rules to the drone folder
7426348 drone: set CGO_ENABLED=0 on build
f64879d go mod tidy
dbcdc2b readme: add link to the releases page

v1.10.0

18 Jul 22:03
v1.10.0
c117d4c
Compare
Choose a tag to compare

Changelog

f06ed21 Add goreleaser config
5d33e30 Add some tests for generateObjectsFromFiles and simplify it
d866fc1 Add the CI Dockerfile
cf1c537 Adding dockerfile and code to run as development or integration tests server
88cae4a Addressing PR comments
c117d4c Clean-up dockerignore
76b224a Cleanup ignore files
0cef1b5 Dockerfile: simplify build steps
8f8af40 Fixing go linting and added GO111MODULE=on GOPROXY=https://proxy.golang.org go mod download golangci-lint run --enable-all -D errcheck -D lll -D dupl -D gochecknoglobals -D unparam --deadline 5m ./... target
51d0500 Merge pull request #47 from teone/master
5eea61f Merge pull request #48 from fsouza/dependabot/go_modules/cloud.google.com/go-0.42.0
f13e39c Merge pull request #49 from fsouza/add-drone
ba4e7e8 Migrate to Drone
364c1e4 build(deps): bump cloud.google.com/go from 0.41.0 to 0.42.0
f59ebf1 go mod tidy
7bd4a35 main: make server configurable
f4eb4f5 main: make the channel passed to signal.Notify buffered
73af27f readme: update docs

Last release with support for dep

29 May 21:52
v1.7.1
917aaf6
Compare
Choose a tag to compare

v1.7.1 is the last release of fake-gcs-server to support dep as a dependency management tool. dep will likely continue to work, but fake-gcs-server no longer declares its dependencies in Gopkg.toml.