Skip to content

Commit

Permalink
fix(deps): bump runatlantis/atlantis from v0.28.0 to v0.28.1 (#95)
Browse files Browse the repository at this point in the history
Bumps [runatlantis/atlantis](https://github.com/runatlantis/atlantis)
from v0.28.0 to v0.28.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/runatlantis/atlantis/releases">runatlantis/atlantis's
releases</a>.</em></p>
<blockquote>
<h2>v0.28.1</h2>
<!-- raw HTML omitted -->
<p>Patch release with Docker base image SHA update and E2E test pipeline
fix. Thanks <a
href="https://github.com/oponomarov-tu"><code>@​oponomarov-tu</code></a>
for reporting the issue.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/runatlantis/atlantis/compare/v0.28.0...v0.28.1">https://github.com/runatlantis/atlantis/compare/v0.28.0...v0.28.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/runatlantis/atlantis/commit/a5fdebc5e1ac754978c5d51231252a75ce1be8a2"><code>a5fdebc</code></a>
fix: fix docker base image sha (cherry-pick <a
href="https://redirect.github.com/runatlantis/atlantis/issues/4599">#4599</a>)
(release-0.28) (<a
href="https://redirect.github.com/runatlantis/atlantis/issues/4600">#4600</a>)</li>
<li><a
href="https://github.com/runatlantis/atlantis/commit/7791390d4a4ea9afe0a2ad28be54eb6c29e2dc63"><code>7791390</code></a>
fix: cherry-pick e2e test fixes (<a
href="https://redirect.github.com/runatlantis/atlantis/issues/4592">#4592</a>
<a
href="https://redirect.github.com/runatlantis/atlantis/issues/4594">#4594</a>)
(release-0.28) (<a
href="https://redirect.github.com/runatlantis/atlantis/issues/4601">#4601</a>)</li>
<li>See full diff in <a
href="https://github.com/runatlantis/atlantis/compare/v0.28.0...v0.28.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=runatlantis/atlantis&package-manager=docker&previous-version=v0.28.0&new-version=v0.28.1)](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>
  • Loading branch information
Jeinhaus authored May 24, 2024
2 parents c4182d3 + 33eb3b7 commit c127029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN wget -q "https://github.com/transcend-io/terragrunt-atlantis-config/releases
tar -xzvf terragrunt-atlantis-config_${TERRAGRUNT_ATLANTIS_CONFIG_VERSION:1}_linux_amd64.tar.gz && \
mv terragrunt-atlantis-config_${TERRAGRUNT_ATLANTIS_CONFIG_VERSION:1}_linux_amd64/terragrunt-atlantis-config_${TERRAGRUNT_ATLANTIS_CONFIG_VERSION:1}_linux_amd64 /terragrunt-atlantis-config

FROM ghcr.io/runatlantis/atlantis:v0.28.0
FROM ghcr.io/runatlantis/atlantis:v0.28.1
COPY --from=downloader /terragrunt /usr/local/bin/terragrunt
COPY --from=atlantis-config-installer /terragrunt-atlantis-config /usr/local/bin/terragrunt-atlantis-config

Expand Down

0 comments on commit c127029

Please sign in to comment.