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

fix(deps): update module github.com/hashicorp/vault to v1.7.0 #317

Merged
merged 2 commits into from
Apr 16, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/vault require minor v1.6.3 -> v1.7.0

Release Notes

hashicorp/vault

v1.7.0

Compare Source

1.7.0

24 March 2021

CHANGES:

  • go: Update go version to 1.15.8 [GH-11060]

FEATURES:

  • Aerospike Storage Backend: Add support for using Aerospike as a storage backend [GH-10131]
  • agent: Support for persisting the agent cache to disk [GH-10938]
  • auth/jwt: Adds max_age role parameter and auth_time claim validation. [GH-10919]
  • kmip (enterprise): Use entropy augmentation to generate kmip certificates
  • sdk: Private key generation in the certutil package now allows custom io.Readers to be used. [GH-10653]
  • secrets/aws: add IAM tagging support for iam_user roles [GH-10953]
  • secrets/database/cassandra: Add ability to customize dynamic usernames [GH-10906]
  • secrets/database/couchbase: Add ability to customize dynamic usernames [GH-10995]
  • secrets/database/mongodb: Add ability to customize dynamic usernames [GH-10858]
  • secrets/database/mssql: Add ability to customize dynamic usernames [GH-10767]
  • secrets/database/mysql: Add ability to customize dynamic usernames [GH-10834]
  • secrets/database/postgresql: Add ability to customize dynamic usernames [GH-10766]
  • secrets/openldap: Added dynamic roles to OpenLDAP similar to the combined database engine [GH-10996]
  • secrets/terraform: New secret engine for managing Terraform Cloud API tokens [GH-10931]
  • ui: Adds check for feature flag on application, and updates namespace toolbar on login if present [GH-10588]
  • ui: Adds the wizard to the Database Secret Engine [GH-10982]
  • ui: Database secrets engine, supporting MongoDB only [GH-10655]

IMPROVEMENTS:

  • agent: Add template-retry stanza to agent config. [GH-10644]
  • agent: Agent can now run as a Windows service. [GH-10231]
  • agent: Better concurrent request handling on identical requests proxied through Agent. [GH-10705]
  • agent: Route templating server through cache when persistent cache is enabled. [GH-10927]
  • agent: change auto-auth to preload an existing token on start [GH-10850]
  • auth/ldap: Improve consistency in error messages [GH-10537]
  • auth/okta: Adds support for Okta Verify TOTP MFA. [GH-10942]
  • changelog: Add dependencies listed in dependencies/2-25-21 [GH-11015]
  • command/debug: Now collects logs (at level trace) as a periodic output. [GH-10609]
  • core (enterprise): "vault status" command works when a namespace is set. [GH-10725]
  • core (enterprise): Update Trial Enterprise license from 30 minutes to 6 hours
  • core/metrics: Added "vault operator usage" command. [GH-10365]
  • core/metrics: New telemetry metrics reporting lease expirations by time interval and namespace [GH-10375]
  • core: Added active since timestamp to the status output of active nodes. [GH-10489]
  • core: Check audit device with a test message before adding it. [GH-10520]
  • core: Track barrier encryption count and automatically rotate after a large number of operations or on a schedule [GH-10744]
  • core: add metrics for active entity count [GH-10514]
  • core: add partial month client count api [GH-11022]
  • core: dev mode listener allows unauthenticated sys/metrics requests [GH-10992]
  • core: reduce memory used by leases [GH-10726]
  • secrets/gcp: Truncate ServiceAccount display names longer than 100 characters. [GH-10558]
  • storage/raft (enterprise): Listing of peers is now allowed on DR secondary
    cluster nodes, as an update operation that takes in DR operation token for
    authenticating the request.
  • ui: Clarify language on usage metrics page empty state [GH-10951]
  • ui: Customize MongoDB input fields on Database Secrets Engine [GH-10949]
  • ui: Upgrade Ember-cli from 3.8 to 3.22. [GH-9972]
  • ui: Upgrade Storybook from 5.3.19 to 6.1.17. [GH-10904]
  • ui: Upgrade date-fns from 1.3.0 to 2.16.1. [GH-10848]
  • ui: Upgrade dependencies to resolve potential JS vulnerabilities [GH-10677]
  • ui: better errors on Database secrets engine role create [GH-10980]

