Skip to content

v1.0.10

Latest
Compare
Choose a tag to compare
@benmcclelland benmcclelland released this 03 Feb 18:02
· 4 commits to main since this release
1c9da26

Changelog

  • ee31527 Implement IPA IAM backend (#1005)
  • 86fe01e Update iam_vault.go
  • 0a72c65 chore(deps): bump github.com/go-ldap/ldap/v3
  • c29fc6a chore(deps): bump the dev-dependencies group across 1 directory with 21 updates
  • ba561f5 chore(deps): bump the dev-dependencies group with 17 updates
  • ac6e17f chore(deps): bump the dev-dependencies group with 17 updates
  • f471e39 chore(deps): bump the dev-dependencies group with 6 updates
  • 02b907b chore(deps): bump the dev-dependencies group with 7 updates
  • 70b700d chore(deps): bump the dev-dependencies group with 8 updates
  • 66ed32b chore: remove failing unit test to get pipeline running
  • f2c2f18 chore: revert awscli in docker-bats tests back to latest
  • fad1957 chore: tie functional tests to aws cli version linux-x86_64-2.22.35
  • f35cdfb feat: Adds a flag on the test command to run the integration tests in insecure mode: by skiping the tls verification
  • da3c621 feat: Implements streaming unsigned payload reader with trailers
  • 4025172 feat: add optional sidecar files for metadata
  • 04e71c4 feat: nometa option to disable bucket/object metadata
  • 7c5258e fix: Adds a check to ensure that the CompleteMultipartUpload parts are not empty.
  • 847993a fix: Changes GetBucketAcl xml response root element from GetBucketAclOutput to AccessControlPolicy
  • c37a22f fix: Fixes the AccessControlPolicy Grantee Type unmarshalling, Adds request body validation for the PutBucketAcl action
  • c094086 fix: Fixes the response body streaming for GetObject, implementing a chunk streamer
  • 94d23cc fix: Return XAdminMethodNotSupported error for single IAM methods.
  • 2a61489 fix: Uncommentes two WORM protection integration tests that were accidentally commented out.
  • fe584a8 fix: minor code cleanup for ipa iam
  • 4add647 fix: potentially unsafe quoting in ipa iam
  • 748912f fix: prevent panic with malformed chunk encoding