Skip to content

Commit

Permalink
Merge pull request #4426 from turbot/v1.0.x
Browse files Browse the repository at this point in the history
Release Steampipe v1.0.0
  • Loading branch information
kaidaguerre authored Oct 22, 2024
2 parents fab990f + 003ea9c commit 72ee683
Show file tree
Hide file tree
Showing 861 changed files with 2,582 additions and 95,897 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/release_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Steampipe Release
about: Steampipe Release
title: "Steampipe v<INSERT_VERSION_HERE>"
labels: release
---

#### Changelog

[Steampipe v<INSERT_VERSION_HERE> Changelog](https://github.com/turbot/steampipe/blob/v<INSERT_VERSION_HERE>/CHANGELOG.md)

## Checklist

### Pre-release checks

- [ ] All acceptance tests pass in `steampipe` release PR
- [ ] Update check is working
- [ ] Steampipe version is correct
- [ ] Steampipe Changelog updated and reviewed

### Release Steampipe

- [ ] Merge the release PR
- [ ] Trigger the `Steampipe CLI Release` workflow. This will create the release build.
- [ ] Trigger the `Publish and Update Brew` workflow. This will update the brew formula.

### Post-release checks

- [ ] Update Changelog in the Release page (copy and paste from CHANGELOG.md)
- [ ] Test Linux install script
- [ ] Test Homebrew install
- [ ] Release branch merged to `develop`
- [ ] Raise Changelog update to `steampipe.io`, get it reviewed.
- [ ] Merge Changelog update to `steampipe.io`.
2 changes: 1 addition & 1 deletion .github/workflows/buildDBImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

# Login to GHCR
- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
Loading

0 comments on commit 72ee683

Please sign in to comment.