Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[minor] use of deprecated default settings for goreleaser #1

Open
splashx opened this issue Jan 24, 2019 · 1 comment
Open

[minor] use of deprecated default settings for goreleaser #1

splashx opened this issue Jan 24, 2019 · 1 comment
Labels
good first issue Good for newcomers

Comments

@splashx
Copy link

splashx commented Jan 24, 2019

When building the following messages are seen

$ goreleaser --skip-publish --rm-dist  --skip-validate

   • releasing using goreleaser 0.97.0...
   • loading config file       file=goreleaser.yml
   • RUNNING BEFORE HOOKS
   • GETTING AND VALIDATING GIT STATE
      • releasing v1.3.1, commit 0935d402b755efdae0d06595b9f183b84d5bbb63
      • skipped                   reason=validation is disabled
   • SETTING DEFAULTS
+         • DEPRECATED: `docker.image` should not be used anymore, check https://goreleaser.com/deprecations#docker-image for more info.
+         • DEPRECATED: `docker.tag_templates` should not be used anymore, check https://goreleaser.com/deprecations#docker-tag-templates for more info.
+         • DEPRECATED: `docker.binary` should not be used anymore, check https://goreleaser.com/deprecations#docker-binary for more info.
+         • DEPRECATED: `docker.image` should not be used anymore, check https://goreleaser.com/deprecations#docker-image for more info.
+         • DEPRECATED: `docker.tag_templates` should not be used anymore, check https://goreleaser.com/deprecations#docker-tag-templates for more info.
+         • DEPRECATED: `docker.binary` should not be used anymore, check https://goreleaser.com/deprecations#docker-binary for more info.
   • SNAPSHOTING
      • skipped                   reason=not a snapshot
   • CHECKING ./DIST
      • --rm-dist is set, cleaning it up
   • WRITING EFFECTIVE CONFIG FILE
      • writing                   config=dist/config.yaml
   • GENERATING CHANGELOG
      • writing                   changelog=dist/CHANGELOG.md
   • LOADING ENVIRONMENT VARIABLES
      • skipped                   reason=publishing is disabled
   • BUILDING BINARIES
      • building                  binary=dist/linux_amd64/n2proxy
      • building                  binary=dist/linux_arm_6/n2proxy
      • building                  binary=dist/darwin_amd64/n2proxy
   • ARCHIVES
      • creating                  archive=dist/n2proxy_macOS_amd64.tar.gz
      • creating                  archive=dist/n2proxy_linux_amd64.tar.gz
      • creating                  archive=dist/n2proxy_linux_arm.tar.gz
   • LINUX PACKAGES WITH NFPM
      • creating                  file=dist/n2proxy_amd64.deb package=n2proxy_amd64.deb
      • creating                  file=dist/n2proxy_amd64.rpm package=n2proxy_amd64.rpm
      • creating                  file=dist/n2proxy_armv6.rpm package=n2proxy_armv6.rpm
      • creating                  file=dist/n2proxy_armv6.deb package=n2proxy_armv6.deb
   • SNAPCRAFT PACKAGES
      • ignored unsupported arch  arch=armel
      • creating                  arch=amd64 snap=dist/n2proxy_amd64.snap
   • CALCULATING CHECKSUMS
      • checksumming              file=n2proxy_amd64.rpm
      • checksumming              file=n2proxy_macOS_amd64.tar.gz
      • checksumming              file=n2proxy_amd64.deb
      • checksumming              file=n2proxy_linux_arm.tar.gz
      • checksumming              file=n2proxy_linux_amd64.tar.gz
      • checksumming              file=n2proxy_armv6.rpm
      • checksumming              file=n2proxy_armv6.deb
   • SIGNING ARTIFACTS
      • skipped                   reason=artifact signing is disabled
   • DOCKER IMAGES
      • building docker image     image=txn2/n2proxy:armhf-1.3.1
      • building docker image     image=txn2/n2proxy:1.3.1
   • PUBLISHING
      • skipped                   reason=publishing is disabled
   • release succeeded after 6.65s
@cjimti cjimti self-assigned this Jan 26, 2019
@cjimti cjimti added the good first issue Good for newcomers label Jan 26, 2019
@cjimti cjimti removed their assignment Jan 26, 2019
@cjimti
Copy link
Member

cjimti commented Jan 26, 2019

Thanks @splashx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants