Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit bbc2f0c

Browse files
committed
chore: incremented version to v0.0.3
1 parent 5575609 commit bbc2f0c

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.2
1+
0.0.3

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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)

app/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
replace github.com/nginxinc/nginx-wrapper/lib => ../lib
66

77
require (
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

plugins/example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ go 1.15
55
replace github.com/nginxinc/nginx-wrapper/lib => ../../lib
66

77
require (
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
)

recipes/letsencrypt/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM nginx:1.19.3
22

33
ENV LETS_ENCRYPT_DIR /etc/letsencrypt/live
44
ENV 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

88
COPY opt /opt
99

0 commit comments

Comments
 (0)