Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump ci to 3.00.1 #502

Merged
merged 2 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ dotenvy
dotglob
drep
dreps
dtscalac
earthfile
Easterling
Edgedriver
emurgo
encryptor
Expand Down Expand Up @@ -88,6 +90,8 @@ libflutter
lintfix
localizable
loguru
lovelace
lovelaces
mdlint
metadatum
metadatums
Expand Down Expand Up @@ -115,6 +119,7 @@ pbxproj
Pdart
permissionless
pg_isready
pinenacl
plpgsql
podfile
podhelper
Expand All @@ -133,6 +138,7 @@ Replayability
repr
reqwest
rfwtxt
rgloader
ripgrep
RPATH
rustc
Expand Down Expand Up @@ -176,6 +182,7 @@ Utxos
vite
vitss
vkey
vkeys
vkeywitness
voteplan
voteplans
Expand All @@ -191,11 +198,3 @@ xctest
xctestrun
xcworkspace
yoroi
multiplatform
Multiplatform
Easterling
lovelace
lovelaces
pinenacl
dtscalac
vkeys
4 changes: 2 additions & 2 deletions catalyst-gateway/Earthfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.00.0 AS rust-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mithril_snapshot:v3.00.0 AS mithril-snapshot-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.00.1 AS rust-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mithril_snapshot:v3.00.1 AS mithril-snapshot-ci

#cspell: words rustfmt toolsets USERARCH

Expand Down
2 changes: 1 addition & 1 deletion catalyst-gateway/event-db/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# the database and its associated software.
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.00.0 AS postgresql-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.00.1 AS postgresql-ci

# cspell: words

Expand Down
4 changes: 2 additions & 2 deletions catalyst-gateway/tests/api_tests/Earthfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.00.0 AS python-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.00.1 AS python-ci

# builder :
# builder :
builder:
FROM python-ci+python-base

Expand Down
12 changes: 12 additions & 0 deletions utilities/local-cluster/.vagrant/rgloader/loader.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1

# This file loads the proper rgloader/loader.rb file that comes packaged
# with Vagrant so that encoded files can properly run with Vagrant.

if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]
require File.expand_path(
"rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
else
raise "Encoded files can't be read outside of the Vagrant installer."
end
Loading