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(project): bump django-storages to 1.14.4 #11560

Merged
merged 1 commit into from
Oct 17, 2024
Merged

chore(project): bump django-storages to 1.14.4 #11560

merged 1 commit into from
Oct 17, 2024

Conversation

jaredlockhart
Copy link
Collaborator

Becuase

  • We are migrating to the new GCPV2 infrastructure
  • It uses 'GKE Workloads' to manage permissions
  • Displaying screenshots in the UI requires generating 'signed urls'
  • The old versions of django-storages and google-cloud-storages don't support signing urls in GKE Workloads

This commit

  • Bumps to the latest django-storages and google-cloud-storages
  • Hopefully this allows us to generate signed urls with GKE Workloads

fixes #11559

Becuase

* We are migrating to the new GCPV2 infrastructure
* It uses 'GKE Workloads' to manage permissions
* Displaying screenshots in the UI requires generating 'signed urls'
* The old versions of django-storages and google-cloud-storages don't support signing urls in GKE Workloads

This commit

* Bumps to the latest django-storages and google-cloud-storages
* Hopefully this allows us to generate signed urls with GKE Workloads

fixes #11559
@jaredlockhart jaredlockhart added this pull request to the merge queue Oct 17, 2024
Merged via the queue into main with commit 7ad146c Oct 17, 2024
17 checks passed
@jaredlockhart jaredlockhart deleted the 11559 branch October 17, 2024 17:39
mikewilli added a commit that referenced this pull request Oct 18, 2024
github-merge-queue bot pushed a commit that referenced this pull request Oct 18, 2024
Reverts #11560

New version of django-storages introduced behavior that breaks
`exists()` when `allow_overwrite` is True. This is going to be reverted,
but there's no release with the revert yet. See this PR for more info:
jschneier/django-storages#1422

For now we can revert the library updates from yesterday (esp bc they
didn't fix the problem we were trying to fix at the time), and when
django-storages gets an update we can try again.
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.

Bump to django-storages 1.14.4
2 participants