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

An in-range update of snyk is breaking the build 🚨 #7

Closed
greenkeeper bot opened this issue Jun 6, 2017 · 44 comments
Closed

An in-range update of snyk is breaking the build 🚨 #7

greenkeeper bot opened this issue Jun 6, 2017 · 44 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jun 6, 2017

Version 1.34.1 of snyk just got published.

Branch Build failing 🚨
Dependency snyk
Current Version 1.34.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As snyk is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/appveyor/branch Waiting for AppVeyor build to complete Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
  • coverage/coveralls First build on greenkeeper/snyk-1.34.1 at 100.0% Details

Release Notes v1.34.1

<a name"1.34.1">

1.34.1 (2017-06-06)

Bug Fixes

  • remove 'runtime' as default for gradle, auto-detect gradle, support omitted depe (960f07e8)
Commits

The new version differs by 2 commits.

  • 92429bb chore: PR comments
  • 960f07e fix: remove 'runtime' as default for gradle, auto-detect gradle, support omitted dependencies in gradle

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 7, 2017

Version 1.34.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.34.2

<a name"1.34.2">

1.34.2 (2017-06-07)

Bug Fixes

  • crash in snyk wizard when monitoring without packageManager (d102a602)
Commits

The new version differs by 1 commits.

  • d102a60 fix: crash in snyk wizard when monitoring without packageManager

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 7, 2017

Version 1.34.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.34.3

<a name"1.34.3">

1.34.3 (2017-06-07)

Bug Fixes

Commits

The new version differs by 2 commits.

  • c17ff86 fix: bad typo
  • d102a60 fix: crash in snyk wizard when monitoring without packageManager

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 14, 2017

Version 1.34.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.34.4

<a name"1.34.4">

1.34.4 (2017-06-14)

Bug Fixes

  • dep tree wasn't showing vulns in UI (66555d08)
Commits

The new version differs by 4 commits.

  • 98a6a3d chore: add org to snyk test
  • 66555d0 fix: dep tree wasn't showing vulns in UI
  • c17ff86 fix: bad typo
  • d102a60 fix: crash in snyk wizard when monitoring without packageManager

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 20, 2017

Version 1.35.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.35.0

<a name"1.35.0">

1.35.0 (2017-06-20)

Bug Fixes

  • support --dev when running in maven projects (ff6e063e)
  • missing equal sign for the org parameter (387d537b)

Features

  • support SBT package manager (b461b84a)
Commits

The new version differs by 7 commits.

  • ff6e063 fix: support --dev when running in maven projects
  • b461b84 feat: support SBT package manager
  • 387d537 fix: missing equal sign for the org parameter
  • 98a6a3d chore: add org to snyk test
  • 66555d0 fix: dep tree wasn't showing vulns in UI
  • c17ff86 fix: bad typo
  • d102a60 fix: crash in snyk wizard when monitoring without packageManager

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 22, 2017

Version 1.36.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.36.0

<a name"1.36.0">

1.36.0 (2017-06-22)

Features

  • using mvn, gradle and sbt plugins (dec5ff88)
Commits

The new version differs by 8 commits.

  • dec5ff8 feat: using mvn, gradle and sbt plugins
  • ff6e063 fix: support --dev when running in maven projects
  • b461b84 feat: support SBT package manager
  • 387d537 fix: missing equal sign for the org parameter
  • 98a6a3d chore: add org to snyk test
  • 66555d0 fix: dep tree wasn't showing vulns in UI
  • c17ff86 fix: bad typo
  • d102a60 fix: crash in snyk wizard when monitoring without packageManager

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 26, 2017

Version 1.36.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.36.1

<a name"1.36.1">

1.36.1 (2017-06-26)

Bug Fixes

  • replace Object.assign with lodash merge (c1ec0041)
Commits

The new version differs by 1 commits.

  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 27, 2017

Version 1.36.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.36.2

<a name"1.36.2">

1.36.2 (2017-06-27)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 317a7bf fix: update snyk-python-plugin
  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 27, 2017

Version 1.37.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.37.0

<a name"1.37.0">

1.37.0 (2017-07-27)

Bug Fixes

  • accept package manager from test result if returned (ac48703a)

Features

  • implicitly detect scala projects (54188d23)
Commits

