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

chore(deps): update all #155

Merged
merged 1 commit into from
Mar 29, 2019
Merged

chore(deps): update all #155

merged 1 commit into from
Mar 29, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2018

This PR contains the following updates:

Package Type Update Change References
cloud.google.com/go require minor v0.34.0 -> v0.37.2 source
github.com/awalterschulze/gographviz require digest v0.0.0-20181013152038-b2885df04310 -> v0.0.0-20181013152038-b2885df04310@1e9ccb5 source
github.com/denisenkom/go-mssqldb require digest v0.0.0-20181014144952-4e0d7dc8888f -> v0.0.0-20181014144952-4e0d7dc8888f@2183450 source
github.com/go-chi/chi require patch v3.3.3+incompatible -> v3.3.4 source
github.com/go-chi/docgen require patch v1.0.2 -> v1.0.5 source
github.com/google/pprof require digest v0.0.0-20181206194817-3ea8567a2e57 -> v0.0.0-20181206194817-3ea8567a2e57@7742615 source
github.com/pkg/errors require patch v0.8.0 -> v0.8.1 source
github.com/spf13/afero require patch v1.2.0 -> v1.2.2 source
github.com/spf13/viper require patch v1.3.1 -> v1.3.2 source
github.com/xanzy/go-gitlab require minor v0.12.2 -> v0.16.1 source
golang.org/x/arch require digest v0.0.0-20181203225421-5a4828bb7045 -> v0.0.0-20181203225421-5a4828bb7045@788fe5f source
golang.org/x/net require digest v0.0.0-20181220203305-927f97764cc3 -> v0.0.0-20181220203305-927f97764cc3@74de082 source
golang.org/x/oauth2 require digest v0.0.0-20181203162652-d668ce993890 -> v0.0.0-20181203162652-d668ce993890@c85d3e9 source
golang.org/x/sync require digest v0.0.0-20181221193216-37e7f081c4d4 -> v0.0.0-20181221193216-37e7f081c4d4@e225da7 source
golang.org/x/sys require digest v0.0.0-20181221143128-b4a75ba826a6 -> v0.0.0-20181221143128-b4a75ba826a6@9eb1bfa source
google.golang.org/appengine require minor v1.4.0 -> v1.5.0 source

Release Notes

GoogleCloudPlatform/gcloud-golang

v0.37.2

Compare Source

This patch release is mostly intended to bring in v0.3.0 of
google.golang.org/api, which fixes a GCF deployment issue.

Note: we had to-date accidentally marked Redis as stable. In this release, we've
fixed it by downgrading its documentation to alpha, as it is in other languages
and docs.

  • all:
    • Document context in generated libraries.

v0.37.1

Compare Source

Small go.mod version bumps to bring in v0.2.0 of google.golang.org/api, which
introduces a new oauth2 url.

v0.37.0

Compare Source

  • spanner:
    • Add BatchDML method.
    • Reduced initial time between retries.
  • bigquery:
    • Produce better error messages for InferSchema.
    • Add logical type control for avro loads.
    • Add support for the GEOGRAPHY type.
  • datastore:
    • Add sentinel value DetectProjectID for auto-detecting project ID.
    • Allow flatten tag on struct pointers.
    • Fixed a bug that caused queries to panic with invalid queries. Instead they
      will now return an error.
  • profiler:
    • Add ability to override GCE zone and instance.
  • pubsub:
    • BEHAVIOR CHANGE: Refactor error code retry logic. RPCs should now more
      consistently retry specific error codes based on whether they're idempotent
      or non-idempotent.
  • httpreplay: Fixed a bug when a non-GET request had a zero-length body causing
    the Content-Length header to be dropped.
  • iot:
    • Add new apiv1 client.
  • securitycenter:
    • Add new apiv1 client.
  • cloudscheduler:
    • Add new apiv1 client.

v0.36.0

Compare Source

  • spanner:
    • Reduce minimum retry backoff from 1s to 100ms. This makes time between
      retries much faster and should improve latency.
  • storage:
    • Add support for Bucket Policy Only.
  • kms:
    • Add ResourceIAM helper method.
    • Deprecate KeyRingIAM and CryptoKeyIAM. Please use ResourceIAM.
  • firestore:
    • Switch from v1beta1 API to v1 API.
    • Allow emulator with FIRESTORE_EMULATOR_HOST.
  • bigquery:
    • Add NumLongTermBytes to Table.
    • Add TotalBytesProcessedAccuracy to QueryStatistics.
  • irm:
    • Add new v1alpha2 client.
  • talent:
    • Add new v4beta1 client.
  • rpcreplay:
    • Fix connection to work with grpc >= 1.17.
    • It is now required for an actual gRPC server to be running for Dial to
      succeed.

