setup-redis/CHANGELOG.md

76 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2019-12-17 12:44:54 +00:00
# Changelog
2023-12-12 03:54:12 +00:00
## [1.8.0](https://github.com/supercharge/redis-github-action/compare/v1.7.0...v1.8.0) - 2023-12-12
2023-12-12 03:51:05 +00:00
### Added
- add Redis 7 to testing
### Updated
- bump GitHub Actions service `actions/checkout` to version `v4`
### Removed
- remove Redis 4 from testing
### Fixed
- fix position of adding the Docker `--rm` flag to be added before starting the Redis server, because the `--rm` flag would be passed to the Redis server instead of Docker
2023-09-04 02:16:41 +00:00
## [1.7.0](https://github.com/supercharge/redis-github-action/compare/v1.6.0...v1.7.0) - 2023-09-04
2023-08-11 20:34:55 +00:00
### Added
- add `redis-password` for start Redis with Authentication
### Updated
- update versions in README
2023-02-12 22:26:11 +00:00
2023-09-04 02:16:41 +00:00
2023-08-02 21:30:37 +00:00
## [1.6.0](https://github.com/supercharge/redis-github-action/compare/v1.5.0...v1.6.0) - 2023-07-27
2023-07-27 08:42:50 +00:00
### 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
2023-02-12 22:26:11 +00:00
### Added
- use a custom Redis image: useful if you need to run an alternative Redis image like Redis Stack
2023-02-14 07:38:00 +00:00
- uses `redis` as the default Docker image
2023-02-12 22:26:11 +00:00
2019-12-17 12:44:54 +00:00
2023-02-14 07:38:00 +00:00
## [1.4.0](https://github.com/supercharge/redis-github-action/compare/v1.3.0...v1.4.0) - 2021-12-28
2021-12-28 05:56:31 +00:00
### Added
- use a custom name for the Redis container: this is helpful when starting multiple Redis instances
2023-02-14 07:38:00 +00:00
## [1.3.0](https://github.com/supercharge/redis-github-action/compare/v1.2.0...v1.3.0) - 2021-12-27
2021-12-27 05:42:25 +00:00
### Added
- start Redis instance on a custom port
2023-02-14 07:38:00 +00:00
## [1.2.0](https://github.com/supercharge/redis-github-action/compare/v1.1.0...v1.2.0) - 2021-01-08
2021-01-08 10:06:09 +00:00
### Added
- version check before starting the Redis container: fall back to `latest` when no Redis version is defined for the workflow
- run tests on pull requests
### Updated
- refined wording in Readme
2023-02-14 07:38:00 +00:00
## [1.1.0](https://github.com/supercharge/redis-github-action/compare/v1.0.0...v1.1.0) - 2019-12-18
2019-12-18 12:09:51 +00:00
### Updated
- switched from a Node.js workflow to a Docker-based workflow
- reduces noise in the repo by removing the Node.js dependencies and only relying on a shell script
## 1.0.0 - 2019-12-17
2019-12-17 12:44:54 +00:00
### Added
- `1.0.0` release 🚀 🎉