Skip to content

Commit 9e0e14a

Browse files
SotaTek-DuyLeSotaTek-DuyLe
and
SotaTek-DuyLe
authored
fix: update cat-ci version to 3.1.13 (#592)
* fix: update cat-ci version to 3.1.13 * fix: update deny.toml * fix: fix incorrect name --------- Co-authored-by: SotaTek-DuyLe <[email protected]>
1 parent 3211fec commit 9e0e14a

File tree

9 files changed

+18
-13
lines changed

9 files changed

+18
-13
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.1.7 AS mdlint-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.1.7 AS cspell-ci
5-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.1.7 AS postgresql-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.1.13 AS mdlint-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.1.13 AS cspell-ci
5+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.1.13 AS postgresql-ci
66

77
FROM debian:stable-slim
88

catalyst-gateway/Earthfile

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

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.1.7 AS rust-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mithril_snapshot:v3.1.7 AS mithril-snapshot-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.1.13 AS rust-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mithril_snapshot:v3.1.13 AS mithril-snapshot-ci
55

66
#cspell: words rustfmt toolsets USERARCH
77

catalyst-gateway/deny.toml

+7-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ deny = [
3030
{ crate = "openssl-sys", use-instead = "rustls" },
3131
"libssh2-sys",
3232
# { crate = "cmake", use-instead = "cc" },
33-
{ crate = "windows", reason = "bloated and unnecessary", use-instead = "ideally inline bindings, practically, windows-sys" },
33+
# { crate = "windows", reason = "bloated and unnecessary", use-instead = "ideally inline bindings, practically, windows-sys" },
3434
]
3535
skip = [
3636
# { crate = "[email protected]", reason = "https://github.com/seanmonstar/reqwest/pull/2130 should be in the next version" },
@@ -71,7 +71,8 @@ allow = [
7171
"Apache-2.0 WITH LLVM-exception",
7272
"CC0-1.0",
7373
"ISC",
74-
"Unicode-3.0"
74+
"Unicode-3.0",
75+
"MPL-2.0",
7576
]
7677
exceptions = [
7778
#{ allow = ["Zlib"], crate = "tinyvec" },
@@ -89,6 +90,10 @@ crate = "hdf5-src"
8990
expression = "MIT"
9091
license-files = [{ path = "../LICENSE-MIT", hash = 0x001c7e6c }]
9192

93+
[[licenses.clarify]]
94+
crate = "ring"
95+
expression = "MIT"
96+
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
9297
# SPDX considers OpenSSL to encompass both the OpenSSL and SSLeay licenses
9398
# https://spdx.org/licenses/OpenSSL.html
9499
# ISC - Both BoringSSL and ring use this for their new files

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.1.7 AS postgresql-ci
6+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.1.13 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.1.7 AS spectral-ci
2+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/spectral:v3.1.13 AS spectral-ci
33

44
# test-lint-openapi - OpenAPI linting from an artifact
55
# testing whether the OpenAPI generated during build stage follows good practice.

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.1.7 AS python-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.1.13 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.1.12 AS flutter-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.1.13 AS flutter-ci
55

66
# Copy all the necessary files and running bootstrap
77
builder:

catalyst_voices/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.1.12 AS flutter-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.1.13 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.1.7 AS docs-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.1.13 AS docs-ci
44

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

0 commit comments

Comments
 (0)