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

aws-eks-pod-identity-agent/0.1.24 package update #48086

Merged
merged 1 commit into from
Mar 25, 2025
Merged
Changes from all 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
11 changes: 3 additions & 8 deletions aws-eks-pod-identity-agent.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
package:
name: aws-eks-pod-identity-agent
version: "0.1.23"
epoch: 1
version: "0.1.24"
epoch: 0
description: EKS Pod Identity is a feature of Amazon EKS that simplifies the process for cluster administrators to configure Kubernetes applications with AWS IAM permissions
copyright:
- license: Apache-2.0

pipeline:
- uses: git-checkout
with:
expected-commit: 069881796e944570c6109a6891fe5c16bd4b920e
expected-commit: 265f8670e2da1cffedc20b567bb3d8c233f91e9b
repository: https://github.com/aws/eks-pod-identity-agent
tag: v${{package.version}}

- uses: go/bump
with:
deps: |-
github.com/golang-jwt/jwt/v5@v5.2.2

- uses: go/build
with:
ldflags: |
Expand Down
Loading