- Notifications
You must be signed in to change notification settings - Fork521
Comparing changes
Open a pull request
base repository:gomods/athens
Uh oh!
There was an error while loading.Please reload this page.
base:v0.13.3
head repository:gomods/athens
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.14.0
- 9commits
- 846files changed
- 3contributors
Commits on Apr 17, 2024
update-go-pkg(deps): bump github.com/aws/aws-sdk-go (#1942)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.220 to 1.51.21.- [Release notes](https://github.com/aws/aws-sdk-go/releases)- [Commits](aws/aws-sdk-go@v1.44.220...v1.51.21)---updated-dependencies:- dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredApr 17, 2024
Commits on Apr 20, 2024
Add an introduction page as the home page (#1945)
A default homepage is baked into the server that uses the request host address, or in HTTP 2 the authority. This includes ports. It also checks for schema. The values are used to indicate to users how to configure their go envOf course, this won't work on all installations - especially enterprise ones. For that, we've introduced ATHENS_HOME_TEMPLATE_PATH as an environment variable along with HomeTemplatePath in the config. This value defaults to /var/lib/athens/home.html but can be configured to any location that Athens can reliably read from. This is a Go HTML template so it should use Go HTML template formatting and logic.
matt0x6F authoredApr 20, 2024 build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#1946)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.- [Commits](golang/net@v0.22.0...v0.23.0)---updated-dependencies:- dependency-name: golang.org/x/net dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Matt <matt.ouille@protonmail.com>
Commits on Apr 21, 2024
Add logging configuration docs (#1952)
We should do our best to disambiguate CloudRuntime and logging parameters.
matt0x6F authoredApr 21, 2024
Commits on Apr 23, 2024
Hugo is upgraded to a modern version, the reboot of the original theme is used, and links are replaced or removed. The readme is updated to state our utility in the first sentence. References to vGo and other old terminology has been moved to "modules" and more modern terminology.
matt0x6F authoredApr 23, 2024
Commits on Apr 29, 2024
Upgrade to AWS SDK v2 (#1938) (#1950)
Upgrades the AWS SDK to v2. AWS S3 bucket urls will now error if they are not prefixed with a schema (example: https://).
nesangcode authoredApr 29, 2024 update-github-action(deps): bump golangci/golangci-lint-action (#1956)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5.- [Release notes](https://github.com/golangci/golangci-lint-action/releases)- [Commits](golangci/golangci-lint-action@v4...v5)---updated-dependencies:- dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredApr 29, 2024 Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/gr…
…pc/otelgrpc from 0.25.0 to 0.46.0 (#1901)* Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcBumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.25.0 to 0.46.0.- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.25.0...zpages/v0.46.0)---updated-dependencies:- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>* Update packages that depend on otel* Use same version for etcd packages---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Matt Ouille <matt.ouille@protonmail.com>
Commits on Apr 30, 2024
update-go-pkg(deps): bump github.com/unrolled/secure (#1955)
Bumps [github.com/unrolled/secure](https://github.com/unrolled/secure) from 0.0.0-20181221173256-0d6b5bb13069 to 1.14.0.- [Release notes](https://github.com/unrolled/secure/releases)- [Commits](https://github.com/unrolled/secure/commits/v1.14.0)---updated-dependencies:- dependency-name: github.com/unrolled/secure dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredApr 30, 2024
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.13.3...v0.14.0
Uh oh!
There was an error while loading.Please reload this page.