parent
							
								
									ef7fa62e79
								
							
						
					
					
						commit
						a3da44f2ad
					
				@ -0,0 +1,37 @@
 | 
				
			||||
name: Release to registry
 | 
				
			||||
on:
 | 
				
			||||
  push:
 | 
				
			||||
    tags:
 | 
				
			||||
      - 'v*'
 | 
				
			||||
 | 
				
			||||
jobs:
 | 
				
			||||
  release:
 | 
				
			||||
    runs-on: ubuntu-latest
 | 
				
			||||
    steps:
 | 
				
			||||
      - name: Checkout
 | 
				
			||||
        uses: actions/checkout@v3
 | 
				
			||||
        with:
 | 
				
			||||
          fetch-depth: 0
 | 
				
			||||
 | 
				
			||||
      - name: Fetch all tags
 | 
				
			||||
        run: git fetch --force --tags
 | 
				
			||||
 | 
				
			||||
      - name: Setup Go
 | 
				
			||||
        uses: actions/setup-go@v2
 | 
				
			||||
        with:
 | 
				
			||||
          go-version: 1.17
 | 
				
			||||
 | 
				
			||||
      - name: Import GPG key
 | 
				
			||||
        id: import_gpg
 | 
				
			||||
        uses: crazy-max/ghaction-import-gpg@v4
 | 
				
			||||
        with:
 | 
				
			||||
          gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
 | 
				
			||||
          passphrase: ${{ secrets.PASSPHRASE }}
 | 
				
			||||
 | 
				
			||||
      - name: Run GoReleaser
 | 
				
			||||
        uses: goreleaser/goreleaser-action@v2
 | 
				
			||||
        with:
 | 
				
			||||
          args: release --rm-dist --release-notes CHANGELOG.md
 | 
				
			||||
        env:
 | 
				
			||||
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||
          GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
 | 
				
			||||
@ -0,0 +1,16 @@
 | 
				
			||||
## 2.0
 | 
				
			||||
 | 
				
			||||
### New data sources
 | 
				
			||||
- image
 | 
				
			||||
- image\_list
 | 
				
			||||
- grid
 | 
				
			||||
- grid\_list
 | 
				
			||||
- image\_list\_stacks
 | 
				
			||||
 | 
				
			||||
### New resources
 | 
				
			||||
- image
 | 
				
			||||
- virtual\_image
 | 
				
			||||
- cdrom\_image
 | 
				
			||||
- delete\_images
 | 
				
			||||
- k8s
 | 
				
			||||
- k8s\_wg
 | 
				
			||||
					Loading…
					
					
				
		Reference in new issue