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 [@​yongzhang](https://github.com/yongzhang) in https://github.com/gomods/athens/pull/1963
- Fix for E2E test runs by [@​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 [@​dwbuiten](https://github.com/dwbuiten) in https://github.com/gomods/athens/pull/1957
- Fix to set correct content type and send only once by [@​matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1965
#### New Contributors
- [@​yongzhang](https://github.com/yongzhang) made their first contribution in https://github.com/gomods/athens/pull/1963
- [@​joeymhills](https://github.com/joeymhills) made their first contribution in https://github.com/gomods/athens/pull/1966
- [@​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 [@​dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1942
- Add an introduction page as the home page by [@​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 [@​dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1946
- Add logging configuration docs by [@​matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1952
- Docs overhaul by [@​matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1954
- Upgrade to AWS SDK v2 ([#​1938](https://github.com/gomods/athens/issues/1938)) by [@​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 [@​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 [@​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 [@​dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1955
#### New Contributors
- [@​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 ([#​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 [@​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 [@​dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1933
- Upgrade logrus from 1.7.0 => 1.9.3 by [@​matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1934
- should use errors.AsErr to extract and detect errors.Error by [@​kkHAIKE](https://github.com/kkHAIKE) in https://github.com/gomods/athens/pull/1936
- correcting the misuse of the context in the copyContextWithCustomTime… by [@​kkHAIKE](https://github.com/kkHAIKE) in https://github.com/gomods/athens/pull/1941
- remove hardcoded rootPath values by [@​Jeansen](https://github.com/Jeansen) in https://github.com/gomods/athens/pull/1874
#### New Contributors
- [@​computerscienceiscool](https://github.com/computerscienceiscool) made their first contribution in https://github.com/gomods/athens/pull/1932
- [@​kkHAIKE](https://github.com/kkHAIKE) made their first contribution in https://github.com/gomods/athens/pull/1936
- [@​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 [@​mikesep](https://github.com/mikesep) in https://github.com/gomods/athens/pull/1912
- chore: fix broken links to 'absolutely everybody' blog post by [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1919
- Fix Markdown link in Storage docs by [@​chriskuehl](https://github.com/chriskuehl) in https://github.com/gomods/athens/pull/1922
- Use quotes for args by [@​matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1925
- Add log formatting settings by [@​matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1926
- upgrade mongodb driver by [@​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 [@​dependabot](https://github.com/dependabot) in https://github.com/gomods/athens/pull/1923
- Rework logging defaults by [@​matt0x6F](https://github.com/matt0x6F) in https://github.com/gomods/athens/pull/1927
#### New Contributors
- [@​darrylblake](https://github.com/darrylblake) made their first contribution in https://github.com/gomods/athens/pull/1914
- [@​chriskuehl](https://github.com/chriskuehl) made their first contribution in https://github.com/gomods/athens/pull/1922
- [@​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 CSRBot2024-03-28 02:16:40 +01:00
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.32024-04-15 00:02:25 +02: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.02024-05-02 08:53:03 +02:00
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.12024-06-03 03:01:39 +02: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 - autoclosed2024-07-18 21:01:25 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v0.13.1->v0.14.1Release Notes
gomods/athens (gomods/athens)
v0.14.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/gomods/athens/compare/v0.14.0...v0.14.1
v0.14.0Compare Source
What's Changed
New Contributors
Known issues
Full Changelog: https://github.com/gomods/athens/compare/v0.13.3...v0.14.0
v0.13.3Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/gomods/athens/compare/v0.13.2...v0.13.3
v0.13.2Compare 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.
This PR has been generated by Renovate Bot.
8c7b84b5feto97d8f20b0f97d8f20b0fto025bb1a5b3chore(deps): update gomods/athens docker tag to v0.13.2to chore(deps): update gomods/athens docker tag to v0.13.3chore(deps): update gomods/athens docker tag to v0.13.3to chore(deps): update gomods/athens docker tag to v0.14.0025bb1a5b3to73b1a6010e73b1a6010etoe7b3666d23e7b3666d23to050f28b1dd050f28b1ddto5551c513555551c51355toc70050778echore(deps): update gomods/athens docker tag to v0.14.0to chore(deps): update gomods/athens docker tag to v0.14.1chore(deps): update gomods/athens docker tag to v0.14.1to chore(deps): update gomods/athens docker tag to v0.14.1 - autoclosedPull request closed