Skip to content

Commit

Permalink
Merge pull request #10508 from aquaproj/fix/aztfexport
Browse files Browse the repository at this point in the history
fix(Azure/aztfexport): rename the package Azure/aztfy to Azure/aztfexport
  • Loading branch information
suzuki-shunsuke committed Mar 7, 2023
2 parents 84c511f + 322d159 commit db15f0b
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 68 deletions.
8 changes: 8 additions & 0 deletions pkgs/Azure/aztfexport/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
packages:
- name: Azure/aztfexport@v0.11.0
- name: Azure/aztfexport
version: v0.7.0
- name: Azure/aztfexport
version: v0.0.6
- name: Azure/aztfexport
version: v0.0.1
65 changes: 65 additions & 0 deletions pkgs/Azure/aztfexport/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
packages:
- type: github_release
repo_owner: Azure
repo_name: aztfexport
aliases:
- name: Azure/aztfy
description: A tool to bring existing Azure resources under Terraform's management
asset: aztfexport_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
supported_envs:
- darwin
- linux
- amd64
checksum:
type: github_release
asset: aztfexport_SHA256SUMS
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 0.11.0")
version_overrides:
- version_constraint: semver(">= 0.7.0")
asset: aztfy_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
files:
- name: aztfy
checksum:
type: github_release
asset: aztfy_SHA256SUMS
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
- version_constraint: semver(">= 0.0.6")
asset: aztfy_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
files:
- name: aztfy
checksum:
type: github_release
asset: aztfy_{{.Version}}_SHA256SUMS
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
- version_constraint: semver("< 0.0.6")
asset: aztfy_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
files:
- name: aztfy
checksum:
type: github_release
asset: checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
6 changes: 0 additions & 6 deletions pkgs/Azure/aztfy/pkg.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions pkgs/Azure/aztfy/registry.yaml

This file was deleted.

51 changes: 35 additions & 16 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db15f0b

Please sign in to comment.