Bump scality/cloudserver from 9.2.34 to 9.3.6 in /env/default#144
Bump scality/cloudserver from 9.2.34 to 9.3.6 in /env/default#144dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #144 +/- ##
=======================================
Coverage 76.46% 76.46%
=======================================
Files 22 22
Lines 1942 1942
=======================================
Hits 1485 1485
Misses 366 366
Partials 91 91
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Bumps scality/cloudserver from 9.2.34 to 9.3.6. --- updated-dependencies: - dependency-name: scality/cloudserver dependency-version: 9.3.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
13bf726 to
e198b0f
Compare
There was a problem hiding this comment.
Dependency Bump Evaluation
Version change: scality/cloudserver 9.2.34 → 9.3.6 (minor bump, Docker image in e2e test environment)
Changes:
- Access logging: TLS info now reads from proxy headers
- New
aclRequiredfield added to server access logs - LastModified date format changed to ISO string in XML responses
- Added missing headers for encrypted object operations
- Bucket rate limiting API methods in logging operations
- Server response header made configurable
Breaking changes: None
Security concerns: None — this is an internal Scality image used only in the e2e test environment; no new attack surface exposed
Impact on codebase: The codebase already fully supports all new fields (aclRequired, tlsVersion) in both the ClickHouse schema (pkg/testutil/clickhouse.go) and log record processing (pkg/logcourier/logrecord.go, logobject.go). E2e tests in acl_required_test.go and tls_fields_test.go actively validate these fields. The LastModified format change is transparent (handled by AWS SDK). No code changes required.
Recommendation: SAFE TO MERGE
Notes: CI checks are still in progress at time of review. Ensure "Build and test" and "End-to-end tests" pass before merging.
— Claude Code
Bumps scality/cloudserver from 9.2.34 to 9.3.6.