Skip to content

Commit

Permalink
fix(deps): bump runatlantis/atlantis from v0.28.3 to v0.28.5 (#100)
Browse files Browse the repository at this point in the history
Bumps [runatlantis/atlantis](https://github.com/runatlantis/atlantis)
from v0.28.3 to v0.28.5.
<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.5</h2>
<ul>
<li>fix: cherry-pick base image update and ca-certificates resource
update by <a
href="https://github.com/jamengual"><code>@​jamengual</code></a> in <a
href="https://redirect.github.com/runatlantis/atlantis/pull/4759">runatlantis/atlantis#4759</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/runatlantis/atlantis/compare/v0.28.4...v0.28.5">https://github.com/runatlantis/atlantis/compare/v0.28.4...v0.28.5</a></p>
<h2>v0.28.4</h2>
<!-- raw HTML omitted -->
<h2>maintainer notes</h2>
<p>We are doing the last patch for 0.28.x before the next 0.29.0 release
(which would be in two weeks). This patch release contains one PR
revert, <a
href="https://redirect.github.com/runatlantis/atlantis/issues/4721">runatlantis/atlantis#4721</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/runatlantis/atlantis/compare/v0.28.3...v0.28.4">https://github.com/runatlantis/atlantis/compare/v0.28.3...v0.28.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/runatlantis/atlantis/commit/92d10ec4a6c51409aefca300e2158d9624733fed"><code>92d10ec</code></a>
fix: cherry-pick base image update and ca-certificates resource update
(<a
href="https://redirect.github.com/runatlantis/atlantis/issues/4759">#4759</a>)</li>
<li><a
href="https://github.com/runatlantis/atlantis/commit/dbef96da878cf5218c065a3aacb23ec43b18595d"><code>dbef96d</code></a>
revert: &quot;fix: Preventing merging without running atlantis apply on
Gitlab&quot; (#...</li>
<li>See full diff in <a
href="https://github.com/runatlantis/atlantis/compare/v0.28.3...v0.28.5">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.3&new-version=v0.28.5)](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 Jul 23, 2024
2 parents 3cbfd98 + d0e9f7e commit 65779be
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 @@ -30,7 +30,7 @@ RUN wget -q https://github.com/transcend-io/terragrunt-atlantis-config/releases/
FROM setup-${TARGETARCH} AS terragrunt-setup

# hadolint ignore=SC3057
FROM ghcr.io/runatlantis/atlantis:v0.28.3
FROM ghcr.io/runatlantis/atlantis:v0.28.5
COPY --from=terragrunt-setup /terragrunt /usr/local/bin/terragrunt
COPY --from=terragrunt-setup /terragrunt-atlantis-config /usr/local/bin/terragrunt-atlantis-config

Expand Down

0 comments on commit 65779be

Please sign in to comment.