Skip to content

Commit

Permalink
chore(deps): Bump celestiaorg/.github from 0.2.3 to 0.2.8 (#2683)
Browse files Browse the repository at this point in the history
Bumps [celestiaorg/.github](https://github.com/celestiaorg/.github) from
0.2.3 to 0.2.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/celestiaorg/.github/releases">celestiaorg/.github's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.8</h2>
<h2>What's Changed</h2>
<ul>
<li>bug: fix handling of variables in conditions by <a
href="https://github.com/MSevey"><code>@​MSevey</code></a> in <a
href="https://redirect.github.com/celestiaorg/.github/pull/82">celestiaorg/.github#82</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/celestiaorg/.github/compare/v0.2.7...v0.2.8">https://github.com/celestiaorg/.github/compare/v0.2.7...v0.2.8</a></p>
<h2>v0.2.7</h2>
<h2>What's Changed</h2>
<ul>
<li>debug: remove echo statement for large object by <a
href="https://github.com/MSevey"><code>@​MSevey</code></a> in <a
href="https://redirect.github.com/celestiaorg/.github/pull/81">celestiaorg/.github#81</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/celestiaorg/.github/compare/v0.2.6...v0.2.7">https://github.com/celestiaorg/.github/compare/v0.2.6...v0.2.7</a></p>
<h2>v0.2.6</h2>
<h2>What's Changed</h2>
<ul>
<li>bug: fix github.event_name error by <a
href="https://github.com/MSevey"><code>@​MSevey</code></a> in <a
href="https://redirect.github.com/celestiaorg/.github/pull/80">celestiaorg/.github#80</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/celestiaorg/.github/compare/v0.2.5...v0.2.6">https://github.com/celestiaorg/.github/compare/v0.2.5...v0.2.6</a></p>
<h2>Release v0.2.5</h2>
<h2>What's Changed</h2>
<ul>
<li>bug: remove buggy echo statement by <a
href="https://github.com/MSevey"><code>@​MSevey</code></a> in <a
href="https://redirect.github.com/celestiaorg/.github/pull/78">celestiaorg/.github#78</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/celestiaorg/.github/compare/v0.2.4...v0.2.5">https://github.com/celestiaorg/.github/compare/v0.2.4...v0.2.5</a></p>
<h2>Release v0.2.4</h2>
<h3><a
href="https://github.com/celestiaorg/.github/compare/v0.2.3...v0.2.4">0.2.4</a>
(2023-10-11)</h3>
<h2>Overview</h2>
<p>The key bug fix in this release is with the re-useable docker
pipeline. With trying to balance publishing an image quickly from PRs
for testing and having multiple images on merges to main, there were
edge cases of images being overwritten and mislabeled.</p>
<p>The workflow now runs with the following logic:</p>
<ul>
<li>Forks do not push images</li>
<li>There is one step for PRs and one step for merges to main, they do
not run at the same time.</li>
<li>Caches are not used</li>
<li>On PRs, we build one image for testing</li>
<li>On merges to main, we build all images needed</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): bump docker/login-action from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/celestiaorg/.github/pull/73">celestiaorg/.github#73</a></li>
<li>chore(deps): bump docker/metadata-action from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/celestiaorg/.github/pull/72">celestiaorg/.github#72</a></li>
<li>chore(deps): bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/celestiaorg/.github/pull/70">celestiaorg/.github#70</a></li>
<li>chore(deps): bump docker/setup-buildx-action from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/celestiaorg/.github/pull/74">celestiaorg/.github#74</a></li>
<li>chore(deps): bump docker/build-push-action from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/celestiaorg/.github/pull/75">celestiaorg/.github#75</a></li>
<li>.github: clean up logic in docker build workflow to cleanly separate
… by <a href="https://github.com/MSevey"><code>@​MSevey</code></a> in <a
href="https://redirect.github.com/celestiaorg/.github/pull/77">celestiaorg/.github#77</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/celestiaorg/.github/commit/98b806038c2d56f2a377efb321de0d26e5cbbb9a"><code>98b8060</code></a>
bug: fix handling of variables in conditions (<a
href="https://redirect.github.com/celestiaorg/.github/issues/82">#82</a>)</li>
<li><a
href="https://github.com/celestiaorg/.github/commit/a19b2f45854960f8942ece3361a3e72830253f8b"><code>a19b2f4</code></a>
debug: remove echo statement for large object (<a
href="https://redirect.github.com/celestiaorg/.github/issues/81">#81</a>)</li>
<li><a
href="https://github.com/celestiaorg/.github/commit/f6e5547f8e52cbf234db9404ea646fec0d9426eb"><code>f6e5547</code></a>
bug: fix github.event_name error (<a
href="https://redirect.github.com/celestiaorg/.github/issues/80">#80</a>)</li>
<li><a
href="https://github.com/celestiaorg/.github/commit/daf0ee34f32fda21bb67e58f52de7e5c446b23e5"><code>daf0ee3</code></a>
bug: remove buggy echo statement (<a
href="https://redirect.github.com/celestiaorg/.github/issues/78">#78</a>)</li>
<li><a
href="https://github.com/celestiaorg/.github/commit/75f14f3f42ec392270e644129ddf302bc7a429b5"><code>75f14f3</code></a>
.github: clean up logic in docker build workflow to cleanly separate …
(<a
href="https://redirect.github.com/celestiaorg/.github/issues/77">#77</a>)</li>
<li><a
href="https://github.com/celestiaorg/.github/commit/5b5049616160c33f9ba07d788ec60b9ab87d2c97"><code>5b50496</code></a>
chore(deps): bump docker/build-push-action from 4 to 5 (<a
href="https://redirect.github.com/celestiaorg/.github/issues/75">#75</a>)</li>
<li><a
href="https://github.com/celestiaorg/.github/commit/57f351545b943c5d4d85d483c6a84cd00c94c797"><code>57f3515</code></a>
chore(deps): bump docker/setup-buildx-action from 2 to 3 (<a
href="https://redirect.github.com/celestiaorg/.github/issues/74">#74</a>)</li>
<li><a
href="https://github.com/celestiaorg/.github/commit/bf2c577434fee1663b6c175a6e982992819bd463"><code>bf2c577</code></a>
chore(deps): bump actions/checkout from 3 to 4 (<a
href="https://redirect.github.com/celestiaorg/.github/issues/70">#70</a>)</li>
<li><a
href="https://github.com/celestiaorg/.github/commit/7a15028814b470437b1a9ef975765874426907ec"><code>7a15028</code></a>
chore(deps): bump docker/metadata-action from 4 to 5 (<a
href="https://redirect.github.com/celestiaorg/.github/issues/72">#72</a>)</li>
<li><a
href="https://github.com/celestiaorg/.github/commit/588efd72c51fa2de1eaf0d2477de5c8240d80bd0"><code>588efd7</code></a>
chore(deps): bump docker/login-action from 2 to 3 (<a
href="https://redirect.github.com/celestiaorg/.github/issues/73">#73</a>)</li>
<li>See full diff in <a
href="https://github.com/celestiaorg/.github/compare/v0.2.3...v0.2.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=celestiaorg/.github&package-manager=github_actions&previous-version=0.2.3&new-version=0.2.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot 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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CHAMI Rachid <[email protected]>
  • Loading branch information
dependabot[bot] and rach-id authored Oct 18, 2023
1 parent eedb371 commit a815623
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ name: docker-build-publish
on:
push:
branches:
- "**"
- "main"
- "v[0-9].[0-9].x"
- "v[0-9].[0-9][0-9].x"
- "v[0-9].x"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+"
Expand All @@ -17,15 +20,15 @@ jobs:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/[email protected].3 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/[email protected].8 # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile

docker-txsim-build:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/[email protected].3
uses: celestiaorg/.github/.github/workflows/[email protected].8
with:
dockerfile: docker/Dockerfile_txsim
packageName: txsim
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
pr-assignment:
name: PR Auto Assignment
uses: celestiaorg/.github/.github/workflows/[email protected].3 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/[email protected].8 # yamllint disable-line rule:line-length
secrets: inherit
# write access for issues and pull requests is needed because the called
# workflow requires write access to issues and pull requests and the
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:

# hadolint lints the Dockerfile
hadolint:
uses: celestiaorg/.github/.github/workflows/[email protected].3 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/[email protected].8 # yamllint disable-line rule:line-length

yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: celestiaorg/.github/.github/actions/[email protected].3
- uses: celestiaorg/.github/.github/actions/[email protected].8

0 comments on commit a815623

Please sign in to comment.