chore(deps): update gomods/athens docker tag to v0.14.1 - autoclosed #43

Closed
CSRBot wants to merge 1 commits from renovate/gomods-athens-0.x into master
Collaborator

This PR contains the following updates:

Package Update Change
gomods/athens minor v0.13.1 -> v0.14.1

Release Notes

gomods/athens (gomods/athens)

v0.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gomods/athens/compare/v0.14.0...v0.14.1

v0.14.0

Compare Source

What's Changed

New Contributors

Known issues

  • Athens support for S3 buckets is broken from an upgrade to the AWS Go SDK (#​1961)

Full Changelog: https://github.com/gomods/athens/compare/v0.13.3...v0.14.0

v0.13.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gomods/athens/compare/v0.13.2...v0.13.3

v0.13.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gomods/athens/compare/v0.13.1...v0.13.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gomods/athens](https://github.com/gomods/athens) | minor | `v0.13.1` -> `v0.14.1` | --- ### Release Notes <details> <summary>gomods/athens (gomods/athens)</summary> ### [`v0.14.1`](https://github.com/gomods/athens/releases/tag/v0.14.1) [Compare Source](https://github.com/gomods/athens/compare/v0.14.0...v0.14.1) #### What's Changed - CI dependency updates in https://github.com/gomods/athens/pull/1962 - Fix for AWS default credentials by [@&#8203;yongzhang](https://github.com/yongzhang) in https://github.com/gomods/athens/pull/1963 - Fix for E2E test runs by [@&#8203;joeymhills](https://github.com/joeymhills) in https://github.com/gomods/athens/pull/1966 - Feature gcp/saver: Only return errors.KindAlreadyExists if all three exist by [@&#8203;dwbuiten](https://github.com/dwbuiten) in https://github.com/gomods/athens/pull/1957 - Fix to set correct content type and send only once by [@&#8203;matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1965 #### New Contributors - [@&#8203;yongzhang](https://github.com/yongzhang) made their first contribution in https://github.com/gomods/athens/pull/1963 - [@&#8203;joeymhills](https://github.com/joeymhills) made their first contribution in https://github.com/gomods/athens/pull/1966 - [@&#8203;dwbuiten](https://github.com/dwbuiten) made their first contribution in https://github.com/gomods/athens/pull/1957 **Full Changelog**: https://github.com/gomods/athens/compare/v0.14.0...v0.14.1 ### [`v0.14.0`](https://github.com/gomods/athens/releases/tag/v0.14.0) [Compare Source](https://github.com/gomods/athens/compare/v0.13.3...v0.14.0) #### What's Changed - update-go-pkg(deps): bump github.com/aws/aws-sdk-go from 1.44.220 to 1.51.21 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1942 - Add an introduction page as the home page by [@&#8203;matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1945 - build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1946 - Add logging configuration docs by [@&#8203;matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1952 - Docs overhaul by [@&#8203;matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1954 - Upgrade to AWS SDK v2 ([#&#8203;1938](https://github.com/gomods/athens/issues/1938)) by [@&#8203;nesangcode](https://github.com/nesangcode) in https://github.com/gomods/athens/pull/1950 - update-github-action(deps): bump golangci/golangci-lint-action from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1956 - Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.25.0 to 0.46.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1901 - update-go-pkg(deps): bump github.com/unrolled/secure from 0.0.0-20181221173256-0d6b5bb13069 to 1.14.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1955 #### New Contributors - [@&#8203;nesangcode](https://github.com/nesangcode) made their first contribution in https://github.com/gomods/athens/pull/1950 #### Known issues - Athens support for S3 buckets is broken from an upgrade to the AWS Go SDK ([#&#8203;1961](https://github.com/gomods/athens/issues/1961)) **Full Changelog**: https://github.com/gomods/athens/compare/v0.13.3...v0.14.0 ### [`v0.13.3`](https://github.com/gomods/athens/releases/tag/v0.13.3) [Compare Source](https://github.com/gomods/athens/compare/v0.13.2...v0.13.3) #### What's Changed - Update README.md by [@&#8203;computerscienceiscool](https://github.com/computerscienceiscool) in https://github.com/gomods/athens/pull/1932 - update-go-pkg(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1933 - Upgrade logrus from 1.7.0 => 1.9.3 by [@&#8203;matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1934 - should use errors.AsErr to extract and detect errors.Error by [@&#8203;kkHAIKE](https://github.com/kkHAIKE) in https://github.com/gomods/athens/pull/1936 - correcting the misuse of the context in the copyContextWithCustomTime… by [@&#8203;kkHAIKE](https://github.com/kkHAIKE) in https://github.com/gomods/athens/pull/1941 - remove hardcoded rootPath values by [@&#8203;Jeansen](https://github.com/Jeansen) in https://github.com/gomods/athens/pull/1874 #### New Contributors - [@&#8203;computerscienceiscool](https://github.com/computerscienceiscool) made their first contribution in https://github.com/gomods/athens/pull/1932 - [@&#8203;kkHAIKE](https://github.com/kkHAIKE) made their first contribution in https://github.com/gomods/athens/pull/1936 - [@&#8203;Jeansen](https://github.com/Jeansen) made their first contribution in https://github.com/gomods/athens/pull/1874 **Full Changelog**: https://github.com/gomods/athens/compare/v0.13.2...v0.13.3 ### [`v0.13.2`](https://github.com/gomods/athens/releases/tag/v0.13.2) [Compare Source](https://github.com/gomods/athens/compare/v0.13.1...v0.13.2) #### What's Changed - Send standard logger's output to logrus by [@&#8203;mikesep](https://github.com/mikesep) in https://github.com/gomods/athens/pull/1912 - chore: fix broken links to 'absolutely everybody' blog post by [@&#8203;darrylblake](https://github.com/darrylblake) in https://github.com/gomods/athens/pull/1914 - update-github-action(deps): bump golangci/golangci-lint-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1915 - update-go-pkg(deps): bump github.com/gorilla/mux from 1.6.2 to 1.8.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1917 - update-go-pkg(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1918 - update-go-pkg(deps): bump go.etcd.io/etcd/api/v3 from 3.5.9 to 3.5.12 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1919 - Fix Markdown link in Storage docs by [@&#8203;chriskuehl](https://github.com/chriskuehl) in https://github.com/gomods/athens/pull/1922 - Use quotes for args by [@&#8203;matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1925 - Add log formatting settings by [@&#8203;matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1926 - upgrade mongodb driver by [@&#8203;xytan0056](https://github.com/xytan0056) in https://github.com/gomods/athens/pull/1928 - update-go-pkg(deps): bump github.com/lib/pq from 1.10.7 to 1.10.9 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1923 - Rework logging defaults by [@&#8203;matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1927 #### New Contributors - [@&#8203;darrylblake](https://github.com/darrylblake) made their first contribution in https://github.com/gomods/athens/pull/1914 - [@&#8203;chriskuehl](https://github.com/chriskuehl) made their first contribution in https://github.com/gomods/athens/pull/1922 - [@&#8203;matt0x6F](https://github.com/matt0x6F) made their first contribution in https://github.com/gomods/athens/pull/1925 **Full Changelog**: https://github.com/gomods/athens/compare/v0.13.1...v0.13.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuMzI2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
volker.raschek was assigned by CSRBot 2024-03-28 01:16:40 +00:00
CSRBot force-pushed renovate/gomods-athens-0.x from 8c7b84b5fe to 97d8f20b0f 2024-04-11 10:02:24 +00:00 Compare
CSRBot force-pushed renovate/gomods-athens-0.x from 97d8f20b0f to 025bb1a5b3 2024-04-14 22:02:24 +00:00 Compare
CSRBot changed title from chore(deps): update gomods/athens docker tag to v0.13.2 to chore(deps): update gomods/athens docker tag to v0.13.3 2024-04-14 22:02:25 +00:00
CSRBot changed title from chore(deps): update gomods/athens docker tag to v0.13.3 to chore(deps): update gomods/athens docker tag to v0.14.0 2024-05-02 06:53:03 +00:00
CSRBot force-pushed renovate/gomods-athens-0.x from 025bb1a5b3 to 73b1a6010e 2024-05-02 06:53:04 +00:00 Compare
CSRBot force-pushed renovate/gomods-athens-0.x from 73b1a6010e to e7b3666d23 2024-05-07 23:31:09 +00:00 Compare
CSRBot force-pushed renovate/gomods-athens-0.x from e7b3666d23 to 050f28b1dd 2024-05-16 10:11:47 +00:00 Compare
CSRBot force-pushed renovate/gomods-athens-0.x from 050f28b1dd to 5551c51355 2024-05-27 16:01:32 +00:00 Compare
CSRBot force-pushed renovate/gomods-athens-0.x from 5551c51355 to c70050778e 2024-06-03 01:01:37 +00:00 Compare
CSRBot changed title from chore(deps): update gomods/athens docker tag to v0.14.0 to chore(deps): update gomods/athens docker tag to v0.14.1 2024-06-03 01:01:39 +00:00
CSRBot changed title from chore(deps): update gomods/athens docker tag to v0.14.1 to chore(deps): update gomods/athens docker tag to v0.14.1 - autoclosed 2024-07-18 19:01:25 +00:00
CSRBot closed this pull request 2024-07-18 19:01:25 +00:00
All checks were successful
continuous-integration/drone/push Build is passing
Required
Details
continuous-integration/drone/pr Build is passing
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: volker.raschek/athens-proxy-charts#43
No description provided.