Skip to content

Commit

Permalink
fix(smallstep/certificates): src incorrect after 0.23.0-rc.1 (#15480)
Browse files Browse the repository at this point in the history
* fix(smallstep/certificates): src incorrect after 0.23.0-rc.1

Follow up to #14385.

Fixes smallstep/certificates to only use 'bin/' path in 0.23.0-rc.1 as after this it is no longer present and breaks versions after this.

* fix(smallstep/certificates): add change to registry.yaml

* test(smallstep/certificates): fix testdata

* fix(smallstep/certificates): fix version constraints

---------

Co-authored-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
  • Loading branch information
scottames and suzuki-shunsuke committed Sep 16, 2023
1 parent f6c1254 commit 46506e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pkgs/smallstep/certificates/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
packages:
- name: smallstep/certificates@v0.24.3-rc1
- name: smallstep/certificates
version: v0.23.0-rc.1
version: v0.23.0-rc.2
- name: smallstep/certificates
version: v0.22.2-rc9
- name: smallstep/certificates
Expand Down
10 changes: 4 additions & 6 deletions pkgs/smallstep/certificates/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ packages:
type: github_release
asset: checksums.txt
algorithm: sha256
version_constraint: semver(">= 0.24.3-rc.1")
version_constraint: semver(">= 0.23.0-rc.2")
version_overrides:
- version_constraint: semver(">= 0.23.0-rc.1")
files: &step_ca_files2
- name: step-ca
src: step-ca_{{trimV .Version}}/bin/step-ca
- version_constraint: semver(">= 0.22.2-rc9")
overrides:
- goos: darwin
files: *step_ca_files2
files: &step_ca_files2
- name: step-ca
src: step-ca_{{trimV .Version}}/bin/step-ca
supported_envs:
- linux/amd64
- darwin
Expand Down
10 changes: 4 additions & 6 deletions registry.yaml

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

0 comments on commit 46506e4

Please sign in to comment.