The new version differs by 7 commits.

  • 54188d2 feat: implicitly detect scala projects
  • ac48703 fix: accept package manager from test result if returned
  • 16c902b docs: fix typo in readme
  • 3268688 docs: document show-vulnerable-paths in help
  • 5f811e1 test: update vuln count
  • 317a7bf fix: update snyk-python-plugin
  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 1, 2017

Version 1.38.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.38.0

<a name"1.38.0">

1.38.0 (2017-08-01)

Features

  • upgrade Gradle and SBT plugins (b56cd5c6)
Commits

The new version differs by 8 commits.

  • b56cd5c feat: upgrade Gradle and SBT plugins
  • 54188d2 feat: implicitly detect scala projects
  • ac48703 fix: accept package manager from test result if returned
  • 16c902b docs: fix typo in readme
  • 3268688 docs: document show-vulnerable-paths in help
  • 5f811e1 test: update vuln count
  • 317a7bf fix: update snyk-python-plugin
  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

@motss motss added the ready label Aug 3, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 3, 2017

Version 1.38.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.38.1

<a name"1.38.1">

1.38.1 (2017-08-03)

Bug Fixes

  • pass --dev flag to monitor to allow monitoring npm and yarn projects with dev de (6367edb5)
Commits

The new version differs by 9 commits.

  • 6367edb fix: pass --dev flag to monitor to allow monitoring npm and yarn
  • b56cd5c feat: upgrade Gradle and SBT plugins
  • 54188d2 feat: implicitly detect scala projects
  • ac48703 fix: accept package manager from test result if returned
  • 16c902b docs: fix typo in readme
  • 3268688 docs: document show-vulnerable-paths in help
  • 5f811e1 test: update vuln count
  • 317a7bf fix: update snyk-python-plugin
  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 15, 2017

Version 1.38.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.38.2

<a name"1.38.2">

1.38.2 (2017-08-15)

Bug Fixes

  • disable protect and wizard for unsupported projects (d48efe68)
  • more prominent help (fdf3a44e)
Commits

The new version differs by 11 commits.

  • d48efe6 fix: disable protect and wizard for unsupported projects
  • fdf3a44 fix: more prominent help
  • 6367edb fix: pass --dev flag to monitor to allow monitoring npm and yarn
  • b56cd5c feat: upgrade Gradle and SBT plugins
  • 54188d2 feat: implicitly detect scala projects
  • ac48703 fix: accept package manager from test result if returned
  • 16c902b docs: fix typo in readme
  • 3268688 docs: document show-vulnerable-paths in help
  • 5f811e1 test: update vuln count
  • 317a7bf fix: update snyk-python-plugin
  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 17, 2017

Version 1.38.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.38.3

<a name"1.38.3">

1.38.3 (2017-08-17)

Bug Fixes

Commits

The new version differs by 12 commits.

  • 196f247 fix: upgrade Python plugin
  • d48efe6 fix: disable protect and wizard for unsupported projects
  • fdf3a44 fix: more prominent help
  • 6367edb fix: pass --dev flag to monitor to allow monitoring npm and yarn
  • b56cd5c feat: upgrade Gradle and SBT plugins
  • 54188d2 feat: implicitly detect scala projects
  • ac48703 fix: accept package manager from test result if returned
  • 16c902b docs: fix typo in readme
  • 3268688 docs: document show-vulnerable-paths in help
  • 5f811e1 test: update vuln count
  • 317a7bf fix: update snyk-python-plugin
  • c1ec004 fix: replace Object.assign with lodash merge

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 18, 2017

Version 1.39.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.39.0

<a name"1.39.0">

1.39.0 (2017-08-18)

Features

Commits

The new version differs by 1 commits.

  • ac55af3 feat: upgrade Gradle plugin

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 21, 2017

Version 1.39.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.39.1

<a name"1.39.1">

1.39.1 (2017-08-21)

Bug Fixes

  • upgrade Gradle plugin - minor Jar related fixes (ed59c181)
Commits

The new version differs by 2 commits.

  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2017

Version 1.40.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.40.0

<a name"1.40.0">

1.40.0 (2017-08-22)

Features

  • early access alpha support for Go test (e36ba8f6)
Commits

The new version differs by 3 commits.

  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 24, 2017

Version 1.40.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.40.1

<a name"1.40.1">

1.40.1 (2017-08-24)

