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

Commit

Permalink
chore: incremented version to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dekobon committed Oct 27, 2020
1 parent 5575609 commit bbc2f0c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.0.3
* refactor: rewrote make build process (39b91f9)
* test: add simple unit test to example plugin (026305f)
* refactor: clarify template logic (0c8813e)
* refactor: move path validation to lib (84fc582)
* refactor: create file permissions constants (285c1fc)

## v0.0.2
* refactor: broke apart sleep between restart logic (9723e29)
* feat: add coprocess time_between_restart (48afe11)
Expand Down
2 changes: 1 addition & 1 deletion app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
replace github.com/nginxinc/nginx-wrapper/lib => ../lib

require (
github.com/nginxinc/nginx-wrapper/lib v0.0.2
github.com/nginxinc/nginx-wrapper/lib v0.0.3

github.com/davecgh/go-spew v1.1.1
github.com/elliotchance/orderedmap v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.15
replace github.com/nginxinc/nginx-wrapper/lib => ../../lib

require (
github.com/nginxinc/nginx-wrapper/lib v0.0.2
github.com/nginxinc/nginx-wrapper/lib v0.0.3
github.com/go-eden/slf4go v1.0.7
)
4 changes: 2 additions & 2 deletions recipes/letsencrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM nginx:1.19.3

ENV LETS_ENCRYPT_DIR /etc/letsencrypt/live
ENV NGINX_CONF_DIR /etc/nginx
ENV NGINX_WRAPPER_VERSION v0.0.2
ENV NGINX_WRAPPER_CHECKSUM baad2c58df709688fed24c345e05d647c669aa025273f192f445c73869353f79
ENV NGINX_WRAPPER_VERSION v0.0.3
ENV NGINX_WRAPPER_CHECKSUM 02417ed2d8133200121a505bde3e86c6e3fb7b902f9225b07ed68acd082d34cb

COPY opt /opt

Expand Down

0 comments on commit bbc2f0c

Please sign in to comment.