Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Feb 06:23
· 2 commits to main since this release
6b57644

1.1.0 (2026-02-18)

Features

  • Add E2E_TEST input option and wait step for app readiness in deployment workflows (1e637ac)
  • Add run_e2e_tests input option to deployment workflows for enhanced testing flexibility (49f9cde)
  • Enhance Cosmos DB access management by adding runner IP to firewall and clearing IP rules on disable (7c2b8d1)
  • Enhance public access management for Cosmos DB and AI Services in deployment workflows (11fa07f)
  • Enhance response verification in ask_question_and_verify method and add get_latest_ai_response method (a30b49a)
  • Extend Cosmos DB connectivity checks and increase wait time for network changes in deployment workflows (0fac0b3)
  • Implement get_latest_ai_response method for improved AI response retrieval and update test to utilize it (6c1611e)
  • Refactor AI Services account retrieval and role assignment in deployment workflows (30dd63a)
  • Refactor data upload script to enhance parameter handling and add public network access management (ffdc708)
  • Refactor data upload script to improve parameter handling and role assignments for Azure services (075b42e)
  • Update app readiness wait condition for E2E tests in deployment workflows (9d7973e)
  • Update deployment scripts to enhance AI Services access management and support EXP mode (dac19a8)

Bug Fixes

  • Adjust formatting of enable_public_access function for consistency (deca2f6)
  • Correct JSON file path in constants for E2E tests (6d36958)
  • Enhance Python command detection to ensure it executes correctly and provide installation guidance (b6f78a9)
  • Simplify condition for cleanup-deployment job in deployment orchestrator (98d604f)
  • Update condition for cleanup-deployment job to always execute (e32bd1b)
  • Update QUOTA_FAILED validation to allow empty input and default to 'false' (ba17ef1)

Other Updates

  • Comment out run_e2e_tests configurations and validations across deployment workflows (3279ee0)