BUG FIXES:

  • agent: Only set the namespace if the VAULT_NAMESPACE env var isn't present [GH-10556]
  • agent: Set TokenParent correctly in the Index to be cached. [GH-10833]
  • agent: Set namespace for template server in agent. [GH-10757]
  • api/sys/config/ui: Fixes issue where multiple UI custom header values are ignored and only the first given value is used [GH-10490]
  • api: Fixes CORS API methods that were outdated and invalid [GH-10444]
  • auth/jwt: Fixes bound_claims validation for provider-specific group and user info fetching. [GH-10546]
  • auth/jwt: Fixes an issue where JWT verification keys weren't updated after a jwks_url change. [GH-10919]
  • auth/jwt: Fixes an issue where jwt_supported_algs were not being validated for JWT auth using
    jwks_url and jwt_validation_pubkeys. [GH-10919]
  • auth/oci: Fixes alias name to use the role name, and not the literal string name [GH-10] [GH-10952]
  • consul-template: Update consul-template vendor version and associated dependencies to master,
    pulling in hashicorp/consul-template#​1447 [GH-10756]
  • core (enterprise): Limit entropy augmentation during token generation to root tokens. [GH-10487]
  • core (enterprise): Vault EGP policies attached to path * were not correctly scoped to the namespace.
  • core/identity: Fix deadlock in entity merge endpoint. [GH-10877]
  • core: Avoid deadlocks by ensuring that if grabLockOrStop returns stopped=true, the lock will not be held. [GH-10456]
  • core: Avoid disclosing IP addresses in the errors of unauthenticated requests [GH-10579]
  • core: Fix client.Clone() to include the address [GH-10077]
  • core: Fix duplicate quotas on performance standby nodes. [GH-10855]
  • core: Fix rate limit resource quota migration from 1.5.x to 1.6.x by ensuring purgeInterval and
    staleAge are set appropriately. [GH-10536]
  • core: Make all APIs that report init status consistent, and make them report
    initialized=true when a Raft join is in progress. [GH-10498]
  • core: Make the response to an unauthenticated request to sys/internal endpoints consistent regardless of mount existence. [GH-10650]
  • core: Turn off case sensitivity for allowed entity alias check during token create operation. [GH-10743]
  • http: change max_request_size to be unlimited when the config value is less than 0 [GH-10072]
  • license: Fix license caching issue that prevents new licenses to get picked up by the license manager [GH-10424]
  • metrics: Protect emitMetrics from panicking during post-seal [GH-10708]
  • quotas/rate-limit: Fix quotas enforcing old rate limit quota paths [GH-10689]
  • replication (enterprise): Fix bug with not starting merkle sync while requests are in progress
  • secrets/database/influxdb: Fix issue where not all errors from InfluxDB were being handled [GH-10384]
  • secrets/database/mysql: Fixes issue where the DisplayName within generated usernames was the incorrect length [GH-10433]
  • secrets/database: Sanitize private_key field when reading database plugin config [GH-10416]
  • secrets/gcp: Fix issue with account and iam_policy roleset WALs not being removed after attempts when GCP project no longer exists [GH-10759]
  • secrets/transit: allow for null string to be used for optional parameters in encrypt and decrypt [GH-10386]
  • serviceregistration: Fix race during shutdown of Consul service registration. [GH-10901]
  • storage/raft (enterprise): Automated snapshots with Azure required specifying
    azure_blob_environment, which should have had as a default AZUREPUBLICCLOUD.
  • storage/raft (enterprise): Reading a non-existent auto snapshot config now returns 404.
  • storage/raft (enterprise): The parameter aws_s3_server_kms_key was misnamed and
    didn't work. Renamed to aws_s3_kms_key, and make it work so that when provided
    the given key will be used to encrypt the snapshot using AWS KMS.
  • transform (enterprise): Fix bug tokenization handling metadata on exportable stores
  • transform (enterprise): Fix bug where tokenization store changes are persisted but don't take effect
  • transform (enterprise): Fix transform configuration not handling stores parameter on the legacy path
  • transform (enterprise): Make expiration timestamps human readable
  • transform (enterprise): Return false for invalid tokens on the validate endpoint rather than returning an HTTP error
  • ui: Fix bug in Transform secret engine when a new role is added and then removed from a transformation [GH-10417]
  • ui: Fix bug that double encodes secret route when there are spaces in the path and makes you unable to view the version history. [GH-10596]
  • ui: Fix expected response from feature-flags endpoint [GH-10684]
  • ui: Fix footer URL linking to the correct version changelog. [GH-10491]

