Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

chore(deps): update all docker tags #372

Closed
wants to merge 1 commit into from
Closed

chore(deps): update all docker tags #372

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 17, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
confluentinc/cp-kafka patch 6.2.0 -> 6.2.1
confluentinc/cp-zookeeper patch 6.2.0 -> 6.2.1
github.com/PagerDuty/go-pagerduty require minor v1.3.0 -> v1.4.2
github.com/Shopify/sarama require minor v1.26.4 -> v1.30.0
github.com/go-kit/kit require minor v0.10.0 -> v0.12.0
github.com/go-sql-driver/mysql require minor v1.5.0 -> v1.6.0
github.com/jlaffaye/ftp require digest 5d10dd6 -> 5d41901
github.com/mattn/go-sqlite3 require patch v2.0.3+incompatible -> v2.0.6
github.com/moov-io/ach require minor v1.6.4 -> v1.12.2
github.com/moov-io/base require minor v0.18.2 -> v0.25.0
github.com/moov-io/customers require patch v0.5.0-rc4.0.20201022164017-d1d2af63aa85 -> v0.5.2
github.com/ory/dockertest/v3 require minor v3.6.3 -> v3.8.0
github.com/pkg/sftp require minor v1.12.0 -> v1.13.4
github.com/prometheus/client_golang require minor v1.10.0 -> v1.11.0
github.com/spf13/viper require minor v1.7.1 -> v1.9.0
github.com/uber/jaeger-client-go require minor v2.25.0+incompatible -> v2.29.1
github.com/uber/jaeger-lib require minor v2.2.0+incompatible -> v2.4.1
gocloud.dev require minor v0.20.0 -> v0.24.0
gocloud.dev/pubsub/kafkapubsub require minor v0.20.0 -> v0.24.0
golang stage minor 1.16-buster -> 1.17-buster
golang.org/x/crypto require digest 84dcc77 -> 089bfa5
golang.org/x/oauth2 require digest 5d25da1 -> 6b3c2da
golang.org/x/text require patch v0.3.3 -> v0.3.7
moov/fed minor v0.6.0 -> v0.7.1

Release Notes

PagerDuty/go-pagerduty

v1.4.2

Compare Source

Milestone
Full Changelog

Highlights

  • Fix bug that prevented CreateService() from working when SupportHours and ScheduledActions were unset.

Merged pull requests

  • Add omitempty on Service.SupportHours and Service.ScheduledActions #​352 (theckman)

Closed issues

  • Backward incompatability - CreateService - existing setup works in 1.3.0 but not in 1.4.x #​346 (onikroo)

v1.4.1

Compare Source

Milestone
Full Changelog

Highlights

  • Fix bugs that impacted pagination of both tags and business services

Merged pull requests

v1.4.0

Compare Source

Milestone
Full Changelog

Highlights

  • Add support for passing a context.Context to all methods in package (in non-breaking way)
  • Add new APIError type, that allows for richer inspection of errors returned from API.
  • Add support for the V2 Events API, Analytics, and Change Events.
  • Miscellaneous bug fixes, including some that may result in incorrect API request/response handling.

Closed issues

Merged pull requests

Shopify/sarama

v1.30.0

Compare Source

ℹ️ Note: from Sarama 1.30.0 the minimum version of Go toolchain required is 1.16.x


New Features / Improvements

Fixes

New Contributors

Full Changelog: IBM/sarama@v1.29.1...v1.30.0

v1.29.1

Compare Source

New Features / Improvements

Fixes

v1.29.0

Compare Source

New Features / Improvements

Fixes

v1.28.0

Compare Source

Note that with this release we change RoundRobinBalancer strategy to match Java client behavior. See #​1788 for details.

v1.27.2

Compare Source

Improvements

#​1750 - @​krantideep95 Adds missing mock responses for mocking consumer group

Fixes

#​1817 - reverts #​1785 - Add private method to Client interface to prevent implementation

v1.27.1

Compare Source

Improvements

#​1775 - @​d1egoaz - Adds a Producer Interceptor example
#​1781 - @​justin-chen - Refresh brokers given list of seed brokers
#​1784 - @​justin-chen - Add randomize seed broker method
#​1790 - @​d1egoaz - remove example binary
#​1798 - @​bai - Test against Go 1.15
#​1785 - @​justin-chen - Add private method to Client interface to prevent implementation
#​1802 - @​uvw - Support Go 1.13 error unwrapping

Fixes

#​1791 - @​stanislavkozlovski - bump default version to 1.0.0

v1.27.0

Compare Source

Improvements

