From 5f41c66798bf0f36268b8f5ecae3c566a2244854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 1 May 2026 09:06:32 +0300 Subject: [PATCH 1/2] refactor(endevco/aube): re-scaffold --- pkgs/endevco/aube/pkg.yaml | 4 ++ pkgs/endevco/aube/registry.yaml | 72 +++++++++++++++++++++++++-------- registry.yaml | 72 +++++++++++++++++++++++++-------- 3 files changed, 114 insertions(+), 34 deletions(-) diff --git a/pkgs/endevco/aube/pkg.yaml b/pkgs/endevco/aube/pkg.yaml index abd87f719e3..943548e6524 100644 --- a/pkgs/endevco/aube/pkg.yaml +++ b/pkgs/endevco/aube/pkg.yaml @@ -1,2 +1,6 @@ packages: - name: endevco/aube@v1.5.1 + - name: endevco/aube + version: v1.0.0-beta.11 + - name: endevco/aube + version: v1.0.0-beta.1 diff --git a/pkgs/endevco/aube/registry.yaml b/pkgs/endevco/aube/registry.yaml index 166ca267899..48d3b059179 100644 --- a/pkgs/endevco/aube/registry.yaml +++ b/pkgs/endevco/aube/registry.yaml @@ -4,21 +4,59 @@ packages: repo_owner: endevco repo_name: aube description: A fast Node.js package manager - asset: aube-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} - format: tar.gz - replacements: - amd64: x86_64 - arm64: aarch64 - darwin: apple-darwin - linux: unknown-linux-gnu - windows: pc-windows-msvc - overrides: - - goos: darwin + version_constraint: "false" + version_overrides: + - version_constraint: Version == "v1.0.0-beta.1" + asset: aube-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz replacements: - amd64: amd64 - - goos: windows - format: zip - supported_envs: - - linux - - darwin/arm64 - - windows + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + overrides: + - goos: windows + format: zip + supported_envs: + - linux/amd64 + - darwin + - windows + - version_constraint: semver("<= 1.0.0-beta.11") + asset: aube-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + overrides: + - goos: darwin + replacements: + amd64: amd64 + - goos: windows + format: zip + supported_envs: + - linux + - darwin/arm64 + - windows + - version_constraint: "true" + asset: aube-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-musl + windows: pc-windows-msvc + overrides: + - goos: darwin + replacements: + amd64: amd64 + - goos: windows + format: zip + supported_envs: + - linux + - darwin/arm64 + - windows diff --git a/registry.yaml b/registry.yaml index 482325c50e4..52895893790 100644 --- a/registry.yaml +++ b/registry.yaml @@ -34371,24 +34371,62 @@ packages: repo_owner: endevco repo_name: aube description: A fast Node.js package manager - asset: aube-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} - format: tar.gz - replacements: - amd64: x86_64 - arm64: aarch64 - darwin: apple-darwin - linux: unknown-linux-gnu - windows: pc-windows-msvc - overrides: - - goos: darwin + version_constraint: "false" + version_overrides: + - version_constraint: Version == "v1.0.0-beta.1" + asset: aube-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz replacements: - amd64: amd64 - - goos: windows - format: zip - supported_envs: - - linux - - darwin/arm64 - - windows + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + overrides: + - goos: windows + format: zip + supported_envs: + - linux/amd64 + - darwin + - windows + - version_constraint: semver("<= 1.0.0-beta.11") + asset: aube-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + overrides: + - goos: darwin + replacements: + amd64: amd64 + - goos: windows + format: zip + supported_envs: + - linux + - darwin/arm64 + - windows + - version_constraint: "true" + asset: aube-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-musl + windows: pc-windows-msvc + overrides: + - goos: darwin + replacements: + amd64: amd64 + - goos: windows + format: zip + supported_envs: + - linux + - darwin/arm64 + - windows - type: github_release repo_owner: endevco repo_name: pitchfork From e0faeda35aa3a42beda4eec79f2d618900fe4082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 1 May 2026 09:41:27 +0300 Subject: [PATCH 2/2] feat(endevco/aube): GitHub artifact attestations config https://github.com/endevco/aube/attestations?q=sort%3Acreated-asc --- pkgs/endevco/aube/pkg.yaml | 2 ++ pkgs/endevco/aube/registry.yaml | 21 +++++++++++++++++++++ registry.yaml | 21 +++++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/pkgs/endevco/aube/pkg.yaml b/pkgs/endevco/aube/pkg.yaml index 943548e6524..7a116f5adcc 100644 --- a/pkgs/endevco/aube/pkg.yaml +++ b/pkgs/endevco/aube/pkg.yaml @@ -1,5 +1,7 @@ packages: - name: endevco/aube@v1.5.1 + - name: endevco/aube + version: v1.1.0 - name: endevco/aube version: v1.0.0-beta.11 - name: endevco/aube diff --git a/pkgs/endevco/aube/registry.yaml b/pkgs/endevco/aube/registry.yaml index 48d3b059179..f9a1d618c53 100644 --- a/pkgs/endevco/aube/registry.yaml +++ b/pkgs/endevco/aube/registry.yaml @@ -41,6 +41,25 @@ packages: - linux - darwin/arm64 - windows + - version_constraint: semver("<= 1.1.0") + asset: aube-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-musl + windows: pc-windows-msvc + overrides: + - goos: darwin + replacements: + amd64: amd64 + - goos: windows + format: zip + supported_envs: + - linux + - darwin/arm64 + - windows - version_constraint: "true" asset: aube-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} format: tar.gz @@ -60,3 +79,5 @@ packages: - linux - darwin/arm64 - windows + github_artifact_attestations: + signer_workflow: endevco/aube/\.github/workflows/release\.yml diff --git a/registry.yaml b/registry.yaml index 52895893790..31505539932 100644 --- a/registry.yaml +++ b/registry.yaml @@ -34408,6 +34408,25 @@ packages: - linux - darwin/arm64 - windows + - version_constraint: semver("<= 1.1.0") + asset: aube-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-musl + windows: pc-windows-msvc + overrides: + - goos: darwin + replacements: + amd64: amd64 + - goos: windows + format: zip + supported_envs: + - linux + - darwin/arm64 + - windows - version_constraint: "true" asset: aube-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} format: tar.gz @@ -34427,6 +34446,8 @@ packages: - linux - darwin/arm64 - windows + github_artifact_attestations: + signer_workflow: endevco/aube/\.github/workflows/release\.yml - type: github_release repo_owner: endevco repo_name: pitchfork