-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Containerapp 0.3.12 Release #5392
Conversation
* initial no dockerfile support for up * bump version * add to help text, history text * Fill in Cormac's link for oryx runtimes (see here microsoft/Oryx#1502) * pass target port to ACR task; add better error information * bump version * fix bug with containerapp create * add test case * bump version * Updated to preview api version and reran all tests. (Azure#147) * Ran tests. * Update src/containerapp/azext_containerapp/_clients.py Co-authored-by: Silas Strawn <[email protected]> Co-authored-by: Haroon Feisal <[email protected]> Co-authored-by: Silas Strawn <[email protected]> * resolve anthony's comments * Revert "`az containerapp up`: Support No Dockerfile Scenario" * Revert "Revert "`az containerapp up`: Support No Dockerfile Scenario"" * Added custom domain support to env create. * Updated param help group text. * Added test. * Wrote env update, wrote test for env update with custom domains. * Minor update. * Added help to env update. Co-authored-by: Silas Strawn <[email protected]> Co-authored-by: Haroon Feisal <[email protected]>
Migrating containerapp-compose into containerapp
Revert "Migrating containerapp-compose into containerapp"
…ure-cli-extensions into containerapp-0.3.12
* Finished feature. * Fixed comments. Co-authored-by: Haroon Feisal <[email protected]>
Containerapp |
Improved GitHub Actions: Take workflow file name from API
Eventstream
@@ -230,7 +230,7 @@ | |||
|
|||
/src/quota/ @kairu-ms @ZengTaoxu | |||
|
|||
/src/containerapp/ @calvinsID @haroonf @panchagnula @StrawnSC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this can you add Linlu to the list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments - otherwise looks good.
@zhoxing-ms, I'm not sure why the verify ref docs CI check is failing. Do you know what's causing that? It looks like this change for reservations might have caused the verify ref docs regression: 06c9144 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
@zhoxing-ms when you are back - could you please help us with unblocking the PR & releasing this ASAP. We would also have another release following this in time for Ignite. Thanks |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@zhoxing-ms thanks seem like the build passed now. If you are good with the change could we get this merged & released today please? |
[Release] Update index.json for extension [ containerapp ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=7546&view=results |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally?For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.json
automatically.The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify
src/index.json
.