-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Azure/aztfexport): rename the package Azure/aztfy to Azure/aztfex…
- Loading branch information
1 parent
84c511f
commit 322d159
Showing
5 changed files
with
108 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
packages: | ||
- name: Azure/[email protected] | ||
- name: Azure/aztfexport | ||
version: v0.7.0 | ||
- name: Azure/aztfexport | ||
version: v0.0.6 | ||
- name: Azure/aztfexport | ||
version: v0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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+)$" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.