What's Changed
- Fix module name regression by @jwilder in #190
- Reducing commands to install by @alekseyolg in #192
- chore: remove refs to deprecated io/ioutil by @testwill in #193
- update golang version 1.21 by @pgvishnuram in #197
- Fix incorrect english sentence in README file by @bartsanchez in #199
- Update dockerfile base image to resolve Go stdlib CVEs by @arevi in #205
- add s390x support for dockerize. by @vamsikrishna-siddu in #200
- Fix alpine install instructions by @jdreesen in #201
- Update deps for CVEs by @jwilder in #206
New Contributors
- @alekseyolg made their first contribution in #192
- @testwill made their first contribution in #193
- @pgvishnuram made their first contribution in #197
- @bartsanchez made their first contribution in #199
- @arevi made their first contribution in #205
- @vamsikrishna-siddu made their first contribution in #200
- @jdreesen made their first contribution in #201
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