#​1466 - @​rubenvp8510 - Expose kerberos fast negotiation configuration
#​1695 - @​KJTsanaktsidis - Use docker-compose to run the functional tests
#​1699 - @​wclaeys - Consumer group support for manually comitting offsets
#​1714 - @​bai - Bump Go to version 1.14.3, golangci-lint to 1.27.0
#​1726 - @​d1egoaz - Include zstd on the functional tests
#​1730 - @​d1egoaz - KIP-42 Add producer and consumer interceptors
#​1738 - @​varun06 - fixed variable names that are named same as some std lib package names
#​1741 - @​varun06 - updated zstd dependency to latest v1.10.10
#​1743 - @​varun06 - Fixed declaration dependencies and other lint issues in code base
#​1763 - @​alrs - remove deprecated tls options from test
#​1769 - @​bai - Add support for Kafka 2.6.0

Fixes

#​1697 - @​kvch - Use gofork for encoding/asn1 to fix ASN errors during Kerberos authentication
#​1744 - @​alrs - Fix isBalanced Function Signature

go-kit/kit

v0.12.0

Compare Source

A mostly procedural update to Go kit, including support for the latest version of Go, and updates for dependencies, including a long-awaited update to avoid a CVE in the JWT dependency.

v0.11.0

Compare Source

A new release with several improvements and enhancements. The first one in a long while! Huge thanks to @​sagikazarmark for putting in most of the gruntwork to make it happen! You're a superstar.

The biggest thing: package log has been extracted to a separate repository and module, go-kit/log. This means that if you or your project was importing go-kit/kit just to get package log, you can significantly reduce your go.mod and dep graph by switching to the new module. Note that we have no current plans to alias the existing go-kit/kit/log to the new go-kit/log module and package, nor to deprecate the current package in favor of the new one. They are two distinct packages with no defined relationship to each other. This may change in the future.

Major changes:

Thanks to the 22 contributors who contributed to this release! 🏌️‍♂️

Bug fixes

Enhancements

Documentation, examples, tests

See more details in the 0.11.0 milestone.

go-sql-driver/mysql

v1.6.0

Compare Source

Major Release

See CHANGELOG.md for full details

mattn/go-sqlite3

v2.0.6

Compare Source

v2.0.5

Compare Source

v2.0.4

Compare Source

moov-io/ach

v1.12.2

Compare Source

BUG FIXES

  • batch: check ValidateOpts prior to TraceNumber ascending verification
  • file: pass through ValidateOpts for inner JSON unmarshals

BUILD

  • fix(deps): update module github.com/moov-io/base to v0.24.0

v1.12.1

Compare Source

BUG FIXES

  • batch: check ValidateOpts for bypassing trace number ordering requirement

BUILD

  • fix(deps): update module github.com/mattn/go-isatty to v0.0.14

v1.12.0

Compare Source

ADDITIONS

  • file: during creation check ValidateOpts for allowing empty headers
  • server: include missing FileHeader and missing FileControl query params

IMPROVEMENTS

  • file: allow for missing file header and control

BUG FIXES

  • file: unmarshal with ValidateOpts if set

v1.11.0

Compare Source

ADDITIONS

  • batch: allow unequal ServiceClassCodes to be used
  • server: allow unequalServiceClassCode query param

IMPROVEMENTS