v0.35.1

Compare Source

  • spanner:
    • Adds OpenCensus views back to public API.

v0.35.0

Compare Source

  • all:
    • Add go.mod and go.sum.
    • Switch usage of gax-go to gax-go/v2.
  • bigquery:
    • Fix bug where time partitioning could not be removed from a table.
    • Fix panic that occurred with empty query parameters.
  • bttest:
    • Fix bug where deleted rows were returned by ReadRows.
  • bigtable/emulator:
    • Configure max message size to 256 MiB.
  • firestore:
    • Allow non-transactional queries in transactions.
    • Allow StartAt/EndBefore on direct children at any depth.
    • QuerySnapshotIterator.Stop may be called in an error state.
    • Fix bug the prevented reset of transaction write state in between retries.
  • functions/metadata:
    • Make Metadata.Resource a pointer.
  • logging:
    • Make SpanID available in logging.Entry.
  • metadata:
    • Wrap !200 error code in a typed err.
  • profiler:
    • Add function to check if function name is within a particular file in the
      profile.
    • Set parent field in create profile request.
    • Return kubernetes client to start cluster, so client can be used to poll
      cluster.
    • Add function for checking if filename is in profile.
  • pubsub:
    • Fix bug where messages expired without an initial modack in
      synchronous=true mode.
    • Receive does not retry ResourceExhausted errors.
  • spanner:
    • client.Close now cancels existing requests and should be much faster for
      large amounts of sessions.
    • Correctly allow MinOpened sessions to be spun up.
go-chi/docgen

v1.0.5

Compare Source

v1.0.4

Compare Source

revert breaking import path with go mod stuff

v1.0.3

Compare Source

pkg/errors

v0.8.1

Compare Source

pkg/errors 0.8.1 is a bug fix release for errors 0.8.0. It will be the last version to support Go 1.8 and below. pkg/errors 0.9 and above will require Go 1.9 for the new runtime.CallersFrames API.

pkg/errors 0.8.1 also adds one new feature, errors.WithMessagef. Ideally this would be held over til 0.9, but that complicates the switch to runtime.CallersFrames.

Improvements

Bugs fixed

spf13/afero

v1.2.2

Compare Source

v1.2.1

Compare Source

spf13/viper

v1.3.2

Compare Source

xanzy/go-gitlab

v0.16.1

Compare Source

v0.16.0

Compare Source

v0.15.0

Compare Source

v0.14.1

Compare Source

v0.14.0

Compare Source

v0.13.0

Compare Source

v0.12.3

Compare Source

golang/appengine

v1.5.0

Compare Source

  • Fix RunInBackground when using dev_appserver
  • Add DistinctOn support to datastore

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

┆Issue is synchronized with this Trello card

@renovate renovate bot changed the title chore(deps): update golang.org/x/sys commit hash to 367055b chore(deps): update golang.org/x/sys commit hash to c6cbdbf Dec 28, 2018
@renovate renovate bot changed the title chore(deps): update golang.org/x/sys commit hash to c6cbdbf chore(deps): update golang.org/x/sys commit hash to 9a3f9b0 Dec 28, 2018
@renovate renovate bot changed the title chore(deps): update golang.org/x/sys commit hash to 9a3f9b0 chore(deps): update golang.org/x/sys commit hash to 82a175f Jan 2, 2019
@renovate renovate bot changed the title chore(deps): update golang.org/x/sys commit hash to 82a175f chore(deps): update all Jan 3, 2019
@renovate renovate bot force-pushed the renovate/all branch 20 times, most recently from 8e21301 to 8459f74 Compare January 10, 2019 05:26
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a7ecdff to 515a86e Compare January 11, 2019 23:30
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from e008b21 to 10b180d Compare March 18, 2019 22:29
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 37b8edb to 35995df Compare March 26, 2019 12:32
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 0e50f15 to 40a1780 Compare March 28, 2019 23:36
@moul moul merged commit 14cfa52 into master Mar 29, 2019
@renovate renovate bot deleted the renovate/all branch March 29, 2019 06:03
@trafico-bot trafico-bot bot added the ✨ Merged Pull Request has been merged successfully label Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Merged Pull Request has been merged successfully
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants