-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add adhocteam/ssm #33008
feat: add adhocteam/ssm #33008
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
packages: | ||
- name: adhocteam/[email protected] | ||
- name: adhocteam/ssm | ||
version: v1.4.2 | ||
- name: adhocteam/ssm | ||
version: v1.1.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json | ||
packages: | ||
- type: github_release | ||
repo_owner: adhocteam | ||
repo_name: ssm | ||
description: AWS SSM Paramater Store CLI | ||
version_constraint: "false" | ||
version_overrides: | ||
- version_constraint: Version == "v0.3.0" | ||
no_asset: true | ||
- version_constraint: semver("<= 1.1.0") | ||
asset: ssm-{{.OS}}-{{.Arch}} | ||
format: raw | ||
supported_envs: | ||
- linux/amd64 | ||
checksum: | ||
type: github_release | ||
asset: "{{.Asset}}.sha" | ||
algorithm: sha256 | ||
- version_constraint: semver("<= 1.4.2") | ||
asset: ssm-{{.OS}}-{{.Arch}} | ||
format: raw | ||
rosetta2: true | ||
supported_envs: | ||
- linux/amd64 | ||
- darwin | ||
# linux/amd64 doesn't match hash | ||
overrides: | ||
- goos: linux | ||
goarch: amd64 | ||
checksum: | ||
enabled: false | ||
Comment on lines
+27
to
+32
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know reason, but incorrect checksum hash on linux/amd64 🤔 |
||
checksum: | ||
type: github_release | ||
asset: "{{.Asset}}.sha" | ||
algorithm: sha256 | ||
- version_constraint: "true" | ||
asset: ssm-{{.OS}}-{{.Arch}} | ||
format: raw | ||
supported_envs: | ||
- linux/amd64 | ||
- darwin | ||
# darwin/arm64 doesn't match hash | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
overrides: | ||
- goos: darwin | ||
goarch: arm64 | ||
checksum: | ||
enabled: false | ||
checksum: | ||
type: github_release | ||
asset: "{{.Asset}}.sha" | ||
algorithm: sha256 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/adhocteam/ssm/blob/main/release.sh