Skip to content

Commit 0ab26f0

Browse files
authored
Release v1.2.0 (#61)
Signed-off-by: Steve Hipwell <[email protected]>
1 parent d4f5e06 commit 0ab26f0

File tree

6 files changed

+22
-2
lines changed

6 files changed

+22
-2
lines changed

.github/workflows/commit.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
with:
7070
file: ./${{ matrix.os }}.dockerfile
7171
context: .
72+
provenance: false
73+
sbom: false
7274
platforms: linux/amd64
7375
cache-from: type=gha
7476
cache-to: type=gha,mode=max
@@ -128,6 +130,8 @@ jobs:
128130
with:
129131
file: ./${{ matrix.os }}.dockerfile
130132
context: .
133+
provenance: false
134+
sbom: false
131135
platforms: linux/amd64,linux/arm64
132136
cache-from: type=gha
133137
cache-to: type=gha,mode=max

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
with:
5959
file: ./${{ matrix.os }}.dockerfile
6060
context: .
61+
provenance: false
62+
sbom: false
6163
platforms: linux/amd64
6264
cache-from: type=gha
6365
cache-to: type=gha,mode=max

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
with:
7474
file: ./${{ matrix.os }}.dockerfile
7575
context: .
76+
provenance: false
77+
sbom: false
7678
platforms: linux/amd64
7779
cache-from: type=gha
7880
cache-to: type=gha,mode=max
@@ -132,6 +134,8 @@ jobs:
132134
with:
133135
file: ./${{ matrix.os }}.dockerfile
134136
context: .
137+
provenance: false
138+
sbom: false
135139
platforms: linux/amd64,linux/arm64
136140
cache-from: type=gha
137141
cache-to: type=gha,mode=max

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Deprecated
1818
- Removed -->
1919

20+
## [v1.2.0] - 2023-02-06
21+
22+
### All Changes
23+
24+
- Updated [Alpine](https://www.alpinelinux.org/) base image from `v3.17.0` to `v3.17.1` (still Ruby `v3.1.3`).
25+
- Updated Debian Ruby base image from `v3.1.3-slim-bullseye` to `v3.2.0-slim-bullseye`.
26+
- Updated [libxml-ruby](https://github.com/xml4r/libxml-ruby) Gem from `v3.2.4` to `v4.0.0`.
27+
- Updated [async-http](https://github.com/socketry/async-http) Gem from `v0.59.3` to `v0.60.1`.
28+
- Updated [oj](https://github.com/ohler55/oj) from `v3.13.23` to `v3.14.1`.
29+
2030
## [v1.1.0] - 2022-12-07
2131

2232
### All Changes

alpine.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17.1
1+
FROM alpine:3.17.1@sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
22

33
ENV FLUENTD_DISABLE_BUNDLER_INJECTION="1"
44

debian.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.2.0-slim-bullseye
1+
FROM ruby:3.2.0-slim-bullseye@sha256:f2f2747508c05c6e0b21fc015ef7f0f577e6f644ffc450350d67b85995c23dd5
22

33
ENV FLUENTD_DISABLE_BUNDLER_INJECTION="1"
44

0 commit comments

Comments
 (0)