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

Remove rolesanywhere-credential-helper project from upgrade buildspec #2987

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions projects/aws/rolesanywhere-credential-helper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ HAS_S3_ARTIFACTS=true

IMAGE_NAMES=

EXCLUDE_FROM_UPGRADE_BUILDSPEC=true

include $(BASE_DIRECTORY)/Common.mk


Expand Down
8 changes: 0 additions & 8 deletions tools/version-tracker/buildspecs/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ batch:
variables:
PROJECT_PATH: projects/aws/etcdadm-controller
CLONE_URL: https://git-codecommit.us-west-2.amazonaws.com/v1/repos/aws.etcdadm-controller
- identifier: aws_rolesanywhere_credential_helper
env:
type: ARM_CONTAINER
compute-type: BUILD_GENERAL1_SMALL
variables:
PROJECT_PATH: projects/aws/rolesanywhere-credential-helper
CLONE_URL: https://git-codecommit.us-west-2.amazonaws.com/v1/repos/aws.rolesanywhere-credential-helper
- identifier: aws_observability_aws_otel_collector
env:
type: ARM_CONTAINER
Expand Down Expand Up @@ -366,7 +359,6 @@ batch:
- aquasecurity_trivy
- aws_etcdadm_bootstrap_provider
- aws_etcdadm_controller
- aws_rolesanywhere_credential_helper
- aws_observability_aws_otel_collector
- brancz_kube_rbac_proxy
- cert_manager_cert_manager
Expand Down