-
Notifications
You must be signed in to change notification settings - Fork 0
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
ci: bump DavidAnson/markdownlint-cli2-action from 16 to 18 #1
ci: bump DavidAnson/markdownlint-cli2-action from 16 to 18 #1
Conversation
When replacing RUN apt update && apt install ... we were making use of &&, that ensures that the following command will only execute if the previous one succeeds. When using the RUN <<EOF format, we lose this and can have some susprises during the docker build process. It's common for a command inside an RUN heredoc type to have a filing process but that whole instruction pass as a success in the build, and the result will only be noticed on the runtime image. Adding set -e will ensure that if any command fails, the whole instruction will fail.
The dispatcher doesn't use the history foldable because this code was reimplemented in the authority-claimer service.
Bumps [vlaurin/action-ghcr-prune](https://github.com/vlaurin/action-ghcr-prune) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/vlaurin/action-ghcr-prune/releases) - [Commits](vlaurin/action-ghcr-prune@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: vlaurin/action-ghcr-prune dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Modifies HttpService to act as a reverse proxy. Calls to /graphql, /inspect, /rollups, and /metrics endpoints are now received by it and forwarded to graphql-server, inspect-server, host-runner, and dispatcher respectively. The ports used by these services needn't be exposed anymore, making HttpService the single point of access to the node's APIs. This a is a step towards the goal of transforming these services into golang modules.
Update the graphql endpoint to use the proxy
Set a fixed timeout for server-manager to finish executing after a call to Cmd.Wait(). For more information, check cartesi/rollups-node#201
Adds a workaround for a problem in server-manager where the cartesi-machine keeps running after server-manager exits. For more information, check cartesi/rollups-node#201.
Renames environment variables to reflect the changes in rollups contracts v2.0.0, where the word "application" is being used instead of "dapp"
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 16 to 18. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v16...v18) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
The following labels could not be found: |
5b6df9b
to
b3f006f
Compare
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps DavidAnson/markdownlint-cli2-action from 16 to 18.
Release notes
Sourced from DavidAnson/markdownlint-cli2-action's releases.
Commits
eb5ca3a
Update to version 18.0.0.bd47e95
Freshen generated index.js file.ad0fecf
Bump markdownlint-cli2 from 0.14.0 to 0.15.0079995c
Bump eslint-plugin-n from 17.13.0 to 17.13.14163a2f
Bump eslint-plugin-n from 17.12.0 to 17.13.08b67109
Bump eslint from 9.13.0 to 9.14.0f6d787a
Bump@eslint/js
from 9.13.0 to 9.14.0c05e13d
Bump@stylistic/eslint-plugin
from 2.10.0 to 2.10.16d12e16
Bump eslint-plugin-n from 17.11.1 to 17.12.00f558ed
Bump@stylistic/eslint-plugin
from 2.9.0 to 2.10.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)