Skip to content

Commit

Permalink
Merge branch 'release/1.12.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Nov 26, 2022
2 parents 3e26c0b + c40dbb0 commit 0417ef3
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 181 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [1.12.8] - 2022-11-26
### Changed
* Update dependencies
* (Docker) Use node 16.18.1 as base docker image

## [1.12.7] - 2022-09-04
### Changed
* Update dependencies
* (Docker) Use node 16.17.0 as base docker image
* Allow Web browser to detect X-Piping feature in preflight request

## [1.12.6] - 2022-08-10
### Changed
* Update dependencies
* (Docker) Use node 16.16.0 as base docker image

### Fixed
* Change the way of setting secure context to avoid an error "curl: (35) error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure" on client side in some environment
Expand Down Expand Up @@ -454,7 +461,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
* Docker automated build on Docker Hub
* Support HTTPS

[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.7...HEAD
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.8...HEAD
[1.12.8]: https://github.com/nwtgck/piping-server/compare/v1.12.7...v1.12.8
[1.12.7]: https://github.com/nwtgck/piping-server/compare/v1.12.6...v1.12.7
[1.12.6]: https://github.com/nwtgck/piping-server/compare/v1.12.5...v1.12.6
[1.12.5]: https://github.com/nwtgck/piping-server/compare/v1.12.4...v1.12.5
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.17.0-alpine
FROM node:16.18.1-alpine

LABEL maintainer="Ryo Ota <[email protected]>"

Expand Down
Loading

0 comments on commit 0417ef3

Please sign in to comment.