forked from wishabi/global-docker-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
58 lines (38 loc) · 1.47 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## UNRELEASED
[0.7.4] - 2023-05-23
- Fix dynamodb hostname so it can work with kafka-etl.
[0.7.3] - 2023-05-18
- Added dyanmodb-admin when dynamodb is included.
[0.7.2] - 2023-04-17
- Added OpenSearch local image.
[0.7.1] - 2023-02-22
- Added Dynamo local image.
[0.6.7] - 2023-01-20
- Changed the `kafka` image to work with M1 chip Macs
[0.6.1 - 0.6.6] - 2022-07-08
- Fix GitHub Actions deploy process
- Fixes for logs and down actions
- Added KAFKA_ADV_HOST env variable support
[0.6] - 2022-07-07
- Fixed the `down` and `logs` commands to correctly take a service name.
- Added the `config` command.
- Changed the generated config file to be in the current directory instead of `/tmp` so that volumes could be added in the additional config file.
[0.5] - 2021-06-21
- Added secure-file-priv option for MySQL 5.7.
[0.3] - 2021-06-10
- Added mailcatcher service.
# [0.1.1] - 2021-06-09
- Fix for --secure-file-priv option for MySQL 5.6.
# [0.1] - 2021-05-28
- Rewrite in Go.
# [0.0.3] - 2021-05-20
- Added compatibility for Rails 3 (Thor < 0.2)
- Added input file argument for `mysql` command
## [0.0.2] - 2021-05-13
- Added the `ps` and `redis_cli` commands and the `compose_file` option.
## [0.0.1] - 2021-05-12
- Initial release.