Bug Fixes

  • remove buggy macAdress() code from analytics.js (57d6df76)
Commits

The new version differs by 4 commits.

  • 57d6df7 fix: remove buggy macAdress() code from analytics.js
  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 29, 2017

Version 1.40.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.40.2

<a name"1.40.2">

1.40.2 (2017-08-29)

Bug Fixes

  • update plugins to reduce filesize (7b7d0ab2)
  • add some npm ignores to reduce filesize (64314716)
Commits

The new version differs by 6 commits.

  • 7b7d0ab fix: update plugins to reduce filesize
  • 6431471 fix: add some npm ignores to reduce filesize
  • 57d6df7 fix: remove buggy macAdress() code from analytics.js
  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 17, 2017

Version 1.40.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.40.3

<a name"1.40.3">

1.40.3 (2017-09-17)

Bug Fixes

  • bump to snyk-mvn-plugin 1.0.2 (e16423e1)
Commits

The new version differs by 7 commits.

  • e16423e fix: bump to snyk-mvn-plugin 1.0.2
  • 7b7d0ab fix: update plugins to reduce filesize
  • 6431471 fix: add some npm ignores to reduce filesize
  • 57d6df7 fix: remove buggy macAdress() code from analytics.js
  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 19, 2017

Version 1.40.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.40.4

<a name"1.40.4">

1.40.4 (2017-09-19)

Bug Fixes

  • bump go & mvn plugin versions (adde4c20)
Commits

The new version differs by 8 commits.

  • adde4c2 fix: bump go & mvn plugin versions
  • e16423e fix: bump to snyk-mvn-plugin 1.0.2
  • 7b7d0ab fix: update plugins to reduce filesize
  • 6431471 fix: add some npm ignores to reduce filesize
  • 57d6df7 fix: remove buggy macAdress() code from analytics.js
  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 21, 2017

Version 1.41.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.41.1

<a name"1.41.1">

1.41.1 (2017-09-21)

Bug Fixes

Commits

The new version differs by 14 commits.

  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout
  • 195bdb2 test: temporarily disable Travis Node 0.12 tests
  • 7f82b6d chore: prune .snyk policy file
  • 09570c9 feat: migrate from request to needle
  • 6774990 fix: ignore the vuln in tough-cookie
  • adde4c2 fix: bump go & mvn plugin versions
  • e16423e fix: bump to snyk-mvn-plugin 1.0.2
  • 7b7d0ab fix: update plugins to reduce filesize
  • 6431471 fix: add some npm ignores to reduce filesize
  • 57d6df7 fix: remove buggy macAdress() code from analytics.js
  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 22, 2017

Version 1.41.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.41.0

<a name"1.41.0">

1.41.0 (2017-09-21)

Bug Fixes

  • ignore the vuln in tough-cookie (67749906)

Features

  • migrate from request to needle (09570c90)
Commits

The new version differs by 12 commits.

  • 195bdb2 test: temporarily disable Travis Node 0.12 tests
  • 7f82b6d chore: prune .snyk policy file
  • 09570c9 feat: migrate from request to needle
  • 6774990 fix: ignore the vuln in tough-cookie
  • adde4c2 fix: bump go & mvn plugin versions
  • e16423e fix: bump to snyk-mvn-plugin 1.0.2
  • 7b7d0ab fix: update plugins to reduce filesize
  • 6431471 fix: add some npm ignores to reduce filesize
  • 57d6df7 fix: remove buggy macAdress() code from analytics.js
  • e36ba8f feat: early access alpha support for Go test
  • ed59c18 fix: upgrade Gradle plugin
  • ac55af3 feat: upgrade Gradle plugin

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2017

Version 1.42.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.42.0

<a name"1.42.0">

1.42.0 (2017-10-02)

Features

  • early access govendor support for Go (3040d31a)
Commits

The new version differs by 3 commits.

  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2017

Version 1.42.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.42.1

<a name"1.42.1">

1.42.1 (2017-10-02)

Bug Fixes

Commits

The new version differs by 4 commits.

  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2017

Version 1.42.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.42.2

<a name"1.42.2">

1.42.2 (2017-10-02)

Bug Fixes

  • update snyk-go-plugin to 1.3.4 (462302d8)
Commits

The new version differs by 5 commits.

  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2017

