This repository was archived by the owner on Aug 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1- 0.0.2
1+ 0.0.3
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.0.3
4+ * refactor: rewrote make build process (39b91f9)
5+ * test: add simple unit test to example plugin (026305f)
6+ * refactor: clarify template logic (0c8813e)
7+ * refactor: move path validation to lib (84fc582)
8+ * refactor: create file permissions constants (285c1fc)
9+
310## v0.0.2
411 * refactor: broke apart sleep between restart logic (9723e29)
512 * feat: add coprocess time_between_restart (48afe11)
Original file line number Diff line number Diff line change 55replace github.com/nginxinc/nginx-wrapper/lib => ../lib
66
77require (
8- github.com/nginxinc/nginx-wrapper/lib v0.0.2
8+ github.com/nginxinc/nginx-wrapper/lib v0.0.3
99
1010 github.com/davecgh/go-spew v1.1.1
1111 github.com/elliotchance/orderedmap v1.3.0
Original file line number Diff line number Diff line change 55replace github.com/nginxinc/nginx-wrapper/lib => ../../lib
66
77require (
8- github.com/nginxinc/nginx-wrapper/lib v0.0.2
8+ github.com/nginxinc/nginx-wrapper/lib v0.0.3
99 github.com/go-eden/slf4go v1.0.7
1010)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM nginx:1.19.3
22
33ENV LETS_ENCRYPT_DIR /etc/letsencrypt/live
44ENV NGINX_CONF_DIR /etc/nginx
5- ENV NGINX_WRAPPER_VERSION v0.0.2
6- ENV NGINX_WRAPPER_CHECKSUM baad2c58df709688fed24c345e05d647c669aa025273f192f445c73869353f79
5+ ENV NGINX_WRAPPER_VERSION v0.0.3
6+ ENV NGINX_WRAPPER_CHECKSUM 02417ed2d8133200121a505bde3e86c6e3fb7b902f9225b07ed68acd082d34cb
77
88COPY opt /opt
99
You can’t perform that action at this time.
0 commit comments