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

✨ update AWS MP listing automation #94

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

✨ update AWS MP listing automation #94

wants to merge 23 commits into from

Conversation

sayaliM0412
Copy link
Contributor

feat: .github/workflows/dependabot-pr-merge-docker-changes.yml: Auto Merge Dependabot PRs for Dockerfile Changes
feat: .github/workflows/deploy-extension-to-marketplace.yml: remove workflow_dispatch and add dry-run capability to deploy extension to Marketplace to test
fix: README.md: update readme

@sayaliM0412 sayaliM0412 marked this pull request as ready for review October 16, 2024 17:28
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines 97 to 105
- name: Submit New Version Request for AWS MP Listing
env:
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY }}
IMAGE_TAG: ${{ github.event.inputs.image_tag }}
PRODUCT_ID: ${{ secrets.PRODUCT_ID }}
AWS_MP_REGISTRY: ${{ secrets.AWS_MP_REGISTRY }}
run: |
chmod +x ./.github/utils/submit-aws-mp-listing.sh
./.github/utils/submit-aws-mp-listing.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we actually want to submit a new version request during dry run?

Copy link
Contributor Author

@sayaliM0412 sayaliM0412 Oct 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, we do but under a dry run it would be a "private" listing and not public. That way QA can test it. Before we release the actual one under OSS version eg : 4.29.2

Copy link

sonarcloud bot commented Oct 18, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants