Update version number to 1.17.2 (#19701)

### Description
<!-- Describe your changes. -->

As title. Follow up pr for source code release 1.17.2


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

---------

Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
Co-authored-by: Changming Sun <chasun@microsoft.com>
This commit is contained in:
Rachel Guo 2024-03-01 13:51:00 -08:00 committed by GitHub
parent 3a4599792d
commit 6bc6adc658
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 32 additions and 30 deletions

View file

@ -1 +1 @@
1.17.1
1.17.2

View file

@ -8,6 +8,12 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
Changes
-------
1.17.2
^^^^^^
Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.17.2
-------
1.17.1
^^^^^^

View file

@ -4,4 +4,4 @@
// This file is generated by /js/scripts/update-version.ts
// Do not modify file content manually.
export const version = '1.17.1';
export const version = '1.17.2';

View file

@ -1,12 +1,12 @@
{
"name": "onnxruntime-common",
"version": "1.17.1",
"version": "1.17.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "onnxruntime-common",
"version": "1.17.1",
"version": "1.17.2",
"license": "MIT",
"devDependencies": {
"typedoc": "^0.23.22"

View file

@ -2,7 +2,7 @@
"license": "MIT",
"type": "module",
"name": "onnxruntime-common",
"version": "1.17.1",
"version": "1.17.2",
"repository": {
"url": "https://github.com/Microsoft/onnxruntime.git",
"type": "git"

View file

@ -4,4 +4,4 @@
// This file is generated by /js/scripts/update-version.ts
// Do not modify file content manually.
export const version = '1.17.1';
export const version = '1.17.2';

View file

@ -1,12 +1,12 @@
{
"name": "onnxruntime-node",
"version": "1.17.1",
"version": "1.17.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "onnxruntime-node",
"version": "1.17.1",
"version": "1.17.2",
"license": "MIT",
"os": [
"win32",

View file

@ -13,7 +13,7 @@
3
]
},
"version": "1.17.1",
"version": "1.17.2",
"dependencies": {
"onnxruntime-common": "file:../common"
},

View file

@ -4,4 +4,4 @@
// This file is generated by /js/scripts/update-version.ts
// Do not modify file content manually.
export const version = '1.17.1';
export const version = '1.17.2';

View file

@ -36,7 +36,7 @@
"registry": "https://registry.npmjs.org/"
},
"source": "lib/index",
"version": "1.17.1",
"version": "1.17.2",
"main": "dist/commonjs/index",
"homepage": "https://github.com/microsoft/onnxruntime/blob/main/js/react_native/README.md",
"files": [

View file

@ -5254,7 +5254,7 @@ onetime@^5.1.0, onetime@^5.1.2:
mimic-fn "^2.1.0"
"onnxruntime-common@file:../common":
version "1.17.1"
version "1.17.2"
open@^6.2.0:
version "6.4.0"

View file

@ -4,4 +4,4 @@
// This file is generated by /js/scripts/update-version.ts
// Do not modify file content manually.
export const version = '1.17.1';
export const version = '1.17.2';

View file

@ -1,12 +1,12 @@
{
"name": "onnxruntime-web",
"version": "1.17.1",
"version": "1.17.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "onnxruntime-web",
"version": "1.17.1",
"version": "1.17.2",
"license": "MIT",
"dependencies": {
"flatbuffers": "^1.12.0",

View file

@ -8,7 +8,7 @@
"type": "git"
},
"author": "fs-eire",
"version": "1.17.1",
"version": "1.17.2",
"jsdelivr": "dist/ort.min.js",
"dependencies": {
"flatbuffers": "^1.12.0",

View file

@ -7,7 +7,7 @@ ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exc
For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_
or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
"""
__version__ = "1.17.1"
__version__ = "1.17.2"
__author__ = "Microsoft"
# we need to do device version validation (for example to check Cuda version for an onnxruntime-training package).

View file

@ -2756,7 +2756,7 @@ static_assert(offsetof(OrtApi, KernelContext_GetResource) / sizeof(void*) == 265
static_assert(offsetof(OrtApi, SetUserLoggingFunction) / sizeof(void*) == 266, "Size of version 17 API cannot change");
// So that nobody forgets to finish an API version, this check will serve as a reminder:
static_assert(std::string_view(ORT_VERSION) == "1.17.1",
static_assert(std::string_view(ORT_VERSION) == "1.17.2",
"ORT_Version change detected, please follow below steps to ensure OrtApi is updated properly");
// 1. Update the hardcoded version string in above static_assert to silence it
// 2. If there were any APIs added to ort_api_1_to_17 above:

View file

@ -53,7 +53,7 @@ stages:
Codeql.Enabled: false
jobs:
- job: Build_CPU_EP
pool: onnxruntime-Linux-CPU-For-Android-CI
pool: onnxruntime-Ubuntu2204-AMD-CPU
workspace:
clean: all
timeoutInMinutes: 30
@ -140,7 +140,7 @@ stages:
jobs:
- job: Build_NNAPI_EP
pool: onnxruntime-Linux-CPU-For-Android-CI
pool: onnxruntime-Ubuntu2204-AMD-CPU
timeoutInMinutes: ${{ variables.JobsTimeout }}
workspace:
clean: all
@ -456,7 +456,7 @@ stages:
variables:
- name: skipComponentGovernanceDetection
value: true
pool: 'onnxruntime-Linux-CPU-For-Android-CI'
pool: 'onnxruntime-Ubuntu2204-AMD-CPU'
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))
dependsOn:
- NNAPI_EP_MASTER

View file

@ -59,7 +59,7 @@ jobs:
timeoutInMinutes: 120
workspace:
clean: all
pool: onnxruntime-Linux-CPU-For-Android-CI
pool: onnxruntime-Ubuntu2204-AMD-CPU
variables:
ORT_CACHE_DIR: $(Pipeline.Workspace)/ort_ccache
TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)]

View file

@ -61,4 +61,4 @@ stages:
parameters:
NpmPackagingMode: ${{ variables.NpmPackagingMode }}
BuildConfig: 'Release'
PoolName: 'onnxruntime-Linux-CPU-For-Android-CI'
PoolName: 'onnxruntime-Ubuntu2204-AMD-CPU'

View file

@ -31,7 +31,7 @@ stages:
timeoutInMinutes: 60
workspace:
clean: all
pool: onnxruntime-Linux-CPU-For-Android-CI
pool: onnxruntime-Ubuntu2204-AMD-CPU
steps:
- checkout: self
clean: true
@ -49,6 +49,7 @@ stages:
- task: PythonScript@0
displayName: 'Set variables from config file "${{ parameters.BuildConfigFile }}"'
inputs:
pythonInterpreter: /usr/bin/python3
scriptSource: inline
script: |
import json

View file

@ -155,12 +155,7 @@ jobs:
path: $(Build.SourcesDirectory)/js/test/
cacheHitVar: CACHE_RESTORED
displayName: 'Cache ONNX node test data'
- task: Bash@3
inputs:
targetType: 'inline'
script: find "$(Build.SourcesDirectory)/js/test/" -type f
condition: and(not(canceled()), eq(variables.CACHE_RESTORED, 'true'))
displayName: 'List ONNX node test data'
- task: PowerShell@2
inputs:
filePath: '$(Build.SourcesDirectory)\tools\ci_build\github\js\pack-npm-packages.ps1'