We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14f217 commit 656b0b5Copy full SHA for 656b0b5
1 file changed
CHANGELOG.md
@@ -1,7 +1,16 @@
1
# Changelog
2
3
4
-## [1.5.0](https://github.com/supercharge/redis-github-action/compare/v1i.4.0...v1.5.0) - 2023-02-14
+## [1.66.0](https://github.com/supercharge/redis-github-action/compare/v1.5.0...v1.66.0) - 2023-07-27
5
+
6
+### Added
7
+- add `redis-remove-container` option adding the `--rm` flag to the resulting `docker run … --rm` command which starts the Redis container
8
9
+### Updated
10
+- update versions in README
11
12
13
+## [1.5.0](https://github.com/supercharge/redis-github-action/compare/v1.4.0...v1.5.0) - 2023-02-14
14
15
### Added
16
- use a custom Redis image: useful if you need to run an alternative Redis image like Redis Stack
0 commit comments