Jonathan King
Jonathan King
- Remove anchor tags from response description
- Lower trace_level from 2 to 1 when USERS_DEBUG=1 to prevent logging of user information
- Currently, the /api/v1/user endpoint will check if the user is an admin for every org - This only needs to happen once per call to the endpoint
- The old validation code is no longer used and can be removed from Quay
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.24.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.24.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ...
- Allow user to set overrides for replicas to null in order to completely remove default value - This prevents conflicts with HPA in the event that a user wants...
- Allow user to set overrides for replicas to null in order to completely remove default value - This prevents conflicts with HPA in the event that a user wants...
- The current upstream image for Postgres is using MD5 which is blocked on FIPS - This switches the default password auth to SHA-256 - Migration path for upstream fips...
- Swap Postgres and Clair Postgres Deployments to StatefulSets ## Summary by Sourcery Convert Postgres deployments for Quay and Clair from Deployments to StatefulSets to improve database management and persistence...