Configuration

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

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

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@codecov
Copy link

codecov bot commented Mar 24, 2021

Codecov Report

Merging #317 (67afd3b) into master (cead115) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #317   +/-   ##
=======================================
  Coverage   36.61%   36.61%           
=======================================
  Files           7        7           
  Lines         183      183           
=======================================
  Hits           67       67           
  Misses         98       98           
  Partials       18       18           

@renovate renovate bot force-pushed the renovate/github.com-hashicorp-vault-1.x branch 5 times, most recently from 4f7ec3c to 930e77f Compare March 25, 2021 12:29
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-vault-1.x branch 22 times, most recently from bcb875e to e998134 Compare March 28, 2021 02:21
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-vault-1.x branch 10 times, most recently from e2865f6 to 05cd8ec Compare March 29, 2021 18:12
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-vault-1.x branch from 05cd8ec to 9f6eb7d Compare March 30, 2021 01:08
@renovate
Copy link
Contributor Author

renovate bot commented Mar 30, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/go-vela/secret-vault":"/mnt/renovate/gh/go-vela/secret-vault" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/go-vela/secret-vault" docker.io/renovate/go:1.15.10 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: downloading github.com/urfave/cli v1.22.2
go: downloading github.com/hashicorp/vault v1.7.0
go: downloading github.com/spf13/afero v1.6.0
go: downloading golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
go: downloading github.com/NYTimes/gziphandler v1.1.1
go: downloading github.com/hashicorp/vault/sdk v0.1.14-0.20210322210658-b52b8b8c1264
go: downloading github.com/hashicorp/vault/api v1.0.5-0.20210210214158-405eced08457
go: downloading github.com/armon/go-metrics v0.3.4
go: downloading github.com/sasha-s/go-deadlock v0.2.0
go: downloading github.com/hashicorp/go-discover v0.0.0-20201029210230-738cb3105cd0
go: downloading github.com/hashicorp/go-memdb v1.0.2
go: downloading github.com/shirou/gopsutil v3.21.1+incompatible
go: downloading github.com/mitchellh/go-testing-interface v1.14.0
go: downloading github.com/armon/go-radix v1.0.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/sethvargo/go-limiter v0.3.0
go: downloading github.com/hashicorp/go-kms-wrapping v0.5.16
go: downloading github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5
go: downloading github.com/hashicorp/go-hclog v0.15.0
go: downloading github.com/hashicorp/go-plugin v1.0.1
go: downloading github.com/hashicorp/raft v1.2.0
go: downloading github.com/prometheus/client_golang v1.7.1
go: downloading github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d
go: downloading github.com/hashicorp/go-kms-wrapping/entropy v0.1.0
go: downloading github.com/gophercloud/gophercloud v0.1.0
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/golang/snappy v0.0.2
go: downloading k8s.io/client-go v0.18.2
go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1-0.20200509193318-234c15e7648f
go: downloading github.com/Azure/go-autorest/autorest v0.11.17
go: downloading github.com/prometheus/common v0.11.1
go: downloading github.com/aws/aws-sdk-go v1.37.19
go: downloading github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f
go: downloading google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
go: downloading github.com/mitchellh/cli v1.1.1
go: downloading github.com/mitchellh/mapstructure v1.3.3
go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
go: downloading github.com/mitchellh/reflectwalk v1.0.1
go: downloading github.com/google/go-metrics-stackdriver v0.2.0
go: downloading github.com/Azure/go-autorest/tracing v0.6.0
go: downloading github.com/bgentry/speakeasy v0.1.0
go: downloading github.com/Azure/go-autorest/logger v0.2.0
go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0
go: downloading github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190620160927-9418d7b0cd0f
go: downloading github.com/jefferai/jsonx v1.0.0
go: downloading github.com/keybase/go-crypto v0.0.0-20190403132359-d65b6b94177f
go: downloading github.com/prometheus/procfs v0.1.3
go: downloading google.golang.org/api v0.29.0
go: downloading github.com/Jeffail/gabs v1.1.1
go: downloading github.com/hashicorp/mdns v1.0.1
go: downloading k8s.io/api v0.18.2
go: downloading k8s.io/klog v1.0.0
go: downloading google.golang.org/appengine v1.6.5
go: downloading k8s.io/apimachinery v0.18.2
go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible
go: downloading github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.11
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
go: downloading github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03
go: downloading github.com/oracle/oci-go-sdk v12.5.0+incompatible
go: downloading github.com/imdario/mergo v0.3.6
go: downloading github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f
go: downloading github.com/Azure/azure-sdk-for-go v51.1.0+incompatible
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.2
go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
go: downloading github.com/rboyer/safeio v0.2.1
go: downloading github.com/tencentcloud/tencentcloud-sdk-go v3.0.171+incompatible
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading github.com/lib/pq v1.8.0
go: downloading go.etcd.io/bbolt v1.3.5
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading github.com/posener/complete v1.2.3
go: downloading github.com/googleapis/gnostic v0.2.0
go: downloading github.com/oklog/run v1.0.0
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading github.com/google/gofuzz v1.1.0
go: downloading github.com/miekg/dns v1.1.40
go: downloading sigs.k8s.io/structured-merge-diff/v3 v3.0.0
go: downloading github.com/hashicorp/raft-autopilot v0.1.2
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/hashicorp/go-msgpack v0.5.5
go: downloading github.com/armon/go-proxyproto v0.0.0-20190211145416-68259f75880e
go: downloading gopkg.in/ini.v1 v1.42.0
go: downloading github.com/vmware/govmomi v0.18.0
go: downloading github.com/hashicorp/raft-snapshot v1.0.3
go: downloading sigs.k8s.io/yaml v1.2.0
go: downloading github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c
go: downloading github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661
go: downloading k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
go: downloading github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible
go: downloading github.com/digitalocean/godo v1.7.5
go: downloading github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443
go: downloading github.com/linode/linodego v0.7.1
go: downloading github.com/form3tech-oss/jwt-go v3.2.2+incompatible
go: downloading github.com/hashicorp/go-raftchunking v0.6.3-0.20191002164813-7e9e8525653a
go: downloading github.com/circonus-labs/circonusllhist v0.1.3
go: downloading github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926
go: downloading gopkg.in/resty.v1 v1.12.0
go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.1
go: downloading github.com/hashicorp/vault-plugin-secrets-kv v0.8.0
go: downloading github.com/go-ldap/ldap v3.0.2+incompatible
go: downloading github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af
go: downloading github.com/hashicorp/vault-plugin-auth-kerberos v0.3.0
go: downloading github.com/ory/dockertest/v3 v3.6.2
go: downloading github.com/hashicorp/vault-plugin-auth-azure v0.7.2
go: downloading layeh.com/radius v0.0.0-20190322222518-890bc1058917
go: downloading github.com/hashicorp/vault-plugin-secrets-terraform v0.1.0
go: downloading github.com/hashicorp/consul/api v1.4.0
go: downloading github.com/hashicorp/vault-plugin-auth-cf v0.8.0
go: downloading github.com/jcmturner/gokrb5/v8 v8.0.0
go: downloading github.com/hashicorp/vault-plugin-secrets-gcpkms v0.8.0
go: downloading github.com/hashicorp/vault-plugin-auth-jwt v0.9.2
go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
go: downloading github.com/hashicorp/vault-plugin-secrets-ad v0.9.0
go: downloading github.com/hashicorp/vault-plugin-auth-alicloud v0.8.0
go: downloading github.com/hashicorp/vault-plugin-database-snowflake v0.1.1
go: downloading github.com/influxdata/influxdb v0.0.0-20190411212539-d24b7ba8c4c4
go: downloading github.com/hashicorp/vault-plugin-secrets-azure v0.9.0
go: downloading github.com/hashicorp/vault-plugin-secrets-openldap v0.4.0
go: downloading github.com/hashicorp/vault-plugin-secrets-gcp v0.9.0
go: downloading github.com/docker/docker v17.12.0-ce-rc1.0.20200309214505-aa6a9891b09c+incompatible
go: downloading github.com/hashicorp/vault-plugin-auth-oci v0.7.0
go: downloading github.com/hashicorp/serf v0.9.5
go: downloading gopkg.in/jcmturner/goidentity.v3 v3.0.0
go: downloading github.com/go-ldap/ldif v0.0.0-20200320164324-fd88d9b715b3
go: downloading github.com/snowflakedb/gosnowflake v1.3.11
go: downloading github.com/hashicorp/vault-plugin-mock v0.16.1
go: downloading github.com/hashicorp/vault-plugin-database-couchbase v0.3.0
go: downloading github.com/hashicorp/go-gcp-common v0.6.0
go: downloading github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
go: downloading github.com/gammazero/workerpool v0.0.0-20190406235159-88d534f22b56
go: downloading github.com/chrismalek/oktasdk-go v0.0.0-20181212195951-3430665dfaa0
go: downloading github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.3.0
go: downloading github.com/okta/okta-sdk-golang v1.1.0
go: downloading github.com/apache/arrow/go/arrow v0.0.0-20200601151325-b2287a20f230
go: downloading github.com/hashicorp/vault-plugin-database-elasticsearch v0.7.0
go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
go: downloading github.com/pquerna/otp v1.2.1-0.20191009055518-468c2dd2b58d
go: downloading github.com/hashicorp/nomad/api v0.0.0-20191220223628-edc62acd919d
go: downloading github.com/okta/okta-sdk-golang/v2 v2.0.0
go: downloading github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74
go: downloading github.com/hashicorp/cap v0.0.0-20210204173447-5fcddadbf7c7
go: downloading github.com/klauspost/compress v1.9.5
go: downloading github.com/Azure/go-autorest/autorest/mocks v0.4.1
go: downloading github.com/hashicorp/vault-plugin-auth-gcp v0.9.0
go: downloading github.com/hashicorp/vault-plugin-auth-centrify v0.8.0
go: downloading go.mongodb.org/atlas v0.7.1
go: downloading github.com/Sectorbob/mlab-ns2 v0.0.0-20171030222938-d3aa0c295a8a
go: downloading github.com/centrify/cloud-golang-sdk v0.0.0-20190214225812-119110094d0f
go: downloading github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
go: downloading go.uber.org/goleak v1.1.10
go: downloading github.com/hashicorp/vault-plugin-database-mongodbatlas v0.3.0
go: downloading github.com/hashicorp/consul/sdk v0.4.1-0.20200910203702-bb2b5dd871ca
go: downloading github.com/gocql/gocql v0.0.0-20200624222514-34081eda590e
go: downloading github.com/snowflakedb/glog v0.0.0-20180824191149-f5055e6f21ce
go: downloading github.com/kelseyhightower/envconfig v1.4.0
go: downloading github.com/cloudfoundry-community/go-cfclient v0.0.0-20190201205600-f136f9222381
go: downloading github.com/hashicorp/memberlist v0.2.2
go: downloading code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f
go: downloading github.com/jeffchao/backoff v0.0.0-20140404060208-9d7fd7aa17f2
go: downloading github.com/Masterminds/semver v1.4.2
go: downloading github.com/hashicorp/go-tfe v0.12.0
go: downloading github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac
go: downloading github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
go: downloading github.com/hashicorp/go-slug v0.4.1
go: downloading github.com/go-yaml/yaml v2.1.0+incompatible
go: downloading github.com/hashicorp/vault-plugin-auth-kubernetes v0.9.0
go: downloading golang.org/x/tools v0.0.0-20200521155704-91d71f6c2f04
go: downloading github.com/briankassouf/jose v0.9.2-0.20180619214549-d2569464773f
go: downloading github.com/hashicorp/vault-plugin-secrets-alicloud v0.8.0
go: downloading github.com/couchbase/gocb/v2 v2.1.4
go: downloading github.com/svanharmelen/jsonapi v0.0.0-20180618144545-0c0828c3f16d
go: downloading github.com/google/flatbuffers v1.11.0
go: downloading github.com/SAP/go-hdb v0.14.1
go: downloading github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11
go: downloading github.com/gammazero/deque v0.0.0-20190130191400-2afb3858e9c7
go: downloading github.com/Microsoft/go-winio v0.4.16-0.20201130162521-d1ffc52c7331
go: downloading github.com/xdg/stringprep v1.0.0
go: downloading github.com/couchbase/gocbcore/v9 v9.0.4
go: downloading github.com/mitchellh/pointerstructure v1.0.0
go: downloading github.com/jarcoal/httpmock v1.0.5
go: downloading github.com/openlyinc/pointy v1.1.2
go: downloading github.com/onsi/ginkgo v1.11.0
go: downloading github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2
go: downloading github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
go: downloading github.com/dnaeon/go-vcr v1.0.1
-> unzip /tmp/renovate-cache/others/go/pkg/mod/cache/download/github.com/influxdata/influxdb/@v/v0.0.0-20190411212539-d24b7ba8c4c4.zip: write /tmp/renovate-cache/others/go/pkg/mod/github.com/influxdata/[email protected]/tsdb/index/tsi1/testdata/uvarint/_series/05/0000: no space left on device
go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
go: downloading github.com/bitly/go-hostpool v0.1.0
go: downloading github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
go: downloading github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
go: downloading github.com/Microsoft/hcsshim v0.8.14
go: downloading gotest.tools/v3 v3.0.2
go: downloading github.com/michaelklishin/rabbit-hole v0.0.0-20191008194146-93d9988f0cd5
go: downloading github.com/creack/pty v1.1.9
go: downloading golang.org/x/mod v0.2.0
-> unzip /tmp/renovate-cache/others/go/pkg/mod/cache/download/github.com/jcmturner/gokrb5/v8/@v/v8.0.0.zip: write /tmp/renovate-cache/others/go/pkg/mod/github.com/jcmturner/gokrb5/[email protected]/test/testenv/docker/krb5kdc-latest/krb5-1.16.1.tar.gz: no space left on device
github.com/go-vela/secret-vault/vault imports
	github.com/hashicorp/vault/vault tested by
	github.com/hashicorp/vault/vault.test imports
	github.com/hashicorp/vault/helper/builtinplugins imports
	github.com/hashicorp/vault-plugin-auth-kerberos imports
	github.com/jcmturner/gokrb5/v8/client: unzip /tmp/renovate-cache/others/go/pkg/mod/cache/download/github.com/jcmturner/gokrb5/v8/@v/v8.0.0.zip: write /tmp/renovate-cache/others/go/pkg/mod/github.com/jcmturner/gokrb5/[email protected]/test/testenv/docker/krb5kdc-latest/krb5-1.16.1.tar.gz: no space left on device
