Releases: acidlemon/mirage
Releases · acidlemon/mirage
v0.4.1
v0.4.0
v0.3.1
Update
- #10, #14 Add Custom Parameters (thanks! @Konboi)
- Build with golang 1.5
- Pass SUBDOMAIN environment variable to container
- #13 Websocket Support
BugFix
- #15 Avoid socks fd depletion with recent go-dockerclient (in 0.3.0, thanks! @shogo82148)
Note for 0.2.0 or 0.1.x users
Now config.yml requires below settings. If you divert previous config file, please add this settings.
parameters:
- name: branch
env: GIT_BRANCH
rule: ""
required: true
v0.2.0
v0.1.3
v0.1.2
v0.1.1
Bugfix Release
- Listen.HTTP on config.yml does not work properly
note for v0.1.0 user
config.yml has changed without compatibility. Please change it like below.
v0.1.0:
listen:
HTTP:
- 8080:5000
v0.1.1:
listen:
http:
- listen: 8080
target: 5000
change item name HTTP
=> http
, and sub item has structure now.
v0.1.0: first release
Current Limitation
- data directory and html directory cannot change yet