parent
f14f217353
commit
656b0b5cf9
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,7 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
## [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
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- add `redis-remove-container` option adding the `--rm` flag to the resulting `docker run … --rm` command which starts the Redis container
|
||||||
|
|
||||||
|
### Updated
|
||||||
|
- update versions in README
|
||||||
|
|
||||||
|
|
||||||
|
## [1.5.0](https://github.com/supercharge/redis-github-action/compare/v1.4.0...v1.5.0) - 2023-02-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- use a custom Redis image: useful if you need to run an alternative Redis image like Redis Stack
|
- use a custom Redis image: useful if you need to run an alternative Redis image like Redis Stack
|
||||||
|
|
Loading…
Reference in New Issue