Skip to content

Releases: jwilder/dockerize

v0.8.0

07 Aug 16:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

b9b22a2 Update README.md for v0.8.0
5330d84 Merge pull request #206 from jwilder/jwilder/deps
96cecf2 Update deps for CVEs
9eb5fe8 Merge pull request #201 from jdreesen/patch-1
357ecc9 Merge pull request #200 from vamsikrishna-siddu/add-s390x-support
122df65 Merge pull request #205 from arevi/master
e0e0ecf Update dockerfile base image to resolve Go stdlib CVEs
442eec7 Fix alpine install instructions
bd9f26d add s390x support for dockerize.
5f52f78 Merge pull request #199 from bartsanchez/patch-1
824372a Fix incorrect english sentence in README file
f262f17 Merge pull request #197 from astronomer/update-golang-1-21
8f3785f update golang.org/x/net package 0.15.0 -> 0.17.0
be4de9e update golang version and go modules
fef11c1 update golang version 1.21
f39443c Merge pull request #193 from testwill/ioutil
ce279ea chore: remove refs to deprecated io/ioutil
72405f0 Merge pull request #192 from alekseyolg/patch-1
2fe994d Reducing commands to install
7fc36bd Merge pull request #190 from jwilder/jwilder/gomod
11dc700 Fix module name regression

v0.7.0

26 May 22:30
c489c4f
Compare
Choose a tag to compare

e57aa25 (origin/jwilder/distroless, jwilder/distroless) Update version to v0.7.0
bf66c4b Add IDE file to .gitignore
064a9c5 Switch docker images to distroless/static and go 1.20.4
f55ebe3 Merge pull request #164 from fujiwara/close-connections
f112343 Merge pull request #187 from mindaugasrukas/upgrade
ac50287 go get -u github.com/Masterminds/sprig
cdc1d07 go get -u golang.org/x/net
94c73b1 Merge pull request #155 from kaissi/master
22bc6fe Merge branch 'master' into master
aca12cf Merge pull request #172 from johnbuhay/go-mod-tidy
31d9c8a update go.mod go.sum values
37caf42 Merge pull request #165 from ruudk/file-wait
ac28527 Merge pull request #170 from johnbuhay/add-sprig
52996c5 Merge pull request #169 from johnbuhay/modules
dd64edb fix go.mod go.sum values
450b4fd add sprig functions for better templating
2b5aff8 add darwin/arm64 release
11a7c3e correct Makefile for error: cmd/go: unsupported GOOS/GOARCH pair linux/aarch64
746f3e1 update Makefile for go mod
99430d1 update Dockerfile for go mod and maintenance
6f92b85 replace glock with go mod
c1c97dc Speed up waiting on file
5950f8e Close a TCP connection.
6aa347d Read HTTP response body and close it.
bed4278 Fixed #143 - aarch64 support is not correct in the Makefile
9ce2e80 Merge pull request #148 from jmcvetta/update-docker-image
27e257a Merge pull request #149 from sjaek/master
d440ac9 Add ppc64le binaries builds to dist and release
69315a4 update to latest Golang Docker image
f02849f Merge pull request #123 from powerman/add-license
eee7ee9 Merge pull request #131 from 1Conan/patch-1
7fd5980 Fix mkdir path for aarch64
23eed39 Merge pull request #130 from 1Conan/patch-1
ac579a3 Add aarch64 support
e3c230f Create LICENSE
137d5c8 Merge pull request #113 from sychan/master
aecc6fc Lower the retry count to 30
28ad938 Checking for creation of logfile, without CPU spin, but bail if too many errors

v0.6.1

24 Mar 05:00
Compare
Choose a tag to compare

4c86ed7 Fix 100% cpu util when tailing file
0400d2c Fix #100 allowing to tail named pipes
85a884e add build for i386 architecture

v0.6.0

21 Nov 17:57
Compare
Choose a tag to compare

492e1c8 Add file wait option
b16c4dd Don't trap sigquit so that a stack trace can be forced
14524ea Update hpcloud/tail dep

v0.5.0

13 Jun 05:52
Compare
Choose a tag to compare

c49af6b Add for loop support
041ba57 Use multi-stage build
6a43782 Add OSX build
887fccc Update alpine image version
a19676d Make the image usable as a standalone app
5ec5b8d Add installation for Alpine images
c968f13 Added -force flag on README
6c5a23d Avoid generation if the file exists

v0.4.0

04 Apr 05:32
Compare
Choose a tag to compare

0a48b87 Add -wait-retry-interval
3f7d362 Fix failed http wait not waiting
9c137ec fixed http wait variable scope error
e5e60a8 Fix base image instructions
5ce77d2 Add alpine linux support

v0.3.0

01 Dec 23:22
Compare
Choose a tag to compare
v0.3.0

v0.2.0

25 Jan 06:10
Compare
Choose a tag to compare

d5cf86a Fix panic when tailed file does not exist
f69a7c6 Add support for polling. On overlayfs inotify does not function properly this allows for a workaround.

v0.1.0

25 Jan 05:32
Compare
Choose a tag to compare

0ab5bf8 Allow dockerize to wait for network dependencies before starting wrapped command

v0.0.4

27 Oct 21:53
Compare
Choose a tag to compare

d3f197a Update example Dockerfile to work with signals correctly
fade489 Fix timeout when handling signals
1016085 Add stdout template rendering example to README
401d864 Make command optional
3854f2b Allow to be rendered to stdout
efe541f Improve usage documentation
ef8a494 complete template functions' documentation
e77f845 Fix build version compile warning