Skip to content

Commit 464abc4

Browse files
authored
Merge pull request #563 from unity-sds/develop
release/9.11.1
2 parents e44b2ca + 10587a8 commit 464abc4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/dockerbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/setup-buildx-action@v1
4646
-
4747
name: Cache Docker layers
48-
uses: actions/cache@v2
48+
uses: actions/cache@v4
4949
with:
5050
path: /tmp/.buildx-cache
5151
key: ${{ runner.os }}-buildx-${{ github.sha }}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [9.11.1] - 2025-04-10
9+
### Fixed
10+
- [#561](https://github.com/unity-sds/unity-data-services/pull/561) fix: docker error
11+
812
## [9.11.0] - 2025-04-09
913
### Changed
1014
- [#556](https://github.com/unity-sds/unity-data-services/pull/556) feat: bump uds-lib version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="cumulus_lambda_functions",
15-
version="9.11.0",
15+
version="9.11.1",
1616
packages=find_packages(),
1717
install_requires=install_requires,
1818
package_data={

0 commit comments

Comments
 (0)