diff --git a/.infra/prod/values.yaml b/.infra/prod/values.yaml index 8647401..ef98aa1 100644 --- a/.infra/prod/values.yaml +++ b/.infra/prod/values.yaml @@ -2,7 +2,7 @@ stack: services: backend: image: - tag: sha-ff103c2 + tag: sha-9ea1587 replicaCount: 1 ingress: rules: diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32b319f..4a34d5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.10" + ".": "0.0.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aac0e0..3788eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.0.11](https://github.com/chanzuckerberg/delta-share/compare/v0.0.10...v0.0.11) (2025-02-11) + + +### Bug Fixes + +* Update runs-on labels in GitHub Actions workflows ([#27](https://github.com/chanzuckerberg/delta-share/issues/27)) ([144539a](https://github.com/chanzuckerberg/delta-share/commit/144539a6aebc2be1c10a3a389fdf15c13cf87c09)) + + +### Misc + +* Cleanup code ([#28](https://github.com/chanzuckerberg/delta-share/issues/28)) ([2b14d71](https://github.com/chanzuckerberg/delta-share/commit/2b14d71bc76741fe0ae01ce3a2ca67bb34059cc1)) +* revert change for private download ([#25](https://github.com/chanzuckerberg/delta-share/issues/25)) ([3234b5a](https://github.com/chanzuckerberg/delta-share/commit/3234b5ae846da3a33117a490fce4e7297861e2ce)) + ## [0.0.10](https://github.com/chanzuckerberg/delta-share/compare/v0.0.9...v0.0.10) (2025-02-06)