Skip to content

Releases: gocardless/draupnir

v5.3.3

19 Jan 18:05
0bd3094
Compare
Choose a tag to compare
Fix `release` CI job (#633)

v5.3.1

25 Jul 10:53
Compare
Choose a tag to compare
Updating goreleaser to 1.10.2

Tested the config locally with that goreleaser version by running:
```sh
goreleaser check
```

Seems to like the current configuration. Making this update as npfm
files was deprecated

[Info on that](https://goreleaser.com/deprecations/?h=nfpms+files#nfpmsfiles)

v5.3.0

22 Jul 08:26
Compare
Choose a tag to compare

2428065 CI-1488: Upgrade draupnir to use pg-14 (#446)

v5.2.2

08 Feb 17:10
fa87408
Compare
Choose a tag to compare

bab48c8 Fix order of operations when destroying instance
8ec4060 Remove another place we log access tokens

v5.2.1

10 Aug 18:18
a0c286b
Compare
Choose a tag to compare

2b55d44 Separate image boot from finalise
82c492b go mod
10b20fc Don't log request tokens
8eaca42 Fix typo in comment

v5.2.0

04 Aug 12:21
c2a5cfd
Compare
Choose a tag to compare

2b55d44 Separate image boot from finalise
82c492b go mod
10b20fc Don't log request tokens
8eaca42 Fix typo in comment

v5.1.0

02 Jul 11:43
c500a42
Compare
Choose a tag to compare

a938a79 Bump github.com/getsentry/raven-go

v5.0.1

01 Apr 12:24
f2bb249
Compare
Choose a tag to compare

f2bb249 Fix wait for PostgreSQL in draupnir-finalise-image (#80)

v5.0.0

11 Feb 21:55
6e3198f
Compare
Choose a tag to compare

23b4a73 Merge pull request #79 from gocardless/benwh/listen-addresses
420064c Revoke existing tokens when re-authing (#57)
19ffdc1 CLI: Change insecure flag behaviour
e14b35c Improve configuration of listen addresses
0b02069 Revoke existing tokens when re-authing

v4.1.0

08 Aug 10:54
e25883c
Compare
Choose a tag to compare

Changelog

e25883c v4.1.0
1cac1cd Add dynamic IP whitelisting with iptables (#75)
96a664f fixup: actually run reconciles on an interval
aeaac9d Add whitelister component
f39f789 Add user IP address middleware
8776629 Log the output of unit tests
144b790 Regenerate structure.sql
fe562fe vendor: Add go-iptables
a3cda06 vendor: Prune unused packages and tests
4d0588f Merge pull request #74 from gocardless/benwh/no-superuser
50eb07e Only allow instance connections from non-superuser
861a87f Don't run draupnir instances as the postgres user (#73)
a290ce9 Add druapnir-instance user to integration tests
49f0bd1 Use draupnir-instance user to stop instances
50dbc8b Own and run instances as draupnir-instance user
ecbacae Give draupnir-instance image snapshot permissions
5611535 Add draupnir-instance user to vagrant
542e33c Remove unnecessary prostgres draupnir user
137617b Merge pull request #72 from gocardless/dyson-restrict-tls-ciphers
3f524c3 Restrict accepted TLS ciphers
cb06471 Add instance cleaning to the README (#69)
c4a21ca Add instance cleaning to the README