Version 1.42.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.42.3

<a name"1.42.3">

1.42.3 (2017-10-02)

Bug Fixes

  • update snyk-go-plugin to 1.3.5 (ab780c2a)
Commits

The new version differs by 6 commits.

  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 6, 2017

Version 1.42.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.42.4

<a name"1.42.4">

1.42.4 (2017-10-06)

Bug Fixes

  • update snyk-go-plugin to 1.3.6 (7c46ba1d)
Commits

The new version differs by 7 commits.

  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 9, 2017

Version 1.42.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.42.5

<a name"1.42.5">

1.42.5 (2017-10-09)

Bug Fixes

  • update snyk-go-plugin to 1.3.7 (87027bcd)
Commits

The new version differs by 8 commits.

  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 11, 2017

Version 1.42.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.42.6

<a name"1.42.6">

1.42.6 (2017-10-11)

Bug Fixes

  • update snyk-python-plugin to 1.2.5 (474a04cb)
Commits

The new version differs by 9 commits.

  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 13, 2017

Version 1.42.7 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.42.7

<a name"1.42.7">

1.42.7 (2017-10-13)

Bug Fixes

  • more reliable gradle plugin argument handling (9106c022)
Commits

The new version differs by 10 commits.

  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 17, 2017

Version 1.43.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.43.0

<a name"1.43.0">

1.43.0 (2017-10-17)

Features

  • allow license issues to be ignored via snyk wizard (46dc5a45)
Commits

The new version differs by 11 commits.

  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 19, 2017

Version 1.44.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.44.0

<a name"1.44.0">

1.44.0 (2017-10-19)

Features

  • sending double-dash args as an array (5718e868)
Commits

The new version differs by 12 commits.

  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 19, 2017

Version 1.44.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.44.1

<a name"1.44.1">

1.44.1 (2017-10-19)

Bug Fixes

  • update snyk-python-plugin to 1.4.0 (5bc915fc)
Commits

The new version differs by 13 commits.

  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go
  • 34d1339 test: re-enable tests for Node 0.12
  • e87a512 fix: reconnect request timeout

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 20, 2017

Version 1.45.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.45.0

<a name"1.45.0">

1.45.0 (2017-10-20)

Features

  • allow custom policy location via --policy-path=path/to/policy (eb05db53)
Commits

The new version differs by 17 commits.

  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin
  • 3040d31 feat: early access govendor support for Go

There are 17 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 25, 2017

Version 1.46.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.46.0

<a name"1.46.0">

1.46.0 (2017-10-25)

Features

  • allow custom project-name for monitor command (a7fdaa32)
Commits

The new version differs by 18 commits.

  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5
  • 462302d fix: update snyk-go-plugin to 1.3.4
  • 37b7cd8 fix: update snyk-go-plugin

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 29, 2017

Version 1.47.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.47.0

<a name"1.47.0">

1.47.0 (2017-10-29)

Bug Fixes

  • update snyk-go-plugin to 1.3.8 (f0359f0c)

Features

Commits

The new version differs by 20 commits.

  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6
  • ab780c2 fix: update snyk-go-plugin to 1.3.5

There are 20 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 6, 2017

Version 1.48.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.48.0

<a name"1.48.0">

1.48.0 (2017-11-06)

Features

  • support package-manager flag and add it to monitor (40b91ce1)
Commits

The new version differs by 21 commits.

  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7
  • 7c46ba1 fix: update snyk-go-plugin to 1.3.6

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 6, 2017

Version 1.48.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.48.1

<a name"1.48.1">

1.48.1 (2017-11-06)

Bug Fixes

  • nuget-plugin 1.0.3 dependency graph fix (7c6335fc)
Commits

The new version differs by 22 commits.

  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5
  • 87027bc fix: update snyk-go-plugin to 1.3.7

There are 22 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 8, 2017

Version 1.49.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.49.0

<a name"1.49.0">

1.49.0 (2017-11-08)

Features

  • adding .csproj file recognition as nuget (7c2d48fb)
Commits

The new version differs by 23 commits.

  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling
  • 474a04c fix: update snyk-python-plugin to 1.2.5

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 8, 2017

Version 1.49.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.49.1

<a name"1.49.1">

1.49.1 (2017-11-08)

