Sourced from azure/CLI's releases.
GitHub Action for Azure CLI v2
What's Changed
- Update Action to use Node.js v20 by
@eikooc
in Azure/cli#126- Bump dependencies to the latest versions by
@MoChilia
in Azure/cli#135New Contributors
@eikooc
made their first contribution in Azure/cli#126Full Changelog: https://github.com/Azure/cli/compare/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
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#62GitHub Action for Azure CLI v1.0.5
Resolved compatibility issues between az cli version on agent and container.
cli@v1.0.4
- Adding support for using env. variables via GITHUB_ENV
- 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.
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 :
- Create a new branch for every major version.
Example, releases/v1, releases/v2.- For every minor and patch release for a major version, update the corresponding release branch.
Example, for releasing v1.1.1, update releases/v1.- 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.- 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
965c8d7
Release v24343bca
update readme for v2 (#140)0150783
Add changes4b557fa
Use process.env
instead of core.exportvariable
to set env (#138)12aaf8e
remove env for integration test (#137)09e9174
Add changesbf9d5ac
Bump dependencies to the latest versions (#135)f3881a6
{Automation} Add CI tests (#136)3994327
Update action node version from v16 to v20(#126)9849316
add permission block (#130)Sourced from gittools/actions's releases.
v1.0.0 GA Release
This is the first GA release for the GitVersion and GitReleaseManager GitHub actions and Azure DevOps tasks.
In this release the main focus was to add the possibility to install and run the GitVersion and GitReleaseManager tools from the GitTools organization in both GitHub actions workflows as well as in the Azure DevOps pipelines.
The documentation on how to use these actions/tasks can be found in the docs folder, and real example of workflows/pipelines can be found in the
.azure
and.github
foldersv0.13.6
Full Changelog: https://github.com/GitTools/actions/compare/v0.13.5...v0.13.6
v0.13.5
What's Changed
- Bump
@types/node
from 20.11.24 to 20.11.25 by@dependabot
in GitTools/actions#1067- Bump typescript from 5.3.3 to 5.4.2 by
@dependabot
in GitTools/actions#1066- docs: Make it clear that the Setup step must be ran before the Execue step by
@deadlydog
in GitTools/actions#1068- Check for shallow clone for GitVersion execute action/task by
@arturcic
in GitTools/actions#1070- Improve documentation by
@arturcic
in GitTools/actions#1071- #1072 - fix GRM range check by
@arturcic
in GitTools/actions#1073New Contributors
@deadlydog
made their first contribution in GitTools/actions#1068Full Changelog: https://github.com/GitTools/actions/compare/v0.13.4...v0.13.5
v0.13.4
Full Changelog: https://github.com/GitTools/actions/compare/v0.13.3...v0.13.4
v0.13.3
What's Changed
- updated the version range for GitVersion to >=5.2.0 <6.1.0 by
@arturcic
in https://github.com/GitTools/actions/commit/8921bf03afffa9680ef7e2088ce7a70f6c2ccc6fFull Changelog: https://github.com/GitTools/actions/compare/v0.13.2...v0.13.3
v0.13.2
What's Changed
- includePrerelease when checking the range by
@arturcic
in GitTools/actions#1059Full Changelog: https://github.com/GitTools/actions/compare/v0.13.0...v0.13.2
v0.13.1
What's Changed
- includePrerelease when checking the range by
@arturcic
in GitTools/actions#1059Full Changelog: https://github.com/GitTools/actions/compare/v0.13.0...v0.13.1
v0.13.0
What's Changed
... (truncated)
8d68520
dist update691c456
Merge pull request #1094
from gep13/fix-output6fcd789
(doc) Fix name of application in output1c76555
update examples version to 1.1.0a282519
Merge pull request #1092
from arturcic/main827776a
dist update45aa21a
#1090
- added disableShallowCloneCheck option33df830
GitHub issue form - allow multiple options for 'GitVersion package'cfd05ca
use gittools/actions/gitversion/setup@main9a9aebb
dist update86071ea
chore(release): 5.3.4189c4ac
fix(security): do not allow to read files above (#1779)Sourced from @fluentui/react-components
's
releases.
@fluentui/react-components
v9.47.1Prerelease changes
- reverting #30770 which caused compilation issues (PR #30803 by micahgodbolt)
6a3e6bb
applying package updates9e6c3cf
feat(react-swatch-picker): Added SwatchPickerRow component and rendering
util...4f1b1fd
revert: "feat: add .js file extension to built output + unwrap
folder import/...fd89630
docs(react-swatch-picker): Added stories for Size, Shape and Spacing (#30781)cbd6654
applying package updatesb2ded25
Release Rating to stable (#30740)e4022e2
feat: add .js file extension to built output + unwrap folder
import/export to...9865fa9
fix: Applying correct styles to icon when ToggleButton is checked and
has a s...0e4c8b7
applying package updates2e7373b
fix: Update IStyleSet type to fix error when using TypeScript 5.3+ (#30753){JSON.stringify(JSON.parse(details.stepsTaken), null, 2)}diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 934245982..3773d9bf6 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -10941,10 +10941,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@5.3.3: - version "5.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" - integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== +typescript@5.4.3: + version "5.4.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" + integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== unbox-primitive@^1.0.2: version "1.0.2" From 01e398a60c2824f226a2c794bddd3906370c23df Mon Sep 17 00:00:00 2001 From: Gil LaHaye