github.com/go-vela/secret-vault/vault imports
	github.com/hashicorp/vault/vault tested by
	github.com/hashicorp/vault/vault.test imports
	github.com/hashicorp/vault/helper/builtinplugins imports
	github.com/hashicorp/vault-plugin-auth-kerberos imports
	github.com/jcmturner/gokrb5/v8/config: unzip /tmp/renovate-cache/others/go/pkg/mod/cache/download/github.com/jcmturner/gokrb5/v8/@v/v8.0.0.zip: write /tmp/renovate-cache/others/go/pkg/mod/github.com/jcmturner/gokrb5/[email protected]/test/testenv/docker/krb5kdc-latest/krb5-1.16.1.tar.gz: no space left on device
github.com/go-vela/secret-vault/vault imports
	github.com/hashicorp/vault/vault tested by
	github.com/hashicorp/vault/vault.test imports
	github.com/hashicorp/vault/helper/builtinplugins imports
	github.com/hashicorp/vault-plugin-auth-kerberos imports
	github.com/jcmturner/gokrb5/v8/keytab: unzip /tmp/renovate-cache/others/go/pkg/mod/cache/download/github.com/jcmturner/gokrb5/v8/@v/v8.0.0.zip: write /tmp/renovate-cache/others/go/pkg/mod/github.com/jcmturner/gokrb5/[email protected]/test/testenv/docker/krb5kdc-latest/krb5-1.16.1.tar.gz: no space left on device
