From 0cd5a85a23aa3787bd0708d76393c9f90242892f Mon Sep 17 00:00:00 2001
From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com>
Date: Thu, 29 Aug 2024 16:20:47 +0100
Subject: [PATCH] atlantis/0.29.0 package update (#27280)
---------
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Signed-off-by: debasishbsws
Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Co-authored-by: debasishbsws
---
atlantis.yaml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/atlantis.yaml b/atlantis.yaml
index 91b774f0716..38d9927b776 100644
--- a/atlantis.yaml
+++ b/atlantis.yaml
@@ -1,6 +1,6 @@
package:
name: atlantis
- version: 0.28.5
+ version: 0.29.0
epoch: 0
description: Terraform Pull Request Automation
copyright:
@@ -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:
@@ -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}}"