Skip to content

Commit

Permalink
atlantis/0.29.0 package update (#27280)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Signed-off-by: debasishbsws <debasishbsws.dev@gmail.com>
Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Co-authored-by: debasishbsws <debasishbsws.dev@gmail.com>
  • Loading branch information
3 people authored Aug 29, 2024
1 parent 111af1e commit 0cd5a85
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions atlantis.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: atlantis
version: 0.28.5
version: 0.29.0
epoch: 0
description: Terraform Pull Request Automation
copyright:
Expand All @@ -24,7 +24,7 @@ pipeline:
with:
repository: https://github.com/runatlantis/atlantis
tag: v${{package.version}}
expected-commit: 92d10ec4a6c51409aefca300e2158d9624733fed
expected-commit: 6f3b9277ec240d6b6f9521a76caf5374316a1eaf

- uses: go/build
with:
Expand All @@ -45,3 +45,9 @@ update:
identifier: runatlantis/atlantis
strip-prefix: v
use-tag: true

test:
pipeline:
- runs: |
set -euo pipefail
atlantis version | grep -q "${{package.version}}"

0 comments on commit 0cd5a85

Please sign in to comment.