Bug Fixes

  • snyk-nuget-plugin v1.1.1 upgrade (fab007bf)
Commits

The new version differs by 24 commits.

  • fab007b fix: snyk-nuget-plugin v1.1.1 upgrade
  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard
  • 9106c02 fix: more reliable gradle plugin argument handling

There are 24 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 12, 2017

Version 1.49.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.49.2

<a name"1.49.2">

1.49.2 (2017-11-12)

Bug Fixes

  • nuget-plugin 1.2.0 + cli arguments transfer to camelCase (c2e07501)
Commits

The new version differs by 25 commits.

  • c2e0750 fix: nuget-plugin 1.2.0 + cli arguments transfer to camelCase
  • fab007b fix: snyk-nuget-plugin v1.1.1 upgrade
  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0
  • 5718e86 feat: sending double-dash args as an array
  • 46dc5a4 feat: allow license issues to be ignored via snyk wizard

There are 25 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 16, 2017

Version 1.49.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.49.3

<a name"1.49.3">

1.49.3 (2017-11-16)

Bug Fixes

Commits

The new version differs by 27 commits.

  • 20890bc test: add tests for proxy support
  • aebf12c fix: add proxy support
  • c2e0750 fix: nuget-plugin 1.2.0 + cli arguments transfer to camelCase
  • fab007b fix: snyk-nuget-plugin v1.1.1 upgrade
  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor
  • f6c680a test: custom policy path tests for test
  • 5bc915f fix: update snyk-python-plugin to 1.4.0

There are 27 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 20, 2017

Version 1.49.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.49.4

<a name"1.49.4">

1.49.4 (2017-11-20)

Bug Fixes

Commits

The new version differs by 29 commits.

  • 51a6019 fix: nuget-plugin version 1.3.1
  • 93477f2 fix: nuget monitor in 1.3.0
  • 20890bc test: add tests for proxy support
  • aebf12c fix: add proxy support
  • c2e0750 fix: nuget-plugin 1.2.0 + cli arguments transfer to camelCase
  • fab007b fix: snyk-nuget-plugin v1.1.1 upgrade
  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect
  • 05fc58b test: custom policy path tests for monitor

There are 29 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 22, 2017

Version 1.49.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.49.5

<a name"1.49.5">

1.49.5 (2017-11-22)

Bug Fixes

  • nuget support for custom json manifest in 1.3.2 (e43d91d5)
Commits

The new version differs by 30 commits.

  • e43d91d fix: nuget support for custom json manifest in 1.3.2
  • 51a6019 fix: nuget-plugin version 1.3.1
  • 93477f2 fix: nuget monitor in 1.3.0
  • 20890bc test: add tests for proxy support
  • aebf12c fix: add proxy support
  • c2e0750 fix: nuget-plugin 1.2.0 + cli arguments transfer to camelCase
  • fab007b fix: snyk-nuget-plugin v1.1.1 upgrade
  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy
  • 414f3de test: custom policy path tests for protect

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 24, 2017

Version 1.50.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.50.0

<a name"1.50.0">

1.50.0 (2017-11-24)

Features

  • include API ignores in test & wizard (f007934f)
Commits

The new version differs by 31 commits.

  • f007934 feat: include API ignores in test & wizard
  • e43d91d fix: nuget support for custom json manifest in 1.3.2
  • 51a6019 fix: nuget-plugin version 1.3.1
  • 93477f2 fix: nuget monitor in 1.3.0
  • 20890bc test: add tests for proxy support
  • aebf12c fix: add proxy support
  • c2e0750 fix: nuget-plugin 1.2.0 + cli arguments transfer to camelCase
  • fab007b fix: snyk-nuget-plugin v1.1.1 upgrade
  • 7c2d48f feat: adding .csproj file recognition as nuget
  • 7c6335f fix: nuget-plugin 1.0.3 dependency graph fix
  • 40b91ce feat: support package-manager flag and add it to monitor
  • 0ef47d2 feat: Adding NuGet plugin
  • f0359f0 fix: update snyk-go-plugin to 1.3.8
  • a7fdaa3 feat: allow custom project-name for monitor command
  • eb05db5 feat: allow custom policy location via --policy-path=path/to/policy

There are 31 commits in total.

See the full diff

@motss motss closed this as completed Nov 28, 2017
@ghost ghost removed the ready label Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant