Граф коммитов

27 Коммитов

Автор SHA1 Сообщение Дата
Mike Harding 31960894e1
Updates to all porter bundles to build docker images for amd64 platform from arm64 machines locally (#3827)
* Updated porter bundle docker templates and runtime image to build to amd64 platform on arm64 dev machines

* Corrected comments incorrectly touched by find/replace

* added ignore for DL3029 hadolint validation

* added new line to hadolint config

* removed white space

* Try fix monitoring dependancy issues

* updated changelog

* Try fix monitoring dependancy issues try 2

* increase versions

---------

Co-authored-by: Michael Harding <mikeyharding@gmail.com>
Co-authored-by: marrobi <marrobi@microsoft.com>
2024-01-23 12:13:39 +00:00
Marcus Robinson 7e8c5f77b7
Update setting of read only fields and include deleted address spaces when assigning new address spaces (#3714) 2023-11-16 17:08:57 +00:00
Marcus Robinson 5848fcb9f8
Upgrade Python packages, switch to FastAPI lifespan async context manager (#3765)
* Many Python packages are outdated and need updating
Fixes #3764
2023-11-14 13:30:07 +00:00
Marcus Robinson 1c85eaacf4
Provide Airlock Import Review Workspace with its own DNS zone (#3769)
* Airlock fails due to DNS timeout - returns "Request failed due to an unknown reason."
Fixes #3767

* Update changelog description

* Word smithing

* Add HACK comment to more easily id items pending delete

---------

Co-authored-by: Sven Aelterman <17446043+SvenAelterman@users.noreply.github.com>
2023-11-07 13:51:20 +02:00
Abhinav Pandey 6f256505c3
Add missing upgrade outputs to Porter.yaml files. (#3723)
* Update porter.yaml outputs

* Incremented versions of modified bundles
2023-10-04 15:09:38 +03:00
Marcus Robinson 43692eff7c
Add workspace templates to extended tests and update base template versions (#3704) 2023-09-20 10:42:29 +00:00
Marcus Robinson 2c872cf427
Apply missing lifecycle blocks. (#3670) 2023-08-14 14:04:31 +00:00
Nayeem Abdullah c3f144f959
terraform_typed_variables turn on (#3660) 2023-08-14 11:13:36 +01:00
Marcus Robinson b8c7f0b1bc
Upgrade airlock review and unrestricted workspaces to base v0.12.0 (#3659) 2023-08-08 16:54:29 +00:00
Tamir Kamara defdf76d19
Fix how git is installed in bundles (#3440)
* fix how git is installed in bundles

* fix missing utils
2023-04-16 21:08:54 +03:00
LizaShak d316f1ad1f Integration and versions upgrade 2023-04-03 20:05:58 +00:00
Liza Shakury 16fa72e9d4 Upgrade terraform_azurerm_environment module version (#3402)
* Upgrade module version

* Upgrade core version
2023-04-03 09:53:40 +00:00
Yuval Yaron 7b81ebe952 Remove the usage of azure-cli-core library (#3381)
* remove usage of azure.cli.core from airlock processor

* use urllib for parsing url

* update the way we get webapp_suffix  - to match the most recent  version of the module

* remove usage of azure.cli.core from resource processor

* remove usage of azure.cli.core from the api

* fix usage of terraform module terraform_azurerm_environment_configuration

* remove ARM_ENVIRONMENT where it's not used

* update versions

* remove unused os import from tests

* add credential_scopes to the config

* fix usage of RESOURCE_MANAGER_ENDPOINT in CREDENTIAL_SCOPES

* change the github source for terraform_azurerm_environment_configuration

* temporarily remove the version for terraform_azurerm_environment_configuration

* temporarily use the hash of the latest commit

* temporarily use the hash of the latest commit instead of version 1.0.1 of terraform_azurerm_environment_configuration

* update core
2023-04-03 09:52:14 +00:00
Liza Shakury 5acb0a19eb Use versioned terraform module (#3383)
* Use versioned terraform module

* Upgrade core version
2023-04-03 09:50:47 +00:00
Liza Shakury e2ce6d8a6e Change module repo (#3364) 2023-04-03 09:50:22 +00:00
Liza Shakury 017f2a9094 Private dns zone names sourced dynamically (#3352)
* Add private links

* Support for vm

* Upgrade versions and services

* Fix terraform formatting

* Source module from modules repository

* Fix terraform format

* Temorary Disable versioning for module

* Remove arm env

* CR changes

* Remove from vm unused var

* Fix lint issues

* Install git in devcontainer
2023-04-03 09:50:16 +00:00
Yuval Yaron 10336ea5ed Add ARM_ENVIRONMENT as an environment variable in porter's installation containers (#3346)
add ARM_ENVIRONMENT to templates
2023-04-03 09:49:49 +00:00
Yuval Yaron f0290b9f3c Azure CLI should login to the right cloud (#3336)
* add env var AZ_CLOUD_ENVIRONMENT to control the az cli environment with default value of AzureCloud

* set Azure CLI cloud environment in the resource processor/vmss

* set azure cloud environment in templates

* set azure cloud in 'az login' of resource processor

* remove az_cloud_environment from config.yaml - instead infer it from arm_environment

* update template versions

* update version

* remove 'az cloud set' call and export AZ_CLOUD_ENVIRONMENT

* bump patch version instead of minor version

* add AZ_CLOUD_ENVIRONMENT to parameters.json

* update version

* update core version
2023-04-03 09:49:21 +00:00
Yuval Yaron 6fae974dde
Remove the .diff file from airlock-import-review Template (#3220)
* add a terraform file to replace the workspace_base.diff file

* disable airlock deployment

* add missing locals

* add missing variables and data

* remove enable_airlock from params

* remove module variables

* update template version

* skip the 'terraform init' validations for the import review workspace files

* refine comment

* fix linting error

* associate .terraform extension with terraform files
2023-02-14 14:33:43 +00:00
Tamir Kamara 4fe8ca3389
Fix Private Endpoint DNS conflict in Airlock Review Workspace (#3215)
* fix airlock review workspace private endpoint dns

* changelog
2023-02-12 12:18:46 +00:00
Anat Balzam 16f130b194
Upgrade airlock-import-review and unrestricted workspace template to latest (#3102)
* implement kv porter change

* fix airlock-import-review-ws

* fix unrestriected

* Update templates/workspaces/unrestricted/.env.sample

Co-authored-by: Elad Iwanir <13205761+eladiw@users.noreply.github.com>

Co-authored-by: Anat Balzam <>
Co-authored-by: Elad Iwanir <13205761+eladiw@users.noreply.github.com>
2023-01-22 16:28:10 +02:00
Tamir Kamara 28693097cd
Upgrade Porter to v1 (#3014)
* Porter v1 core changes (#2977)
* Update templates for Porter v1 (#2985)
* Update docs for porter v1 (#2992)
2022-12-26 13:14:53 +00:00
Marcus Robinson d692717db7
Upgrade all docker base images to bullseye (#2946)
* Upgrade all docker base images to bullseye

* Up RP version

* remove jq version

* Remvoe buster comments

* Revert cli version and update changelog

* add pinned packages back.

* Update _version.py

* Update _version.py

Co-authored-by: Tamir Kamara <26870601+tamirkamara@users.noreply.github.com>
2022-12-08 18:13:53 +00:00
David Moore fc2c0a216b
Conditional Template (#2805)
* UI / css changes to create form

* last-child-of-type

* removed props from static json files

* conditional templates

* unwound processors change

* unwound template version changes

* rolling back changes

* changelog

* updated e2e tests with auth_type

* api version

* typo and more changelog

* debugging wip

* omitExtraData FTW

* PR feedback fixes

* const > let

* Update CHANGELOG.md

Co-authored-by: James Griffin <me@JamesGriff.in>

* Update ui/app/src/components/shared/create-update-resource/ResourceForm.tsx

Co-authored-by: James Griffin <me@JamesGriff.in>

Co-authored-by: James Griffin <me@JamesGriff.in>
2022-11-02 16:10:05 +00:00
Tamir Kamara d4cc7d4ce6
AppService plan SKU support in GitHub Actions (#2684)
* appservice plan sku in github actions

* updates

* fix

* docs fix

* update start-stop
2022-10-03 14:03:42 +00:00
Tamir Kamara 1433311d8a
Upgrade Terraform Mixing to 1.0.0-rc.1 (#2677)
* terraform init in core/ops shouldn't use -upgrade

* update terraform in devcontainer

* always refresh

* tflint

* update changelog

* Remove doker env variables

* update changelog

* align bundles with new terraform mixin

* update changelog
2022-10-02 12:29:00 +00:00
tanya-borisova 4ab99733f1
Renames: make names for Airlock Import Review consistent (#2653) 2022-09-27 11:22:08 +01:00