Skip to content

Commit d967d27

Browse files
Mr-Leshiydtscalac
andauthored
feat(general): Bump cat-ci to v3.2.23 (#1125)
* bump cat-ci version to v3.2.23 * fix deny.toml --------- Co-authored-by: Dominik Toton <[email protected]>
1 parent d50cd6b commit d967d27

File tree

11 files changed

+17
-18
lines changed

11 files changed

+17
-18
lines changed

Earthfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.2.22 AS mdlint-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.2.22 AS cspell-ci
5-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.2.22 AS postgresql-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.2.23 AS mdlint-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.2.23 AS cspell-ci
5+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.2.23 AS postgresql-ci
66

77
FROM debian:stable-slim
88

catalyst-gateway/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.22 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.23 AS rust-ci
44

55
#cspell: words rustfmt toolsets USERARCH stdcfgs
66

catalyst-gateway/deny.toml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ targets = [
1616

1717
[advisories]
1818
version = 2
19-
ignore = [
20-
{ id = "RUSTSEC-2020-0168", reason = "`mach` is used by wasmtime and we have no control over that." },
21-
{ id = "RUSTSEC-2021-0145", reason = "we don't target windows, and don't use a custom global allocator." },
22-
{ id = "RUSTSEC-2024-0370", reason = "`proc-macro-error` is used by crates we rely on, we can't control what they use."},
23-
]
19+
ignore = []
2420

2521
[bans]
2622
multiple-versions = "warn"
@@ -58,6 +54,9 @@ allow-git = [
5854
"https://github.com/input-output-hk/catalyst-mithril.git",
5955
"https://github.com/bytecodealliance/wasmtime",
6056
"https://github.com/aldanor/hdf5-rust",
57+
"https://github.com/txpipe/vrf",
58+
"https://github.com/txpipe/kes",
59+
"https://github.com/txpipe/curve25519-dalek",
6160
]
6261

6362
[licenses]

catalyst-gateway/event-db/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# the database and its associated software.
44
VERSION 0.8
55

6-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.2.22 AS postgresql-ci
6+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.2.23 AS postgresql-ci
77

88
# cspell: words
99

catalyst-gateway/tests/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION 0.8
2-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/spectral:v3.2.22 AS spectral-ci
2+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/spectral:v3.2.23 AS spectral-ci
33

44
# cspell: words oapi
55
# test-lint-openapi - OpenAPI linting from an artifact

catalyst-gateway/tests/api_tests/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.2.22 AS python-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.2.23 AS python-ci
44

55
builder:
66
FROM python-ci+python-base

catalyst_voices/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION 0.8
22

33
IMPORT ../catalyst-gateway AS catalyst-gateway
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.2.22 AS flutter-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.2.23 AS flutter-ci
55

66
# repo-catalyst-voices - Creates artifacts of all configuration files,
77
# packages and folders related to catalyst_voices frontend.

catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
2-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.2.22 AS flutter-ci
3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/playwright:v3.2.22 AS playwright-ci
2+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.2.23 AS flutter-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/playwright:v3.2.23 AS playwright-ci
44

55
deps:
66
DO playwright-ci+SETUP --workdir=/wallet-automation

catalyst_voices/utilities/uikit_example/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION 0.8
22

33
IMPORT ../../ AS catalyst-voices
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.2.22 AS flutter-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.2.23 AS flutter-ci
55

66
# local-build-web - build web version of UIKit example.
77
# Prefixed by "local" to make sure it's not auto triggered, the target was

docs/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.2.22 AS docs-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.2.23 AS docs-ci
44

55
IMPORT .. AS repo
66
IMPORT ../catalyst-gateway AS catalyst-gateway

utilities/docs-preview/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.2.22 AS docs-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.2.23 AS docs-ci
44

55

66
# update-docs-dev-script: get the latest docs dev script from CI.

0 commit comments

Comments
 (0)