Skip to content
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

Merged
merged 3 commits into from
Mar 9, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pkgs/adhocteam/ssm/pkg.yaml
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
52 changes: 52 additions & 0 deletions pkgs/adhocteam/ssm/registry.yaml
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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- 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
Copy link
Contributor Author

Choose a reason for hiding this comment

The 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
Copy link
Contributor Author

Choose a reason for hiding this comment

The 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
50 changes: 50 additions & 0 deletions registry.yaml

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