Skip to content

Commit 0da9164

Browse files
committed
v1.50.2
1 parent ccfecc0 commit 0da9164

File tree

43 files changed

+290
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+290
-102
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)
7+
8+
9+
### Bug Fixes
10+
11+
* (scaling); PM should not always scale up for all NEW or WAITING, only READY ([653adde](https://github.com/nrkno/tv-automation-package-manager/commit/653addebb087068ef568a0db46228ed11c4fdb5b))
12+
* (scaling): fix an issue where the workers never asked to be spun down ([212f014](https://github.com/nrkno/tv-automation-package-manager/commit/212f014954bdbc8421e8428b9fafc39662d1b1e3))
13+
* ensure noWorkerAssignedTime is reset when there is an assigned worker ([c8266d6](https://github.com/nrkno/tv-automation-package-manager/commit/c8266d63939d21d57cde6f08f6e37e6435543c3e))
14+
* logic change: don't return from WAITING to NEW when the expectation isn't ready to be worked on. ([0b1036c](https://github.com/nrkno/tv-automation-package-manager/commit/0b1036cf920b11a9b553abec63d015e6c2d59b99))
15+
* make loudness scan higher priority than thumbnails & preview ([ad31809](https://github.com/nrkno/tv-automation-package-manager/commit/ad3180904546b3c14f30ee54267037ada590c69a))
16+
* update lastEvaluationTime in FULFILLED, so that we wait a bit longer before checking again. ([4a72b61](https://github.com/nrkno/tv-automation-package-manager/commit/4a72b6177c573bf6b7731e4e01708988d86a60c9))
17+
18+
19+
20+
21+
622
## [1.50.2-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.2...v1.50.2-alpha.3) (2024-03-25)
723

824
**Note:** Version bump only for package package-manager-monorepo

apps/_boilerplate/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)
7+
8+
**Note:** Version bump only for package @boilerplate/app
9+
10+
11+
12+
13+
614
## [1.50.2-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.2...v1.50.2-alpha.3) (2024-03-25)
715

816
**Note:** Version bump only for package @boilerplate/app

apps/_boilerplate/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boilerplate/app",
3-
"version": "1.50.2-alpha.3",
3+
"version": "1.50.2",
44
"description": "Boilerplate",
55
"private": true,
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"start": "node dist/index.js"
1212
},
1313
"dependencies": {
14-
"@boilerplate/generic": "1.50.2-alpha.3"
14+
"@boilerplate/generic": "1.50.2"
1515
},
1616
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1717
"engines": {

apps/_boilerplate/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)
7+
8+
**Note:** Version bump only for package @boilerplate/generic
9+
10+
11+
12+
13+
614
## [1.50.2-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.2...v1.50.2-alpha.3) (2024-03-25)
715

816
**Note:** Version bump only for package @boilerplate/generic

apps/_boilerplate/packages/generic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boilerplate/generic",
3-
"version": "1.50.2-alpha.3",
3+
"version": "1.50.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

apps/appcontainer-node/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)
7+
8+
**Note:** Version bump only for package @appcontainer-node/app
9+
10+
11+
12+
13+
614
## [1.50.2-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.2...v1.50.2-alpha.3) (2024-03-25)
715

816
**Note:** Version bump only for package @appcontainer-node/app

apps/appcontainer-node/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appcontainer-node/app",
3-
"version": "1.50.2-alpha.3",
3+
"version": "1.50.2",
44
"description": "AppContainer-Node.js",
55
"private": true,
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"start": "node dist/index.js"
1212
},
1313
"dependencies": {
14-
"@appcontainer-node/generic": "1.50.2-alpha.3"
14+
"@appcontainer-node/generic": "1.50.2"
1515
},
1616
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1717
"engines": {

apps/appcontainer-node/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)
7+
8+
**Note:** Version bump only for package @appcontainer-node/generic
9+
10+
11+
12+
13+
614
## [1.50.2-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.2...v1.50.2-alpha.3) (2024-03-25)
715

816
**Note:** Version bump only for package @appcontainer-node/generic

apps/appcontainer-node/packages/generic/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appcontainer-node/generic",
3-
"version": "1.50.2-alpha.3",
3+
"version": "1.50.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -13,8 +13,8 @@
1313
"@sofie-automation/shared-lib": "*"
1414
},
1515
"dependencies": {
16-
"@sofie-package-manager/api": "1.50.2-alpha.3",
17-
"@sofie-package-manager/worker": "1.50.2-alpha.3",
16+
"@sofie-package-manager/api": "1.50.2",
17+
"@sofie-package-manager/worker": "1.50.2",
1818
"underscore": "^1.12.0"
1919
},
2020
"devDependencies": {

apps/http-server/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)
7+
8+
**Note:** Version bump only for package @http-server/app
9+
10+
11+
12+
13+
614
## [1.50.2-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.2...v1.50.2-alpha.3) (2024-03-25)
715

816
**Note:** Version bump only for package @http-server/app

apps/http-server/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@http-server/app",
3-
"version": "1.50.2-alpha.3",
3+
"version": "1.50.2",
44
"description": "Upload to and serve proxies of packages",
55
"private": true,
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"start": "node dist/index.js"
1212
},
1313
"dependencies": {
14-
"@http-server/generic": "1.50.2-alpha.3",
14+
"@http-server/generic": "1.50.2",
1515
"rimraf": "^5.0.5"
1616
},
1717
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",

apps/http-server/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)
7+
8+
**Note:** Version bump only for package @http-server/generic
9+
10+
11+
12+
13+
614
## [1.50.2-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.2...v1.50.2-alpha.3) (2024-03-25)
715

816
**Note:** Version bump only for package @http-server/generic

apps/http-server/packages/generic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@http-server/generic",
3-
"version": "1.50.2-alpha.3",
3+
"version": "1.50.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@koa/cors": "^5.0.0",
14-
"@sofie-package-manager/api": "1.50.2-alpha.3",
14+
"@sofie-package-manager/api": "1.50.2",
1515
"koa": "^2.14.1",
1616
"koa-bodyparser": "^4.3.0",
1717
"koa-range": "^0.3.0",

apps/package-manager/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)
7+
8+
**Note:** Version bump only for package @package-manager/app
9+
10+
11+
12+
13+
614
## [1.50.2-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.2...v1.50.2-alpha.3) (2024-03-25)
715

816
**Note:** Version bump only for package @package-manager/app

apps/package-manager/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@package-manager/app",
3-
"version": "1.50.2-alpha.3",
3+
"version": "1.50.2",
44
"private": true,
55
"scripts": {
66
"build": "yarn rimraf dist && yarn build:main",
@@ -10,7 +10,7 @@
1010
"start": "node dist/index.js"
1111
},
1212
"dependencies": {
13-
"@package-manager/generic": "1.50.2-alpha.3"
13+
"@package-manager/generic": "1.50.2"
1414
},
1515
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1616
"engines": {

apps/package-manager/packages/generic/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)
7+
8+
9+
### Bug Fixes
10+
11+
* make loudness scan higher priority than thumbnails & preview ([ad31809](https://github.com/nrkno/tv-automation-package-manager/commit/ad3180904546b3c14f30ee54267037ada590c69a))
12+
13+
14+
15+
16+
617
## [1.50.2-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.2...v1.50.2-alpha.3) (2024-03-25)
718

819
**Note:** Version bump only for package @package-manager/generic

apps/package-manager/packages/generic/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@package-manager/generic",
3-
"version": "1.50.2-alpha.3",
3+
"version": "1.50.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -15,9 +15,9 @@
1515
},
1616
"dependencies": {
1717
"@parcel/watcher": "^2.3.0",
18-
"@sofie-package-manager/api": "1.50.2-alpha.3",
19-
"@sofie-package-manager/expectation-manager": "1.50.2-alpha.3",
20-
"@sofie-package-manager/worker": "1.50.2-alpha.3",
18+
"@sofie-package-manager/api": "1.50.2",
19+
"@sofie-package-manager/expectation-manager": "1.50.2",
20+
"@sofie-package-manager/worker": "1.50.2",
2121
"data-store": "^4.0.3",
2222
"deep-extend": "^0.6.0",
2323
"fast-clone": "^1.5.13",

apps/quantel-http-transformer-proxy/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)
7+
8+
**Note:** Version bump only for package @quantel-http-transformer-proxy/app
9+
10+
11+
12+
13+
614
## [1.50.2-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.2...v1.50.2-alpha.3) (2024-03-25)
715

816
**Note:** Version bump only for package @quantel-http-transformer-proxy/app

apps/quantel-http-transformer-proxy/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quantel-http-transformer-proxy/app",
3-
"version": "1.50.2-alpha.3",
3+
"version": "1.50.2",
44
"description": "Proxy for a Quantel HTTP Transformer",
55
"private": true,
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"start": "node dist/index.js"
1111
},
1212
"dependencies": {
13-
"@quantel-http-transformer-proxy/generic": "1.50.2-alpha.3"
13+
"@quantel-http-transformer-proxy/generic": "1.50.2"
1414
},
1515
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1616
"engines": {

apps/quantel-http-transformer-proxy/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)
7+
8+
**Note:** Version bump only for package @quantel-http-transformer-proxy/generic
9+
10+
11+
12+
13+
614
## [1.50.2-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.2...v1.50.2-alpha.3) (2024-03-25)
715

816
**Note:** Version bump only for package @quantel-http-transformer-proxy/generic

apps/quantel-http-transformer-proxy/packages/generic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quantel-http-transformer-proxy/generic",
3-
"version": "1.50.2-alpha.3",
3+
"version": "1.50.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@koa/cors": "^5.0.0",
14-
"@sofie-package-manager/api": "1.50.2-alpha.3",
14+
"@sofie-package-manager/api": "1.50.2",
1515
"got": "^11.8.6",
1616
"koa": "^2.14.1",
1717
"koa-bodyparser": "^4.3.0",

apps/single-app/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.50.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.3...v1.50.2) (2024-03-27)
7+
8+
**Note:** Version bump only for package @single-app/app
9+
10+
11+
12+
13+
614
## [1.50.2-alpha.3](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.2-alpha.2...v1.50.2-alpha.3) (2024-03-25)
715

816
**Note:** Version bump only for package @single-app/app

apps/single-app/app/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@single-app/app",
3-
"version": "1.50.2-alpha.3",
3+
"version": "1.50.2",
44
"description": "Package Manager, http-proxy etc.. all in one application",
55
"private": true,
66
"scripts": {
@@ -11,13 +11,13 @@
1111
"start": "node --inspect dist/index.js"
1212
},
1313
"dependencies": {
14-
"@appcontainer-node/generic": "1.50.2-alpha.3",
15-
"@http-server/generic": "1.50.2-alpha.3",
16-
"@package-manager/generic": "1.50.2-alpha.3",
17-
"@quantel-http-transformer-proxy/generic": "1.50.2-alpha.3",
18-
"@sofie-package-manager/api": "1.50.2-alpha.3",
19-
"@sofie-package-manager/worker": "1.50.2-alpha.3",
20-
"@sofie-package-manager/workforce": "1.50.2-alpha.3",
14+
"@appcontainer-node/generic": "1.50.2",
15+
"@http-server/generic": "1.50.2",
16+
"@package-manager/generic": "1.50.2",
17+
"@quantel-http-transformer-proxy/generic": "1.50.2",
18+
"@sofie-package-manager/api": "1.50.2",
19+
"@sofie-package-manager/worker": "1.50.2",
20+
"@sofie-package-manager/workforce": "1.50.2",
2121
"underscore": "^1.12.0"
2222
},
2323
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",

0 commit comments

Comments
 (0)