Skip to content

Commit b68156c

Browse files
committed
Cachet v2.3.13 release
1 parent f8fc791 commit b68156c

File tree

2 files changed

+68
-3
lines changed

2 files changed

+68
-3
lines changed

CHANGELOG.md

+67-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,70 @@
11
# Change Log
22

3+
## [v2.3.13](https://github.com/CachetHQ/Docker/tree/v2.3.13) (2018-01-29)
4+
[Full Changelog](https://github.com/CachetHQ/Docker/compare/v2.3.12...v2.3.13)
5+
6+
**Implemented enhancements:**
7+
8+
- PHP 7 support [\#168](https://github.com/CachetHQ/Docker/issues/168)
9+
- Drop sudo / improve layers [\#260](https://github.com/CachetHQ/Docker/pull/260) ([djdefi](https://github.com/djdefi))
10+
- Make shellcheck happy [\#257](https://github.com/CachetHQ/Docker/pull/257) ([djdefi](https://github.com/djdefi))
11+
- Enable session cookie [\#245](https://github.com/CachetHQ/Docker/pull/245) ([djdefi](https://github.com/djdefi))
12+
- Sends Cachet error logs to stdout, so they are more visible [\#242](https://github.com/CachetHQ/Docker/pull/242) ([djdefi](https://github.com/djdefi))
13+
- Show full APP\_KEY variable in entrypoint output [\#240](https://github.com/CachetHQ/Docker/pull/240) ([djdefi](https://github.com/djdefi))
14+
- Add php7 redis package [\#234](https://github.com/CachetHQ/Docker/pull/234) ([djdefi](https://github.com/djdefi))
15+
- Bump base image to nginx:1.13.2-alpine [\#217](https://github.com/CachetHQ/Docker/pull/217) ([djdefi](https://github.com/djdefi))
16+
17+
**Fixed bugs:**
18+
19+
- Disable nginx caching via environment variable? [\#219](https://github.com/CachetHQ/Docker/issues/219)
20+
- Don't cache components URI [\#220](https://github.com/CachetHQ/Docker/pull/220) ([djdefi](https://github.com/djdefi))
21+
22+
**Closed issues:**
23+
24+
- Pages sending cookies are being cached leading to other users getting logged in [\#272](https://github.com/CachetHQ/Docker/issues/272)
25+
- Documentation on how to integrate Lets Encrypt/Certbot with Docker Image [\#269](https://github.com/CachetHQ/Docker/issues/269)
26+
- Looping during docker-compose up with MySQL [\#265](https://github.com/CachetHQ/Docker/issues/265)
27+
- Change to MySQL from PostgreSQL [\#263](https://github.com/CachetHQ/Docker/issues/263)
28+
- Anyone even tried to test the image? [\#259](https://github.com/CachetHQ/Docker/issues/259)
29+
- Update release helper to release from master [\#254](https://github.com/CachetHQ/Docker/issues/254)
30+
- Cachet 2.3.13 dockerhub image [\#250](https://github.com/CachetHQ/Docker/issues/250)
31+
- Subscribers Text Field Not Showing [\#244](https://github.com/CachetHQ/Docker/issues/244)
32+
- Only getting HTTP 500 on docker image, no logs [\#237](https://github.com/CachetHQ/Docker/issues/237)
33+
- 500 Error [\#236](https://github.com/CachetHQ/Docker/issues/236)
34+
- Update Docker Image in DockerHub [\#235](https://github.com/CachetHQ/Docker/issues/235)
35+
- Running docker-compose with image instead of build shows no page [\#233](https://github.com/CachetHQ/Docker/issues/233)
36+
- Version in "./docker-compose.yml" is unsupported [\#229](https://github.com/CachetHQ/Docker/issues/229)
37+
- Error 500 [\#226](https://github.com/CachetHQ/Docker/issues/226)
38+
- CRIT uncaptured python exception when using invalid mail provider config in Docker container [\#225](https://github.com/CachetHQ/Docker/issues/225)
39+
- Internal Server Error on manually starting docker container for cachet [\#223](https://github.com/CachetHQ/Docker/issues/223)
40+
- php7-redis is missing [\#221](https://github.com/CachetHQ/Docker/issues/221)
41+
- Big error after first start [\#213](https://github.com/CachetHQ/Docker/issues/213)
42+
- php-fpm entered FATAL state, too many start retries too quick [\#209](https://github.com/CachetHQ/Docker/issues/209)
43+
- Docker-Compose Cachet Container Crashes on Start [\#201](https://github.com/CachetHQ/Docker/issues/201)
44+
- Email Not Sending Out, Subscribe Button Missing [\#125](https://github.com/CachetHQ/Docker/issues/125)
45+
46+
**Merged pull requests:**
47+
48+
- Use file sessions driver by default [\#273](https://github.com/CachetHQ/Docker/pull/273) ([djdefi](https://github.com/djdefi))
49+
- Run migration before starting up app [\#268](https://github.com/CachetHQ/Docker/pull/268) ([shuichiro-makigaki](https://github.com/shuichiro-makigaki))
50+
- Fix variable for session domain in .env file [\#266](https://github.com/CachetHQ/Docker/pull/266) ([shuichiro-makigaki](https://github.com/shuichiro-makigaki))
51+
- Create CODEOWNERS [\#256](https://github.com/CachetHQ/Docker/pull/256) ([djdefi](https://github.com/djdefi))
52+
- Update release-helper.sh [\#255](https://github.com/CachetHQ/Docker/pull/255) ([djdefi](https://github.com/djdefi))
53+
- Backport releasehelper [\#253](https://github.com/CachetHQ/Docker/pull/253) ([djdefi](https://github.com/djdefi))
54+
- Backport23 [\#252](https://github.com/CachetHQ/Docker/pull/252) ([djdefi](https://github.com/djdefi))
55+
- Use explicit localhost IP in configs [\#246](https://github.com/CachetHQ/Docker/pull/246) ([djdefi](https://github.com/djdefi))
56+
- Update Tagged Build Version to v2.3.12 [\#243](https://github.com/CachetHQ/Docker/pull/243) ([mightyfree](https://github.com/mightyfree))
57+
- Backports to 2.3 [\#241](https://github.com/CachetHQ/Docker/pull/241) ([djdefi](https://github.com/djdefi))
58+
- Note about logs and debugging [\#239](https://github.com/CachetHQ/Docker/pull/239) ([djdefi](https://github.com/djdefi))
59+
- Note about app key [\#238](https://github.com/CachetHQ/Docker/pull/238) ([djdefi](https://github.com/djdefi))
60+
- Bump base image 1.13.5-alpine [\#231](https://github.com/CachetHQ/Docker/pull/231) ([djdefi](https://github.com/djdefi))
61+
- Fixing clone quick start step [\#230](https://github.com/CachetHQ/Docker/pull/230) ([NickBusey](https://github.com/NickBusey))
62+
- Backports 2.3 [\#228](https://github.com/CachetHQ/Docker/pull/228) ([djdefi](https://github.com/djdefi))
63+
- Updated supervisord.conf [\#224](https://github.com/CachetHQ/Docker/pull/224) ([FalkW](https://github.com/FalkW))
64+
- Force Linux line endings on entrypoint.sh [\#222](https://github.com/CachetHQ/Docker/pull/222) ([misenhower](https://github.com/misenhower))
65+
- All vars used in `sed` commands wrapped in double quotes; [\#218](https://github.com/CachetHQ/Docker/pull/218) ([gcox](https://github.com/gcox))
66+
- Add changelog generation step into release helper script [\#216](https://github.com/CachetHQ/Docker/pull/216) ([djdefi](https://github.com/djdefi))
67+
368
## [v2.3.12](https://github.com/CachetHQ/Docker/tree/v2.3.12) (2017-06-29)
469
[Full Changelog](https://github.com/CachetHQ/Docker/compare/v2.3.11...v2.3.12)
570

@@ -28,7 +93,7 @@
2893
- fixing mysql ignores DB\_PORT envvar at connection [\#205](https://github.com/CachetHQ/Docker/pull/205) ([naorlivne](https://github.com/naorlivne))
2994
- Revert "The right git repo" [\#204](https://github.com/CachetHQ/Docker/pull/204) ([jbrooksuk](https://github.com/jbrooksuk))
3095
- The right git repo [\#203](https://github.com/CachetHQ/Docker/pull/203) ([riemers](https://github.com/riemers))
31-
- Update Nginx 1.12 [\#202](https://github.com/CachetHQ/Docker/pull/202) ([butuh](https://github.com/butuh))
96+
- Update Nginx 1.12 [\#202](https://github.com/CachetHQ/Docker/pull/202) ([MRidwanKurniawan](https://github.com/MRidwanKurniawan))
3297

3398
## [v2.3.11](https://github.com/CachetHQ/Docker/tree/v2.3.11) (2017-04-16)
3499
[Full Changelog](https://github.com/CachetHQ/Docker/compare/v2.3.10...v2.3.11)
@@ -237,7 +302,7 @@
237302

238303
**Merged pull requests:**
239304

240-
- Fix for APP\_KEY not being set in .env file [\#71](https://github.com/CachetHQ/Docker/pull/71) ([Jamie-Owen](https://github.com/Jamie-Owen))
305+
- Fix for APP\_KEY not being set in .env file [\#71](https://github.com/CachetHQ/Docker/pull/71) ([jamie-owen](https://github.com/jamie-owen))
241306
- Fixes the crontab syntax [\#70](https://github.com/CachetHQ/Docker/pull/70) ([jbrooksuk](https://github.com/jbrooksuk))
242307
- Update and simplify release process [\#65](https://github.com/CachetHQ/Docker/pull/65) ([djdefi](https://github.com/djdefi))
243308

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER Alt Three <[email protected]>
55
EXPOSE 8000
66
CMD ["/sbin/entrypoint.sh"]
77
ARG cachet_ver
8-
ENV cachet_ver ${cachet_ver:-master}
8+
ENV cachet_ver ${cachet_ver:-v2.3.13}
99

1010
ENV COMPOSER_VERSION 1.4.1
1111

0 commit comments

Comments
 (0)