mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
2.8 KiB
2.8 KiB
Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v2.0.0
Changed
- Application rewritten in Go
v1.8.0
Added
- Nginx health-check endpoint (
/health/live
) and dockerfileHEALTHCHECK
to utilise (thx @modem7) #22, #23
v1.7.2
Changed
- Nginx updated up to
1.21
(from1.19
)
v1.7.1
Fixed
v1.7.0
Added
- Template
hacker-terminal
[#13] - HTML comments with error code and description into each template (header and footer, it seems more readable for curl usage)
v1.6.0
Added
- Template
noise
#10
Fixed
- File permissions in docker image
v1.5.0
Changed
- Repository files structure
- Nginx updated from
1.18
up to1.19
in docker image - Docker image now uses default
nginx
entrypoint scripts and command
Added
- Support for
linux/arm64/v8
,linux/arm/v6
andlinux/arm/v7
platforms for docker image - Random template selecting (use
random
as a template name) for docker image
v1.4.0
Added
- Template
shuffle
#4
v1.3.1
Fixed
can't create directory '/opt/html/nginx-error-pages'
error #3
v1.3.0
Added
418
status code error page- Set
server_tokens off;
innginx
server configuration
v1.2.0
Fixed
- By default
nginx
in docker container returns 404 http code instead 200 when/
requested
Changed
- Default value for
TEMPLATE_NAME
isghost
now
Removed
- Environment variable
DEFAULT_ERROR_CODE
support in docker image
Added
- Templates
l7-light
andl7-dark
v1.1.0
Added
- Environment variable
DEFAULT_ERROR_CODE
support in docker image
v1.0.1
Changed
- Repository (not docker image) renamed from
error-pages-docker
toerror-pages
configuration.json
renamed toconfig.json
- Makefile contains new targets (
install
,gen
,preview
) - Generator logging messages
Added
docker-compose
for development
Fixed
- Readme file content #1
v1.0.0
Changed
- First project release