Skip to content

Commit

Permalink
cert-manager-istio-csr (#34378)
Browse files Browse the repository at this point in the history
<!---
Provide a short summary in the Title above. Examples of good PR titles:
* "ruby-3.1: new package"
* "haproxy: fix CVE-2014-123456"
-->

<!--
Please include references to any related issues or delete this section
otherwise.
 -->

Fixes:

Related:

### Pre-review Checklist

<!--
This checklist is mostly useful as a reminder of small things that can
easily be
forgotten – it is meant as a helpful tool rather than hoops to jump
through.

At the moment of this PR you have the most information on what all the
change
will affect, so please take the time to jot it down.

Put an `x` in all the items that apply, make notes next to any that
haven't been
addressed, and remove any items that are not relevant to this PR.

-->

#### For new package PRs only
<!-- remove if unrelated -->
- [ ] This PR is marked as fixing a pre-existing package request bug
- [ ] Alternatively, the PR is marked as related to a pre-existing
package request bug, such as a dependency
- [x] REQUIRED - The package is available under an OSI-approved or
FSF-approved license
- [x] REQUIRED - The version of the package is still receiving security
updates
- [ ] This PR links to the upstream project's support policy (e.g.
`endoflife.date`)

Signed-off-by: Batuhan Apaydin <[email protected]>
  • Loading branch information
developer-guy authored Nov 18, 2024
1 parent ea6acc5 commit 700a11e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions cert-manager-istio-csr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
package:
name: cert-manager-istio-csr
version: 0.12.0
epoch: 0
description: istio-csr is an agent that allows for Istio workload and control plane components to be secured using cert-manager.
copyright:
- license: Apache-2.0

pipeline:
- uses: git-checkout
with:
expected-commit: 13f57d622f9a01f8ac2f5739049b1691c30bef04
repository: https://github.com/cert-manager/istio-csr/
tag: v${{package.version}}

- uses: go/build
with:
ldflags: -X github.com/cert-manager/istio-csr//internal/version.AppVersion=${{package.version}} -X github.com/cert-manager/istio-csr/internal/version.GitCommit=$(git rev-parse HEAD)
output: cmd
packages: ./cmd

update:
enabled: true
github:
identifier: cert-manager/istio-csr
strip-prefix: v

test:
pipeline:
- runs: |
cmd --help

0 comments on commit 700a11e

Please sign in to comment.