Skip to content

Commit

Permalink
v1.51.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Jan 8, 2025
1 parent f6dcb99 commit 3155b09
Show file tree
Hide file tree
Showing 43 changed files with 411 additions and 106 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


### Bug Fixes

* add a `force` parameter to appcontainer.requestSpinDown() ([3255189](https://github.com/nrkno/tv-automation-package-manager/commit/3255189663d06d91e90d812bfc9a705589c5ba0d))
* add option to HTTP Accessor to either send a HEAD or GET to retrieve initial info ([e98854c](https://github.com/nrkno/tv-automation-package-manager/commit/e98854c32955c122aa6bf68a2ac47aa121448f40))
* allow baseUrl to be optional for HTTP Accessor ([92c575f](https://github.com/nrkno/tv-automation-package-manager/commit/92c575fa767cb3adba649619c16ca312b0253065))
* allow stringified JSON object as storeObject value. Also add some error handling ([0e589bf](https://github.com/nrkno/tv-automation-package-manager/commit/0e589bfb1809cc68f3ef6bf14a95ef02953966ce))
* change default `minRunningApps` to 1 ([8694b77](https://github.com/nrkno/tv-automation-package-manager/commit/8694b77f34242445430d84ebe1badc6baa93c704))
* change how render width, height and scale works for html_template expectedPackages ([7fcdf70](https://github.com/nrkno/tv-automation-package-manager/commit/7fcdf700fda413b94f39e7fb6107e26ee7dd9713))
* **Config:** Add unit to description of config field ([de0f43b](https://github.com/nrkno/tv-automation-package-manager/commit/de0f43b0090dd59293c98dc6ee59206675a7c09e))
* default to png as screenshot ([9bc6a52](https://github.com/nrkno/tv-automation-package-manager/commit/9bc6a52482486d65ba674cf800c002101cc5701d))
* escape paths in args ([6c17eae](https://github.com/nrkno/tv-automation-package-manager/commit/6c17eae206bf548167e121ed2e429cdca46daa84))
* fix issue in HelpfulEventEmitter where it logged false errors ([7d36627](https://github.com/nrkno/tv-automation-package-manager/commit/7d36627323faa030d6bec0506ab4a416b3e49d5d))
* handle bad http respnse codes better ([1ad7b2d](https://github.com/nrkno/tv-automation-package-manager/commit/1ad7b2dd6b0828c49b54cc4613ddd0ae92b9fddc))
* html-renderer lookup paths on linux ([40e12d3](https://github.com/nrkno/tv-automation-package-manager/commit/40e12d3083b385a2cddf8ea93cdaa522fbed7073))
* html-renderer: add support for transparent backgrounds ([c3775a7](https://github.com/nrkno/tv-automation-package-manager/commit/c3775a71783e3ca915d950cb44055ed7e3f4f60e))
* html-renderer: bug in background color and cropping ([e3e0242](https://github.com/nrkno/tv-automation-package-manager/commit/e3e024264f05e433dee6c6d3878201d4950536cd))
* make failureLimit to be passed through into appContainer ([f03434a](https://github.com/nrkno/tv-automation-package-manager/commit/f03434abfc909a0cdc04d8bea753d805163a6bad))
* no need to re-throw in the catch ([8331ef4](https://github.com/nrkno/tv-automation-package-manager/commit/8331ef4c9b89fca091ccaf0f5176fedc21f0bcbf))
* pin electron version. fix build of html-renderer on linux ([1b06fbb](https://github.com/nrkno/tv-automation-package-manager/commit/1b06fbbda9144524f37b4f542427963dbcd3507a))
* reject absolute file paths ([cf207e6](https://github.com/nrkno/tv-automation-package-manager/commit/cf207e602a7b8c6b9efeca740e8c5bf657569a8c))
* remove outputPrefix for html-template expectations ([43e9887](https://github.com/nrkno/tv-automation-package-manager/commit/43e9887445c117dc6935960a0d881fd19c3d34dd))
* rename supperHEAD to useGETinsteadOfHead ([c75757e](https://github.com/nrkno/tv-automation-package-manager/commit/c75757e9c65ec0babf080652c20d0af50895a767))
* run HTMLRenderer using `yarn start` script when in development mode ([f3164b4](https://github.com/nrkno/tv-automation-package-manager/commit/f3164b48616710f5cd043475f4f0c9963400782e))
* update default config and change severity of warning ([b567535](https://github.com/nrkno/tv-automation-package-manager/commit/b567535927cbd2cfed32773ffaa39cb631d7ad41))


### Features

* add HTML Renderer ([8610b6e](https://github.com/nrkno/tv-automation-package-manager/commit/8610b6ebdb4bef441f9e56a3b3be512f3ccbcfad))
* refactor the failure tracking to track periods of time with failures within them ([d33f973](https://github.com/nrkno/tv-automation-package-manager/commit/d33f973fb5d7c67f442365dd29778e24766b0466))
* track failures in Workers in a time period (SOFIE-3355) ([732fa19](https://github.com/nrkno/tv-automation-package-manager/commit/732fa19fad801ae3be5600645fb5899d81aa11a0))





## [1.50.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04)


Expand Down
8 changes: 8 additions & 0 deletions apps/appcontainer-node/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)

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





# [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09)

**Note:** Version bump only for package @appcontainer-node/app
Expand Down
4 changes: 2 additions & 2 deletions apps/appcontainer-node/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appcontainer-node/app",
"version": "1.50.6",
"version": "1.51.0-alpha.0",
"description": "AppContainer-Node.js",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
"typescript": "*"
},
"dependencies": {
"@appcontainer-node/generic": "1.50.6"
"@appcontainer-node/generic": "1.51.0-alpha.0"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
18 changes: 18 additions & 0 deletions apps/appcontainer-node/packages/generic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


### Bug Fixes

* add a `force` parameter to appcontainer.requestSpinDown() ([3255189](https://github.com/nrkno/sofie-package-manager/commit/3255189663d06d91e90d812bfc9a705589c5ba0d))
* html-renderer lookup paths on linux ([40e12d3](https://github.com/nrkno/sofie-package-manager/commit/40e12d3083b385a2cddf8ea93cdaa522fbed7073))
* make failureLimit to be passed through into appContainer ([f03434a](https://github.com/nrkno/sofie-package-manager/commit/f03434abfc909a0cdc04d8bea753d805163a6bad))


### Features

* refactor the failure tracking to track periods of time with failures within them ([d33f973](https://github.com/nrkno/sofie-package-manager/commit/d33f973fb5d7c67f442365dd29778e24766b0466))





# [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions apps/appcontainer-node/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appcontainer-node/generic",
"version": "1.50.6",
"version": "1.51.0-alpha.0",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,8 +14,8 @@
"typescript": "*"
},
"dependencies": {
"@sofie-package-manager/api": "1.50.6",
"@sofie-package-manager/worker": "1.50.6",
"@sofie-package-manager/api": "1.51.0-alpha.0",
"@sofie-package-manager/worker": "1.51.0-alpha.0",
"underscore": "^1.12.0"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions apps/html-renderer/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


### Bug Fixes

* html-renderer: add support for transparent backgrounds ([c3775a7](https://github.com/nrkno/sofie-package-manager/commit/c3775a71783e3ca915d950cb44055ed7e3f4f60e))
* pin electron version. fix build of html-renderer on linux ([1b06fbb](https://github.com/nrkno/sofie-package-manager/commit/1b06fbbda9144524f37b4f542427963dbcd3507a))


### Features

* add HTML Renderer ([8610b6e](https://github.com/nrkno/sofie-package-manager/commit/8610b6ebdb4bef441f9e56a3b3be512f3ccbcfad))
6 changes: 3 additions & 3 deletions apps/html-renderer/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-renderer/app",
"version": "1.50.5",
"version": "1.51.0-alpha.0",
"description": "HTML-renderer",
"private": true,
"main": "dist/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"ws": "*"
},
"dependencies": {
"@html-renderer/generic": "1.50.5",
"@sofie-package-manager/api": "1.50.6",
"@html-renderer/generic": "1.51.0-alpha.0",
"@sofie-package-manager/api": "1.51.0-alpha.0",
"portfinder": "^1.0.32",
"tslib": "^2.1.0",
"yargs": "^17.7.2"
Expand Down
19 changes: 19 additions & 0 deletions apps/html-renderer/packages/generic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


### Bug Fixes

* default to png as screenshot ([9bc6a52](https://github.com/nrkno/sofie-package-manager/commit/9bc6a52482486d65ba674cf800c002101cc5701d))
* html-renderer: add support for transparent backgrounds ([c3775a7](https://github.com/nrkno/sofie-package-manager/commit/c3775a71783e3ca915d950cb44055ed7e3f4f60e))
* html-renderer: bug in background color and cropping ([e3e0242](https://github.com/nrkno/sofie-package-manager/commit/e3e024264f05e433dee6c6d3878201d4950536cd))
* pin electron version. fix build of html-renderer on linux ([1b06fbb](https://github.com/nrkno/sofie-package-manager/commit/1b06fbbda9144524f37b4f542427963dbcd3507a))


### Features

* add HTML Renderer ([8610b6e](https://github.com/nrkno/sofie-package-manager/commit/8610b6ebdb4bef441f9e56a3b3be512f3ccbcfad))
4 changes: 2 additions & 2 deletions apps/html-renderer/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-renderer/generic",
"version": "1.50.5",
"version": "1.51.0-alpha.0",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"electron": "*"
},
"dependencies": {
"@sofie-package-manager/api": "1.50.6"
"@sofie-package-manager/api": "1.51.0-alpha.0"
},
"devDependencies": {
"rimraf": "^5.0.5"
Expand Down
8 changes: 8 additions & 0 deletions apps/http-server/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)

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





## [1.50.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04)

**Note:** Version bump only for package @http-server/app
Expand Down
4 changes: 2 additions & 2 deletions apps/http-server/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@http-server/app",
"version": "1.50.7",
"version": "1.51.0-alpha.0",
"description": "Upload to and serve proxies of packages",
"private": true,
"scripts": {
Expand All @@ -11,7 +11,7 @@
"start": "node dist/index.js"
},
"dependencies": {
"@http-server/generic": "1.50.7",
"@http-server/generic": "1.51.0-alpha.0",
"rimraf": "^5.0.5"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
Expand Down
11 changes: 11 additions & 0 deletions apps/http-server/packages/generic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


### Bug Fixes

* reject absolute file paths ([cf207e6](https://github.com/nrkno/sofie-package-manager/commit/cf207e602a7b8c6b9efeca740e8c5bf657569a8c))





## [1.50.7](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.6...v1.50.7) (2024-07-04)


Expand Down
4 changes: 2 additions & 2 deletions apps/http-server/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@http-server/generic",
"version": "1.50.7",
"version": "1.51.0-alpha.0",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@koa/cors": "^5.0.0",
"@sofie-package-manager/api": "1.50.6",
"@sofie-package-manager/api": "1.51.0-alpha.0",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
"koa-range": "^0.3.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/package-manager/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)

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





# [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09)

**Note:** Version bump only for package @package-manager/app
Expand Down
4 changes: 2 additions & 2 deletions apps/package-manager/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@package-manager/app",
"version": "1.50.6",
"version": "1.51.0-alpha.0",
"private": true,
"scripts": {
"build": "yarn rimraf dist && yarn build:main",
Expand All @@ -15,7 +15,7 @@
"typescript": "*"
},
"dependencies": {
"@package-manager/generic": "1.50.6"
"@package-manager/generic": "1.51.0-alpha.0"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
16 changes: 16 additions & 0 deletions apps/package-manager/packages/generic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


### Bug Fixes

* remove outputPrefix for html-template expectations ([43e9887](https://github.com/nrkno/sofie-package-manager/commit/43e9887445c117dc6935960a0d881fd19c3d34dd))


### Features

* add HTML Renderer ([8610b6e](https://github.com/nrkno/sofie-package-manager/commit/8610b6ebdb4bef441f9e56a3b3be512f3ccbcfad))





# [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions apps/package-manager/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@package-manager/generic",
"version": "1.50.6",
"version": "1.51.0-alpha.0",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"@parcel/watcher": "^2.3.0",
"@sofie-package-manager/api": "1.50.6",
"@sofie-package-manager/expectation-manager": "1.50.6",
"@sofie-package-manager/worker": "1.50.6",
"@sofie-package-manager/api": "1.51.0-alpha.0",
"@sofie-package-manager/expectation-manager": "1.51.0-alpha.0",
"@sofie-package-manager/worker": "1.51.0-alpha.0",
"data-store": "^4.0.3",
"deep-extend": "^0.6.0",
"fast-clone": "^1.5.13",
Expand Down
8 changes: 8 additions & 0 deletions apps/quantel-http-transformer-proxy/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)

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





# [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09)

**Note:** Version bump only for package @quantel-http-transformer-proxy/app
Expand Down
4 changes: 2 additions & 2 deletions apps/quantel-http-transformer-proxy/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantel-http-transformer-proxy/app",
"version": "1.50.6",
"version": "1.51.0-alpha.0",
"description": "Proxy for a Quantel HTTP Transformer",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"start": "node dist/index.js"
},
"dependencies": {
"@quantel-http-transformer-proxy/generic": "1.50.6"
"@quantel-http-transformer-proxy/generic": "1.51.0-alpha.0"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)

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





# [1.50.5](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.4...v1.50.5) (2024-04-09)

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

0 comments on commit 3155b09

Please sign in to comment.