BUILD

  • fix(deps): update golang.org/x/oauth2 commit hash to faf39c7
  • fix(deps): update module github.com/aws/aws-lambda-go to v1.26.0 (#​968)
  • fix(deps): update module github.com/moov-io/base to v0.22.0
  • meta: fixup from gosec linter

v1.10.1

Compare Source

BUG FIXES

  • cmd/achcli/describe: include EffectiveEntryDate on human readable output (#​967)

v1.10.0

Compare Source

ADDITIONS

  • Implementing CustomReturnCode validation (#​966)
  • Keep settlement date when parsing files. (#​960)
  • file,server: add method for parsing JSON with custom validation

IMPROVEMENTS

  • file: update docs on FileFromJSON validation

BUILD

  • build: use debian stable's slim image in webui
  • build(deps): bump addressable from 2.7.0 to 2.8.0 in /docs
  • fix(deps): update github.com/juju/ansiterm commit hash to 9283cdf (#​952)
  • fix(deps): update module github.com/aws/aws-lambda-go to v1.25.0
  • fix(deps): update module github.com/go-kit/kit to v0.11.0
  • fix(deps): update module github.com/moov-io/base to v0.21.1

v1.9.3

Compare Source

BUG FIXES

  • api: fixup openapi spec and generate client in CI

BUILD

  • fix(deps): update module github.com/moov-io/base to v0.20.1 (#​947)

v1.9.2

Compare Source

BUG FIXES

  • ADV: fix entry hash err msg (#​939)
  • CTX: allow batches to be pre-notifications

IMPROVEMENTS

  • docs: clean up api documentation (#​938)

BUILD

  • fix(deps): update module github.com/aws/aws-lambda-go to v1.24.0 (#​935)
  • fix(deps): update module github.com/mattn/go-isatty to v0.0.13 (#​937)
  • fix(deps): update module github.com/prometheus/client_golang to v1.11.0 (#​941)

v1.9.1

Compare Source

ADDITIONS

  • webui: Add human-readable ACH parsing (#​933)

BUILD

  • build(deps): bump nokogiri from 1.11.3 to 1.11.5 in /docs (#​934)

v1.9.0

Compare Source

ADDITIONS

  • reader: add ReadFiles(...) method for consuming a slice of filepaths (#​932)

BUG FIXES

  • set batchID from header on POST to create file (#​926)

IMPROVEMENTS

  • merge: combine entries together when Batch Headers match
  • merge: don't include TraceNumbers that collide in merged files

BUILD

  • build(deps): bump kramdown from 2.3.0 to 2.3.1 in /docs
  • fix(deps): update module github.com/moov-io/base to v0.19.0 (#​929)

v1.8.1

Compare Source

IMPROVEMENTS

  • cmd/achcli: include last error message in -reformat

v1.8.0

Compare Source

BUG FIXES

  • reader: reset the currentBatch when a BatchControl is read to avoid setting EntryDetail records in the wrong batch
  • file: force a 10-digit entry hash in File.Create and File.calculateEntryHash to ensure the file assembled into a valid state

ADDITIONS

  • writer: add BypassValidation option
  • converters: add method to return the least significant digits of a number
  • server: accept customTraceNumbers as a query param to set the corresponding validation option

IMPROVEMENTS

  • file: update documentation for Read, Create, and Validate/ValidateWith to clarify behavior
  • docs: describe validation query params on the HTTP request to create a file
  • docs: remove function parentheses from code comments
  • tests: add a regression test for issue #​915

v1.7.1

Compare Source

There are no changes from v1.7.0. This release fixes issues during the release process.

v1.7.0

Compare Source

ADDITIONS

  • webui: add button to support JSON to ACH conversions
  • achcli: add describe package to allow human-readable printing to be reused in other tools
  • batch: add validation option, bypassCompanyIdentificationMatch, to allow batches in which the CompanyIdentification field in the batch header and control do not match

v1.6.5

Compare Source

IMPROVEMENTS

  • merge: optimize performance of lineCount(..) and reduce errors returned
moov-io/base

v0.25.0

Compare Source

ADDITIONS

  • database: add TLS support to MySQL

v0.24.0

Compare Source

ADDITIONS

  • database: add TLS support to MySQL

v0.23.0

Compare Source

IMPROVEMENTS

  • log: added more valuer types (uint32, uint64, float32)

v0.22.0

Compare Source

IMPROVEMENTS

  • log: added debug log level

v0.21.1

Compare Source

BUG FIXES

  • time: fix AddBankingDay calculation around weekend holidays

v0.21.0

Compare Source

IMPROVEMENTS

  • database: support disabling cgo by removing sqlite support
  • Set meaningful names for databases used in tests (#​172)

BUILD

  • fix(deps): update module github.com/go-kit/kit to v0.11.0
  • fix(deps): update module github.com/google/uuid to v1.3.0
  • fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.8
  • fix(deps): update module github.com/spf13/viper to v1.8.1

v0.20.1

Compare Source

v0.20.0

Compare Source

ADDITIONS

  • database: mask mysql password in JSON marshaling

BUILD

  • fix(deps): update module github.com/prometheus/client_golang to v1.11.0
  • fix(deps): update module github.com/ory/dockertest/v3 to v3.7.0
  • build: update gotilla/websocket and spf13/viper

v0.19.0

Compare Source

ADDITIONS

  • Add database Transaction functions

v0.18.3

Compare Source

IMPROVEMENTS

  • config: include which file is missing

BUILD

  • fix(deps): update module github.com/go-sql-driver/mysql to v1.6.0
  • fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.7
  • fix(deps): update module github.com/ory/dockertest/v3 to v3.6.5
moov-io/customers

v0.5.2

Compare Source

IMPROVEMENTS

v0.5.1

Compare Source

BUG FIXES

  • customers: fix validateAddresses for multiple addresses
  • all: fixup from linter upgrades
  • api: remove more duplicate properties
  • api: remove duplicate OpenAPI property
ory/dockertest

v3.8.0

Compare Source

v3.7.0

Compare Source

v3.6.5

Compare Source

v3.6.4

Compare Source

pkg/sftp

v1.13.4

Compare Source

This release changes no actual non-test code. However, testing on 32-bit architectures was broken, and blocking a major linux distro’s progress as a result of overflows of untyped consts into implicit ints mostly when printing test failures.

v1.13.3

Compare Source

[GH-467] BUGFIX: Statfs was not populating its respond ID, leading to clients receiving unexpected 0 request ids.
[GH-455] Cleanup Request mutex usage
[GH-456] Regrouping code, linting, and better longname LS formatting
[GH-459] Add testing for go1.17, remove testing for go1.15

v1.13.2

Compare Source

[GH-441] Use go errors instead of github.com/pkg/errors
[GH-443] Sequentially issue read requests in ReadAt
[GH-445] The server implementation can now handle Windows paths
[GH-452] Fix long output for directory listing response

v1.13.1

Compare Source

New features and bugfixes.

Request Server:

  • [GH-437] Add support for a start directory

Client:

  • [GH-439] Export a ReadFromWithConcurrency function that permits ensuring concurrency usage
  • [GH-430] Add the internal SSH filexfer module
  • [GH-435] Fix math overflows on 32-bit architectures
  • [GH-436] Sequentially issue read requests, fixes several data loss issues
  • add fuzzer support and fix some potential crashes
  • other minor improvements and bugfixes

v1.13.0

Compare Source

New features and bugfixes.

Request Server:

  • [GH-377] Add OpenFileWriter interface to allow a file to be opened for both reading and writing.
  • [GH-379] Add Lstat support.
  • [GH-392] Return io.EOF only if there is no error.
  • [GH-393] Fix handle leaks in error cases.
  • [GH-406] Add StatVFS support.
  • Add PosixRename support.

Client:

  • [GH-385] Add Client.Extensiosn method to list supported server extensions.
  • [GH-386] Add support for fsync@openssh.com.
  • [GH-397] Refactoring and performance improvements, implement WriterAt interface. Concurrent writes are not longer enabled by default for safety reasons. You can use the option UseConcurrentWrites if it's needed for your use case.
  • [GH-401] Use os.ErrPermission to map sshFxPermissionDenied.
  • [GH-408] Add an option to disable concurrent reads. This fix support for read once servers.
  • [GH-410] Expose RealPath method.

Misc:

  • [GH-380] Fix build on Plan 9.
  • [GH-382] Server: use os.IsNotExist to map sshFxNoSuchFile.
  • [GH-384] Refactor memFile.
  • [GH-387] Tests: clean up temporary files.
  • [GH-389] Fix crash with zero bytes packets.
  • [GH-402] CI: switch from Travis to GitHub Actions.
  • CI: tests against Go versions { 1.15, 1.16 }, instead of { 1.14, 1.15 }
prometheus/client_golang

[v1.11.0](https://togithub.com/pr


Configuration

📅 Schedule: "on monday" (UTC).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 088efc8 to 1a80eb4 Compare February 21, 2020 23:57
@renovate renovate bot changed the title chore(deps): update all Update all Feb 29, 2020
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ce74cb3 to 9cb8f46 Compare March 3, 2020 18:29
@renovate renovate bot changed the title Update all chore(deps): update all Mar 3, 2020
@renovate renovate bot changed the title chore(deps): update all Update all Mar 3, 2020
@renovate renovate bot changed the title Update all chore(deps): update all Mar 4, 2020
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 9422bf2 to 77c861f Compare March 11, 2020 22:03
@renovate renovate bot changed the title chore(deps): update all Update all Mar 13, 2020
@renovate renovate bot changed the title Update all chore(deps): update all Mar 13, 2020
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 5bc869b to 00af168 Compare March 17, 2020 14:53
@renovate renovate bot changed the title chore(deps): update all Update all Mar 19, 2020
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 7d9707b to 42162ae Compare March 23, 2020 17:01
@renovate renovate bot changed the title Update all chore(deps): update all Mar 23, 2020
@renovate renovate bot changed the title chore(deps): update all Update all Mar 24, 2020
@renovate renovate bot changed the title Update all chore(deps): update all Mar 25, 2020
@renovate renovate bot force-pushed the renovate/all branch 13 times, most recently from 7b3e0c5 to 5612948 Compare September 5, 2021 19:57
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2214f1f to 196aa62 Compare September 15, 2021 22:11
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from b20282d to f17a30c Compare September 23, 2021 20:50
@renovate renovate bot changed the title fix(deps): update all chore(deps): update all docker tags Sep 23, 2021
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from f378563 to 8f7d51d Compare October 1, 2021 09:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants