Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Releases: dazoakley/bandiera

v4.0.5

28 Jan 08:50
ff226fe
Compare
Choose a tag to compare

What's Changed

This also resolves CVE-2021-43618 due to including updated alpine packages.

Full Changelog: v4.0.4...v4.0.5

v4.0.4

14 Dec 09:35
01e2551
Compare
Choose a tag to compare

What's Changed

This will also cover off CVE-2021-43809 as a newer (fixed) version of bundler is included in the build.

Full Changelog: v4.0.3...v4.0.4

v4.0.3

25 Nov 11:45
10d446b
Compare
Choose a tag to compare

Security update to the base alpine image (resolves CVE-2021-41817).

v4.0.2

18 Nov 10:24
b265e7b
Compare
Choose a tag to compare

Refactor how the Dockerfile is configured. This will allow things to run on kubernetes with strict pod security
policies in place.

  • Install all gems and binaries within /home/bandiera as the root user
  • Run as an unprivileged user (id: 2000, name: bandiera)
  • Remove some warnings when starting up puma

v4.0.1

15 Nov 09:21
944c9cb
Compare
Choose a tag to compare

Security update to resolve CVE-2021-23214 (https://www.postgresql.org/support/security/CVE-2021-23214/).

v4.0.0

03 Nov 17:38
7547ae6
Compare
Choose a tag to compare

Re-implementation of the audit logging feature - this unfortunately is a backwards incompatible change, hence the major version bump. As part of the database migration it will truncate your audit_records table. Audit logging is now permanently on (with no option to remove).

Removed the syslog logging capabilities and now default to logging to STDOUT. This is the norm for containerised applications and running via a container is our recommended deployment option.

Removed the statsd based metrics capabilities and now just provide prometheus metrics (on /metrics). Prometheus seems more prevalent these days...

Removed the dependency on a very outdated gem - macmillan-utils.

Removed the unicorn config. As the container is the recommended deployment option (and this uses puma), this was no longer needed.

v3.5.11

18 Nov 10:57
1af4f69
Compare
Choose a tag to compare

Update target ruby version to 2.7.4 and update (gem) dependencies.

Numerous security updates.

v3.5.10

18 Nov 10:56
Compare
Choose a tag to compare

Update target ruby version to 2.6.6, (test suite still runs on 2.5 also).

v3.5.9

18 Nov 10:56
d55148d
Compare
Choose a tag to compare

Update dependencies including a security patch for rack.

v3.5.8

18 Nov 10:56
d0341c5
Compare
Choose a tag to compare

Bugfix - use the prometheus-client-mmap gem for consistent server metrics when using a multi-process web server.