Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies & gradle / add usePathStyle option #2

Merged
merged 7 commits into from
Aug 12, 2024

Conversation

nvima
Copy link
Collaborator

@nvima nvima commented Aug 9, 2024

  • Updated Gradle to 8.9
  • Updated Dependencies to latest Version
  • Update Gradle Build Action to v2.4.2 to prevent secret leakage
  • Fixed task property annotations for Gradle 8 compatibility
  • Added usePathStyle option for S3 operations to support S3-compatible storage systems (>2.18.0 aws sdk s3 broke our itests with minio)
  • Updated integration tests to force path-style S3 access
  • Updated README with usePathStyle documentation

Patrick Mirwald added 7 commits August 9, 2024 18:49
- Updated Gradle Build Action to v2.4.2 in GitHub workflows to fix potential secret leakage issue.
- Change @input to @InputFile for RegularFileProperty types
Addresses breaking change in AWS SDK for Java S3 v2.18.0 that
affects S3-compatible storage systems. Introduces usePathStyle
configuration to maintain compatibility with MinIO in integration
tests and support specific S3 scenarios requiring path-style
addressing.
- Enable usePathStyle in all integration test configurations
- Update Minio container to latest release (2024-08-03)
- Upgrade com.netflix.nebula.ospackage plugin to 11.9.1
- added usePathStyle to README
- fixed wrong comment in DebPackage above usePathStyle
@nvima nvima self-assigned this Aug 9, 2024
@nvima nvima requested a review from Ingwersaft August 9, 2024 19:09
Copy link
Member

@Ingwersaft Ingwersaft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Ingwersaft Ingwersaft merged commit e1d0373 into main Aug 12, 2024
1 check passed
@Ingwersaft Ingwersaft deleted the chore/update_dependencies branch August 12, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants