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

🎉 release: v2.1.1 #99

Merged
merged 1 commit into from
Nov 12, 2024
Merged

🎉 release: v2.1.1 #99

merged 1 commit into from
Nov 12, 2024

Conversation

pallabpain
Copy link
Contributor

Description

This is a release PR.

This commit fixes a specific case when a json/yaml file is uploaded to
the paramserver and is stored by the backend in etcd. The issue existed
till date because the SDK performs a stat to check the size of a file
and determine whether to upload a file as blob or not. However, in cases
where the file size is close to the upper limit i.e. 128 KiB, the API
payload may inflate due to additional metadata and string conversion. In
such cases, while the file size may be under 128KiB, the final data to
be stored in etcd is greater than 128KiB and it throws a `file is too
large` error.

Fixes AB#33921
@pallabpain pallabpain requested review from a team as code owners November 12, 2024 10:37
@pallabpain pallabpain requested review from amitsingh21 and smrutisenapati and removed request for a team November 12, 2024 10:37
@pallabpain pallabpain self-assigned this Nov 12, 2024
@pallabpain pallabpain merged commit 8a715bd into master Nov 12, 2024
4 checks passed
@rr-github-ci-user
Copy link

🎉 This PR is included in version 2.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants