Commit Graph

129 Commits

Author SHA1 Message Date
Josh Soref cd4b67d0b4 Checkout: Update all workflows to use Checkout V4 2024-04-05 15:29:37 -04:00
Andreas Deininger 831e9cb8e4 Bump workflow actions of various starter files (#2210) 2024-03-27 10:51:41 -07:00
CrazyMax 90c598c5ab update docker actions to latest stable 2023-09-12 15:21:04 +02:00
Trevor Blanarik d841affe4c corrects the syntax for so that the array is inline 2023-04-24 15:53:48 +00:00
Hanxiao Liu 20496ebfca Add workflow for Azure Function App with Gradle (#1963)
* Add starter workflow for Azure Function App with Gradle

* Mark as preview

* Fix properties for function gradle template

* Add workflow and job level permissions to function gradle template

---------

Co-authored-by: Sampark Sharma <phantsure@github.com>
2023-03-16 15:40:14 +05:30
James M. Greene ee942792c7 Merge branch 'main' into chore/replace-deprecated-command-with-environment-file 2023-03-14 00:23:56 -05:00
Hanxiao Liu 9ab053c67b Add workflow for Azure Web App with Gradle (#1955)
* Add starter workflow for Azure Web App with Gradle

* Use gradle build instead of assemable and mark template as preview

---------

Co-authored-by: Sampark Sharma <phantsure@github.com>
2023-03-10 11:36:31 +05:30
jongwooo 44ca9a5fd1 Replace deprecated command with environment file 2023-02-28 00:18:12 +09:00
Jaiveer Katariya 8933c0e536 Update AKS Starter Workflows to Use Kubelogin (#1911)
* update sw to use kubelogin

* modified set context to use kubelogin

* whitespace issue?

* Reverting bandit file

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-23 11:13:29 +05:30
Sam Morrow d248c347a9 Fix pre-commit lints (#1877) 2022-12-20 10:18:45 +01:00
Sampark Sharma 0a33ad9a30 Merge branch 'main' into main 2022-12-16 14:37:41 +05:30
Arjan Keeman a31c09a4f1 update deprecated syntax
see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2022-11-15 09:52:54 +01:00
Chandni Patel aacfda586e Merge branch 'main' into main 2022-11-10 09:20:51 -06:00
Chandni Patel f048bb522d Merge branch 'main' into main 2022-11-08 13:13:28 -06:00
Chandni Patel f92f222601 updates based on feedback 2022-11-08 13:07:25 -06:00
Chandni Patel aa953da46e Starter workflows for Azure Functions App 2022-11-04 16:40:05 -05:00
jorgectf 0b50b4b579 Remove extra whitespaces 2022-11-04 20:45:41 +01:00
Oliver King a95c4f68c8 update aks workflows to latest versions 2022-10-20 15:06:21 -04:00
Austen Stone a4af1b700b branches 2022-08-30 10:13:31 -04:00
divyansh42 beafd2dec2 Add CRDA starter workflow and modify openshift workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2022-06-24 16:25:53 +05:30
Bishal Prasad 86a309710a Merge branch 'main' into bishal-pdMSFT-patch-1 2022-05-24 10:38:42 +05:30
Jaiveer Katariya 2be3a09ccb removed unnecessary checkout from kustomize create-secret step 2022-05-23 14:59:13 -04:00
Jaiveer Katariya ea7d7777b6 added checkout step to helm starter workflow 2022-05-23 14:47:39 -04:00
Sampark Sharma d8178dc63c Merge branch 'main' into patch-1 2022-05-23 14:35:39 +05:30
Bishal Prasad 9f02725cf7 Fix the missing on trigger for AKS Kompose 2022-05-21 11:13:24 +05:30
Sampark Sharma 487699b3c5 Merge branch 'main' into permks-13 2022-05-16 16:34:32 +05:30
Sampark Sharma f9e7f3a80b Merge branch 'main' into permks-12 2022-05-16 16:32:15 +05:30
Sampark Sharma 957236b419 Merge branch 'main' into permks-11 2022-05-16 16:29:11 +05:30
Sampark Sharma 70a0a4ecc0 Merge branch 'main' into permks-4 2022-05-16 16:25:42 +05:30
Sampark Sharma 88b37d30eb Merge branch 'main' into permks-1 2022-05-16 16:23:38 +05:30
Sampark Sharma adcabbd5f2 Merge branch 'main' into patch-6 2022-05-16 16:17:29 +05:30
Jaiveer Katariya ad9daa8da3 removed actions read permission from createSecret and buildImage steps (#1539) 2022-04-23 10:10:21 +05:30
Jaiveer Katariya c06604910c Parallelize Jobs for AKS Starter Workflows (#1534)
* Reworked AKS deployment workflows (#1403)

* rebased to partner_templates

* Renaming workflow

* Updated corresponding properties.json files for the new aks workflows under deployments.

* Updated properties.json titles for aks workflows

* Renamed SECRET_NAME to IMAGE_PULL_SECRET_NAME

* Moved permissions down to the job level

* Updated documentation links

* Updated permission for action to read

* Removing redundant permissions

* write -> read for actions

* Updated descriptions

* Less reference documentation in header

* Added comments to each AKS Starter Workflow step

Co-authored-by: Tommy Barnes <thbarnes@microsoft.com>

* Update AKS workflows to not use imagePullSecrets (#1494)

* removing old method of adding imagePullSecrets

* fixing step casing

* For testing: Dependency review starter workflow

* changed back to image pull secret, added mask, clarified website and pull secret instructions

* made changes to other aks files

* Added back imagepullsecrets param to deploy action, reordered env vars

* changing release version of deploy action

* restructured starter workflows to parallelize secret creation and image building

* renamed to buildImage and removed extra space

* cleaned up some random newlines

* removed extra space

* removing changes from partner branch

* removing changes from partner branch

* through mistake in changing PR, two files lost step for createSecret

Co-authored-by: Tommy Barnes <thomas.jonathan.barnes@gmail.com>
Co-authored-by: Tommy Barnes <thbarnes@microsoft.com>
Co-authored-by: Israel Miller <ismille@microsoft.com>
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
Co-authored-by: Jaiveer Katariya <jaiveerkatariya@Jaiveers-MacBook-Pro.local>
Co-authored-by: Jaiveer Katariya <jaiveerkatariya@rgoldshtein.middleeast.corp.microsoft.com>
2022-04-22 13:40:20 +05:30
Sampark Sharma b25e63892a Merge branch 'main' into patch-8 2022-04-13 12:03:07 +05:30
Sampark Sharma fe3aca603b Merge branch 'main' into permks-7 2022-04-13 11:47:46 +05:30
Sampark Sharma 608ce4de6f Merge branch 'main' into patch-5 2022-04-13 11:40:16 +05:30
Anthony Roussel d80712faf4 Disable Terraform interactive prompts during apply & plan (#1467) 2022-04-10 18:59:47 +05:30
Sampark Sharma 0b5aadd7f9 Merge branch 'main' into permks-6 2022-04-05 12:42:13 +05:30
Sampark Sharma e3436f7b4b Merge branch 'main' into add-jdk-distribution 2022-04-04 13:04:15 +05:30
h0x0er 3c936d3d38 Merge branch 'main' into patch-1 2022-03-30 15:16:20 +05:30
Thomas Boop 1d9d6d7fb0 Update Actions to node16 (#1469)
* update actions

* address merge conflicts

* fix java updates

* update github script

* update cache to v3

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-03-28 22:40:48 +05:30
Hiroyuki Onaka 69cce6ad3a Add env variable to set the Java distribution to use 2022-03-28 19:39:18 +09:00
Bishal Prasad 3be3c5deec Update cache action to v3 (#1507) 2022-03-28 09:47:44 +05:30
Shubham malik 5e58bc6ef6 Update azure-webapps-node.yml 2022-03-19 16:47:46 +05:30
Shubham malik 7b765747a5 Update azure-webapps-java-jar.yml 2022-03-19 16:41:42 +05:30
Shubham malik 53a9402455 Update azure-webapps-dotnet-core.yml 2022-03-19 16:39:47 +05:30
Shubham malik a1fe90c10d Update tencent.yml 2022-03-19 16:00:04 +05:30
Shubham malik 962b63852b Update alibabacloud.yml 2022-03-19 15:56:24 +05:30
Shubham malik bd76c74da6 Update azure-webapps-php.yml 2022-03-19 15:51:52 +05:30
Shubham malik 4657e39b91 Update azure-webapps-python.yml 2022-03-19 15:39:54 +05:30