Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Remove beta disclaimer for GA releases
run: |
VERSION="${GITHUB_REF_NAME}"
if [[ ! "$VERSION" =~ -beta|-alpha|-rc ]]; then
echo "GA release detected - removing beta disclaimer from docs"
sed -i '/## Beta Release Disclaimer/,/By using this software, you agree to these terms\./d' docs/index.md
else
echo "Pre-release detected - keeping beta disclaimer"
fi
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
with:
Expand Down
11 changes: 0 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ The `scm` provider provides resources and data sources to manage and query Strat
This provider covers the following aspects of Strata Cloud Manager:
* NGFW & Prisma Access

## Beta Release Disclaimer

**This software is a pre-release version and is not ready for production use.**

* **No Warranty:** This software is provided "as is," without any warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose.
* **Instability:** The beta software may contain defects, may not operate correctly, and may be substantially modified or withdrawn at any time.
* **Limitation of Liability:** In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the beta software or the use or other dealings in the beta software.
* **Feedback:** We encourage and appreciate your feedback and bug reports. However, you acknowledge that any feedback you provide is non-confidential.

By using this software, you agree to these terms.

## Release Notes

### v1.0.11
Expand Down
Loading