Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping github.com/hashicorp/go-cleanhttp eda1e5d...6d9e2ac: > 6d9e2ac Add ForceAttemptHTTP2 true to default transport > d3fcbee Fix tests against newer Go bumping knative.dev/eventing 825202f...a6ac811: > a6ac811 [main] Upgrade to latest dependencies (# 8032) > c5ac18a Update Github actions automatically (# 7942) > e36a2cf Use `knative/actions/setup-go` to be in sync with other projects (# 8044) > 922edf2 Remove unneeded replaces in go.mod (# 8033) > 0f71292 [main] Upgrade to latest dependencies (# 8029) > 9cf272a Event Type API: updated test name to avoid confusion (# 8030) > 6352784 Updating RetryableHttp lib to latest (# 8026) > d4e647d List applying policies in Channel and propagate EventPolicies to underlying channel (# 8014) > 7253b36 Add EventPolicy resource for rekt tests (# 8010) > e21311d [main] Upgrade to latest dependencies (# 8019) > 36c904a Fix test case in `TestCreateExpectedEventDeliveryMap` (# 8023) bumping knative.dev/pkg fc0720b...3f6a546: > 3f6a546 Fix rand source in name (# 3070) > ee1db86 Update linter config and address lint warnings/failures (# 3068) > 26bc7b4 Register AuthenticatableType in schema (# 3069) > 8535fcc gofumpt the repo (# 3067) bumping github.com/hashicorp/go-retryablehttp 37b3e74...1542b31: > 1542b31 v0.7.7 > defb9f4 v0.7.7 > a99f07b Merge pull request # 158 from dany74q/danny/redacted-url-in-logs > 86e852d Merge pull request # 227 from hashicorp/dependabot/github_actions/actions/checkout-4.1.6 > 8a28c57 Merge branch 'main' into danny/redacted-url-in-logs > 490fc06 Merge pull request # 226 from testwill/ioutil > 47fe99e Bump actions/checkout from 4.1.5 to 4.1.6 > b2aee50 Copied Redacted() implementation from go 1.15 > d969eaa Merge pull request # 225 from hashicorp/manicminer-patch-2 > f3e9417 chore: remove refs to deprecated io/ioutil > 65e8765 Apparently Redacted() was added in go 1.15 > 1643719 Merge pull request # 210 from tomclegg/noretry-header-cert > 2ad8ed4 v0.7.6 > 28e8f81 Redacted URL in logs / errors > 4fb315e Merge pull request # 224 from hashicorp/tooling/pr-actions > eb08cce Merge branch 'main' into noretry-header-cert > 4077b29 Changelog for # 210 > ff6d014 Merge pull request # 139 from ash2k/ash2k/cleanups > e6c9acc Merge pull request # 223 from hashicorp/manicminer-patch-1 > f67cc6e deprecations, linting > a1a8ab8 Fix certificate error detection on Go 1.20 and 1.21. > 789d441 Merge pull request # 140 from ash2k/ash2k/new-request > dbd0367 Move logging-related code under the if condition > ca91556 Merge pull request # 216 from mgwoj/main > 6d0f2e8 Changelog updates for # 138, # 197, # 216 > e82c700 GHA workflows for unit tests > a004c57 Don't retry after "invalid request header" error. > 2ca4456 Merge pull request # 141 from ash2k/ash2k/new-req-with-ctx > bced3ed WithContext should return a new Request > 2467a3e Stop timer to free up resources when its no longer needed > 8db2bb6 Merge pull request # 197 from longshine/avoid-read-from-bytes-reader > edadfe1 DXE-3480 Simplify code for PrepareRetry > 834d13d update go version > 4165cf8 Merge pull request # 209 from hashicorp/v0.7.5-changelog > 02c1586 Merge pull request # 131 from hashicorp/add-service-unavailable-to-default-backoff-retry-after > 7732f57 NewRequestWithContext support > 23b650d Use a constant > 22668fb Merge pull request # 155 from mkevac/patch-1 > 4b2663e Merge branch 'main' into avoid-read-from-bytes-reader > c5939ed Update go.mod > 309c58e Merge pull request # 207 from hashicorp/sebasslash/handle-go-away > 6c37e02 v0.7.5 changelog update > 991b9d0 Align ErrorPropagatedRetryPolicy with DefaultRetryPolicy (# 116) > 207df31 add StatusServiceUnavailable to Retry-After check in DefaultBackoff > 7fab210 Merge pull request # 138 from justenwalker/support-retryafter-date > 676f2f0 Change URL from godoc to pkg.go.dev in README.md > 3899851 Avoid read all from bytes.Reader when get request body > acbc97c Merge pull request # 218 from hashicorp/maintainer-codeowner > 8eb50ac DXE-3480 Re-sign request on retry > 571a88b Merge pull request # 198 from hashicorp/changelog/0.7.4 > f95735f Update workflow to use go v1.18 > 6861976 We now need Go 1.13. (# 107) > 3a6bfc5 Merge pull request # 222 from hashicorp/dependabot/github_actions/actions/checkout-4.1.5 > a2dbf01 Merge branch 'main' into support-retryafter-date > 2bcd5fe Merge pull request # 185 from hashicorp/claire/remove-cci-config > 40a3a33 Change of maintainer > 25093ac DXE-3480 Unit test > 1cf45ee Merge pull request # 194 from hashicorp/bugfix/post-empty-body-content-length > 9fa4539 fix changelog for v0.7.4 > 9bb2062 Sets request's GetBody field on wrapper > 838a502 Merge pull request # 221 from hashicorp/dependabot/github_actions/actions/setup-go-5.0.1 > 4c2e07b Bump actions/checkout from 3.5.0 to 4.1.5 > f2396f0 remove regexp for parseRetryAfterHeader > 5322c00 Merge pull request # 184 from hashicorp/convert-hashicorp-go-retryablehttp-to-actions-20230403-212814 > 82ed15f remove CCI config > b2e8d9b DXE-3480 Configurable retry > d11b06c Merge pull request # 195 from hashicorp/start_changelog > 7bf089a Bugfix: fix mishandling of POST requests with no body, causing net/http to send request without a Content-Length > 5e80914 Merge pull request # 219 from hashicorp/dependabot/github_actions/actions/cache-4.0.2 > 0032337 Bump actions/setup-go from 4.0.0 to 5.0.1 > 012f144 tests: add test cases for parseRetryAfterHeader > eadc880 [COMPLIANCE] Add Copyright and License Headers (# 180) > 1165860 PR feedback > c872c98 DXE-3480 Re-sign request on retry > ee107da Start changelog file > 1661d7b Bump actions/cache from 3.2.6 to 4.0.2 > 0ed3cd7 tests: helper to set static time.Now > 8fcd8cd Add more nil Logger tests (# 183) > d77790c last minute clean up > 0dc51cc tests: fix DefaultBackoff case > 7f63866 Merge pull request # 174 from hashicorp/compliance/add-license > 1ceb4de add setup go > e16f958 support HTTPDate in Retry-After header > a53bec1 Run go mod tidy > b94a257 [COMPLIANCE] Update MPL-2.0 LICENSE > ff1a967 remove unknown cmd > 0489443 Update go-cleanhttp to v0.5.2 (# 178) > 3a6ed80 add gotestsum > 493aa4c Merge pull request # 164 from hashicorp/docs > e39c7c4 test > 98169fe Merge pull request # 161 from hashicorp/retry-extra-handling > b0b7363 PR feedback > e20c187 Add CODEOWNERS > 5bd1a6f addressing comments v2 > fb2a4c5 improve docs for response handlers > 7a652ae Add dependabot > 8efde52 fix README toy example > 0c83c6c Add actionslint > 78bf734 addressing comments > 9f67a2a Restrict workflow permissions > c9eb34c accepting README.md suggestion > fe5cccf SHA-pin all 3rd-party actions > 5081362 add new response handler method to README > e8eb669 Add workflow hashicorp/go-retryablehttp/go-retryablehttp > 5e7d7d1 add option to pass retryable response handler > af0a5a3 fixing existing tests Signed-off-by: Knative Automation <[email protected]>
- Loading branch information