github.com/go-vela/secret-vault/vault imports
	github.com/hashicorp/vault/vault tested by
	github.com/hashicorp/vault/vault.test imports
	github.com/hashicorp/vault/helper/builtinplugins imports
	github.com/hashicorp/vault-plugin-auth-kerberos imports
	github.com/jcmturner/gokrb5/v8/service: unzip /tmp/renovate-cache/others/go/pkg/mod/cache/download/github.com/jcmturner/gokrb5/v8/@v/v8.0.0.zip: write /tmp/renovate-cache/others/go/pkg/mod/github.com/jcmturner/gokrb5/[email protected]/test/testenv/docker/krb5kdc-latest/krb5-1.16.1.tar.gz: no space left on device
github.com/go-vela/secret-vault/vault imports
	github.com/hashicorp/vault/vault tested by
	github.com/hashicorp/vault/vault.test imports
	github.com/hashicorp/vault/helper/builtinplugins imports
	github.com/hashicorp/vault-plugin-auth-kerberos imports
	github.com/jcmturner/gokrb5/v8/spnego: unzip /tmp/renovate-cache/others/go/pkg/mod/cache/download/github.com/jcmturner/gokrb5/v8/@v/v8.0.0.zip: write /tmp/renovate-cache/others/go/pkg/mod/github.com/jcmturner/gokrb5/[email protected]/test/testenv/docker/krb5kdc-latest/krb5-1.16.1.tar.gz: no space left on device
github.com/go-vela/secret-vault/vault imports
	github.com/hashicorp/vault/vault tested by
	github.com/hashicorp/vault/vault.test imports
	github.com/hashicorp/vault/helper/builtinplugins imports
	github.com/hashicorp/vault/plugins/database/influxdb imports
	github.com/influxdata/influxdb/client/v2: unzip /tmp/renovate-cache/others/go/pkg/mod/cache/download/github.com/influxdata/influxdb/@v/v0.0.0-20190411212539-d24b7ba8c4c4.zip: write /tmp/renovate-cache/others/go/pkg/mod/github.com/influxdata/[email protected]/tsdb/index/tsi1/testdata/uvarint/_series/05/0000: no space left on device

wass3r
wass3r previously approved these changes Apr 16, 2021
@jbrockopp jbrockopp added the dependencies Indicates a change to dependencies label Apr 16, 2021
Copy link
Contributor

@jbrockopp jbrockopp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jbrockopp jbrockopp merged commit 2cb23d9 into master Apr 16, 2021
@jbrockopp jbrockopp deleted the renovate/github.com-hashicorp-vault-1.x branch April 16, 2021 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Indicates a change to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants