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

Bump the github-actions group with 1 update #1400

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps the github-actions group with 1 update: azure/CLI.

Updates azure/CLI from 1 to 2

Release notes

Sourced from azure/CLI's releases.

GitHub Action for Azure CLI v2

What's Changed

New Contributors

Full Changelog: Azure/cli@v1.0.9...v2

GitHub Action for Azure CLI v1.0.9

  • Set action failure on a non-Linux-based OS (#123)

GitHub Action for Azure CLI v1.0.8

  • Fix #103: Dealing with un-escaped environment variables which cause escalation of privilege (#105)

GitHub Action for Azure CLI v1.0.7

  • Upgraded action to use node 16 instead of node 12
  • Upgrade @​actions/core to ^1.10.0
  • Resolved other minor issues like Azure/cli#87 and Azure/cli#84

GitHub Action for Azure CLI v1.0.6

Resolved customer issue: Error: /bin/sh: 1: az: not found in v1.0.5 Azure/cli#62

GitHub Action for Azure CLI v1.0.5

Resolved compatibility issues between az cli version on agent and container.

cli@v1.0.4

  1. Adding support for using env. variables via GITHUB_ENV
  2. Security vulnerability fix

GitHub Action for Azure CLI v1.0.3

User-defined environment variables present in the workflow are now accessible while execution of Azure CLI script.

GitHub Action for Azure CLI v1.0.2

Default environment variables provided by GitHub are now accessible while execution of Azure CLI script. Environment variables with prefix GITHUB_* are accessible during the script execution.

GitHub Action for Azure CLI v1.0.1

GITHUB_SHA default environment variable is available to use in the script.

Changelog

Sourced from azure/CLI's changelog.

Releasing a new version

Semanting versioning is used to release different versions of the action. Following steps are to be followed :

  1. Create a new branch for every major version.
    Example, releases/v1, releases/v2.
  2. For every minor and patch release for a major version, update the corresponding release branch.
    Example, for releasing v1.1.1, update releases/v1.
  3. Create tags for every new release (major/minor/patch).
    Example,v1.0.0. , v1.0.1, v2.0.1, etc. and also have tags like v1, v2 for every major version release.
  4. On releasing minor and patch versions, update the tag of the corresponding major version.
    Example, for releasing v1.0.1, update the v1 tag to point to the ref of the current release.
    The following commands are to be run on the release\v1 branch so that it picks the latest commit and updates the v1 tag accordingly : (Ensure that you are on same commit locally as you want to release)
  • git tag -fa v1 -m "Update v1 tag"
  • git push origin v1 --force
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [azure/CLI](https://github.com/azure/cli).


Updates `azure/CLI` from 1 to 2
- [Release notes](https://github.com/azure/cli/releases)
- [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md)
- [Commits](Azure/cli@v1...v2)

---
updated-dependencies:
- dependency-name: azure/CLI
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 11, 2024
@pamelafox pamelafox merged commit 6e50af1 into main Mar 12, 2024
1 check passed
@pamelafox pamelafox deleted the dependabot/github_actions/github-actions-b3adcbc870 branch March 12, 2024 14:30
MyrtheLammerse added a commit to digital-power/chatDiP that referenced this pull request Apr 19, 2024
* Add search scores, models, and deployments to "Thought process" tab, surface additional properties (Azure-Samples#1375)

* update reqs

* Add score, model, styling

* Update tests

* Use a new variable name to avoid type clash

* Use correct variable name in thought process

* Add Markdown/Text Parser (Azure-Samples#1381)

* add markdown parser

* add example file in markdown

* fix formatting and linting errors

* rename company in markdown example file

* rename markdownparser to textparser

* fix typo

* remove empty space from test case

* add txt support + fix import

* Apply suggestions from code review

---------

Co-authored-by: Pamela Fox <pamela.fox@gmail.com>

* Fix provision for load balance custom (Azure-Samples#1396)

* Fix provision for lb custom

* Rm unneeded parens

---------

Co-authored-by: Pamela Fox <pamela.fox@gmail.com>

* Update data_ingestion.md with correct notebook link (Azure-Samples#1405)

* Bump the github-actions group with 1 update (Azure-Samples#1400)

Bumps the github-actions group with 1 update: [azure/CLI](https://github.com/azure/cli).


Updates `azure/CLI` from 1 to 2
- [Release notes](https://github.com/azure/cli/releases)
- [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md)
- [Commits](Azure/cli@v1...v2)

---
updated-dependencies:
- dependency-name: azure/CLI
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add needed permissions (Azure-Samples#1411)

* Set Azure OpenAI API version in global configuration (Azure-Samples#1399)

* Set Azure OpenAI API version in global configuration

* Add Variable to CI Configurations

* Set the latest API version as the default value for the variable.

* Update app/backend/app.py

* Add output for Azure OpenAI API version.

* Update app/backend/app.py

---------

Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
Co-authored-by: Pamela Fox <pamelafox@microsoft.com>

* Add markdown checker (Azure-Samples#1377)

* Create validate-markdown.yml

* remove tracking checks

* remove branch reference

* Refactoring of prepdocs for easier integration with user upload feature (Azure-Samples#1407)

* Changes to prepare for upload

* All pass except multilang

* Made mypy happy

* Fix the arguments

* Unit tests for code changes

* 3.9 compatibility

* Remove unused args from prepdocs

* Address feedback

* Ignore typing error after reporting to SDK team

* Don't disable text chunking when GPT4vision is enabled (Azure-Samples#1355)

* Dont disable chunking when using vision, graceful degrade

* Adding test

* Ensure there are no zero-length sections for batch API (Azure-Samples#1423)

* Assert there are no zero-length sections

* Correct the overlap mechanism when the text section doesn't contain any breaks

* Update textsplitter.py

* Update CONTRIBUTING.md (Azure-Samples#1425)

Added an instruction to Compile the JavaScript. This is required for pytest tests to pass.

* Update other_samples.md to reflect current features/tech (Azure-Samples#1388)

* Update other_samples.md

* Add formats list

* Update docs/data_ingestion.md

* Apply suggestions from code review

* Apply suggestions from code review

* Update approach.py (Typo "Azure Open AI"→"Azure OpenAI") (Azure-Samples#1431)

https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/app/backend/approaches/approach.py
#PingMSFTDocs

* Fix links in documentation (Azure-Samples#1426)

* Fix up links in docs

* Fix one more link

* Use relative links

* Update gpt4v.md (Typo "Azure Open AI models"→"Azure OpenAI models") (Azure-Samples#1435)

https://github.com/azure-samples/azure-search-openai-demo/blob/main/docs/gpt4v.md
#PingMSFTDocs

* Add Markdown File Viewer (Azure-Samples#1384)

* add markdown viewer

* fix "</body>"  showing as markdown content for a few seconds in markdown viewer

* fix indentation

* replace markdown library 'uiw/react-markdown-preview' with 'marked'

* update marked

* add comment to explain removal of anchor links

* fix formatting with pre-commit

---------

Co-authored-by: Pamela Fox <pamelafox@microsoft.com>

* Update chatreadretrieveread.py (Typo "Azure Open AI"→"Azure OpenAI") (Azure-Samples#1443)

https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/app/backend/approaches/chatreadretrieveread.py
#PingMSFTDocs

* Update retrievethenread.py (Typo "Azure Open AI"→"Azure OpenAI") (Azure-Samples#1447)

https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/app/backend/approaches/retrievethenread.py
#PingMSFTDocs

* Bump the github-actions group with 1 update (Azure-Samples#1439)

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add minimum score criteria for AI search results (Azure-Samples#1417)

* Add minimum score criteria for AI search results

* Adjust input to support precise filtering in different search modes.

* Resolve comparison issue

* Update class style

* Fix parsing

* Add test

* Lint

* Format

* Fix tests

---------

Co-authored-by: Pamela Fox <pamela.fox@gmail.com>

* Fix search env var (Azure-Samples#1455)

* Allow manual setting of the OpenAI Deployment Name, Version, Capacity and Model (Azure-Samples#1386)

* check for chat or chat4 to enable different deployments

* add docs for deployment

* line ending

* add USE_GPT4

* remove list

* update docs

* Update docs/deploy_features.md

* add version check

* update to use new isAzureOpenAiHost

* precommit formatter

* revert back name of chat and embeddings deployments

* format with black

* Correct names in parameters

* Add embedding version as parameter

* use empty to check for definition

* change 'azure openai chatgpt model' var back to original name

* change 'azure openai chatgpt model' to match embedding model var

* docs: add intruction for gpt-4

* Use previous env var name

---------

Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
Co-authored-by: Pamela Fox <pamela.fox@gmail.com>

* Force soft delete and purge for keyvault (Azure-Samples#1462)

* Added Environment Variables for setting Names of Resources (Azure-Samples#1389)

* Added Environment Variables to allow setting the names of most resources.
+ App Service Plan Name
+ App Service Name (backend service)
+ Application Insights Name
+ Application Insights Dashboard Name
+ Log Analytics Workspace Name

Two Global Resources are created, whose names have not been parameterised. These are
- Action group (Application Insights Smart Detection)
- Smart detector alert rule (Failure Anomalies - $AZURE_APPLICATION_INSIGHTS)

* Added Environment Variables for Computer Vision Name, RG, Location and SKU Parameters

* Computer Vision SKU - Removed incorrect default

* Update azure-dev.yml

Added ENV Variables also to workflow

* Updated deploy_existing.md and pipelines.

* Updated main.bicep variables to show reference to main.parameters.json file. Updated some defaults.

* Expanded allow-list of Document Intelligence regions.

* Reverted my change of Document Intelligence resource locations, since the Preview API is only available in the listed three locations.

* Add empty string default back

* update toc

* bring back comment

---------

Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
Co-authored-by: Pamela Fox <pamelafox@microsoft.com>

* Fix broken links (Azure-Samples#1450)

* Add support for using new ada models with different dimensions (Azure-Samples#1378)

* update reqs

* Add parameters for ada 3

* Update readme

* Update TOC

* Fix tests and mocks

* Mypy fixes

* Addressing feedback (more testing still needed)

* More readme notes

* Cast openaidimensions to int

* Support batch for ada3

* right model name

* Note about regions

* Add constants for tests model name and dimensions

* Default to int

* Typing error

* Fix env var name

* Undo unneeded parameter move

* Dont specify dimensons for old models

* typing

* Update README.md with right links to deploy docs (Azure-Samples#1466)

* Correct datalakepath argument in prepdocs.sh and prepdocs.ps1 (Azure-Samples#1478)

* Configure Azure Developer Pipeline

* Configure Azure Developer Pipeline

* Use correct arg

* Bump the github-actions group with 1 update (Azure-Samples#1474)

Bumps the github-actions group with 1 update: [Azure/setup-azd](https://github.com/azure/setup-azd).


Updates `Azure/setup-azd` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/azure/setup-azd/releases)
- [Changelog](https://github.com/Azure/setup-azd/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-azd@v0.1.0...v1.0.0)

---
updated-dependencies:
- dependency-name: Azure/setup-azd
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Enforce RBAC only for non-free search service (Azure-Samples#1502)

* Configure Azure Developer Pipeline

* Configure Azure Developer Pipeline

* Update pricing calculator link

* Enforce RBAC only for search service

* Rm unneeded change

* Remove it from main.bicep

* Update link to pricing calculator to fix Document Intelligence estimation (Azure-Samples#1480)

* Update pricing link

* Update pricing link

* Update document level access control docs (Azure-Samples#1511)

* update diagram

* refactor doc

* remove locale

* accept reword feedback

* Update docs/login_and_acl.md

Co-authored-by: Pamela Fox <pamela.fox@gmail.com>

* Update docs/login_and_acl.md

Co-authored-by: Pamela Fox <pamela.fox@gmail.com>

---------

Co-authored-by: Pamela Fox <pamela.fox@gmail.com>

* more updates (Azure-Samples#1512)

* Optional upload documents feature (Azure-Samples#1395)

* Initial commit for upload docs feature

* Working locally

* Move prepdocs into backend, implement delete and list

* Initial upload tests

* Merge from main

* More upload tests

* Another test

* E2E draft

* Added to Ask page, more tests, documentation

* Fix types

* A few adjustments

* Increase test coverage

* Add tests for content path

* Test for 404

* update link

* Add upload test

* Add doc intel role

* Disable button when logged out

* Update prepdocs.ps1 and docs with right path

* Improve deletion and list flow, rm unused CSS, add a test

* Correct product name, remove deleteRetentionPolicy

* Add missing role for adding to index

* Use blob container clients only

* Type mismatch

* Avoid infinite loop in remove_content

* Handle the case of user directory not existing yet

* Add check for directory client

* Resolve typing mismatch

* Need roles specific to each RG

* Simplify test

* fix start.ps1

* Add uploaded file error message

---------

Co-authored-by: Matt Gotteiner <[email protected]>

* Bump pillow from 10.2.0 to 10.3.0 in /app/backend (Azure-Samples#1486)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.2.0...10.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Port to the Graph SDK for authentication scripts (Azure-Samples#1510)

* Configure Azure Developer Pipeline

* Configure Azure Developer Pipeline

* Update pricing calculator link

* Port to Graph SDK

* Port to Graph SDK

* Add msgraph to mypy overrides

* Typing fixes

* Use pyproject.toml for everything

* Fix jose jwt exception import

* change import to match stubs

* Disable key-based storage account access in Bicep (Azure-Samples#1518)

* Configure Azure Developer Pipeline

* Configure Azure Developer Pipeline

* Update pricing calculator link

* Disable key access for our storage accounts

* Bump idna from 3.6 to 3.7 in /app/backend (Azure-Samples#1525)

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump vite from 4.5.2 to 4.5.3 in /app/frontend (Azure-Samples#1488)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pamela Fox <pamelafox@microsoft.com>

* ask: remove ask page

* conflict: remove double code

* lint: fix type hinting in authenticated path

* app: fix mypy errors

* tests: change search client to search clients

* test: fix unittests

* test: fix header with usecase app

* test: change name of test data folder

* test: change name of test data folder

* coverage: set limit lower

* ubuntu: add sudo apt-get update before e2e test

* pipeline: check network connectivity

* pipeline: remove ping

* test: remove ask e2e test

* test: remove ask e2e test

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
Co-authored-by: Yuval Yaron <43217306+yuvalyaron@users.noreply.github.com>
Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
Co-authored-by: Dina Berry (MSFT) <diberry@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sogue <61759231+sogue@users.noreply.github.com>
Co-authored-by: John Aziz <johnaziz269@gmail.com>
Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
Co-authored-by: Erin La <107987318+giterinhub@users.noreply.github.com>
Co-authored-by: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com>
Co-authored-by: Matt <matthew.gotteiner@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant