Skip to content

Releases: balena-io/open-balena

v4.1.81

30 Aug 17:16
0c7aea3
Compare
Choose a tag to compare

Update balena/open-balena-api Docker tag to v26.4.2

Notable changes

  • Fix Dockerfile linting [Pagan Gazzard]
  • Remove the no longer necessary version suffix in v6 $toResource translations [Thodoris Greasidis]
  • Update @​balena/pinejs to 18.2.1 [Thodoris Greasidis]
    • Fix using $filter on PATCH&DELETE requests on translated properties [Thodoris Greasidis]
    • Test cases to reproduce Patch Translation issue [fisehara]
    • Add support for and prefer providing the unaliased $toResource [Pagan Gazzard]
    • Translations: prefer translating to the unaliased resource of the target model [Pagan Gazzard]
    • Tests: stop using deprecated faker functions [Pagan Gazzard]
    • Translations: strip the version alias from renames when possible [Pagan Gazzard]
    • Translations: use the toAbstractSqlModel to fetch the toTable info [Pagan Gazzard]
balena-io/open-balena-api (balena/open-balena-api)

v26.4.2

Compare Source

86f808f (Fix Dockerfile linting, 2024-08-30)

v26.4.2

Compare Source

  • Fix Dockerfile linting [Pagan Gazzard]

v26.4.1

Compare Source

d9e62d8 (Remove the no longer necessary version suffix in v6 $toResource translations, 2024-08-30)
885b0cf (Update @​balena/pinejs to 18.2.1, 2024-08-27)

v26.4.1

Compare Source

  • Remove the no longer necessary version suffix in v6 $toResource translations [Thodoris Greasidis]
Update @​balena/pinejs to 18.2.1 [Thodoris Greasidis]

pinejs-18.2.1 - Invalid date

  • Fix using $filter on PATCH&DELETE requests on translated properties [Thodoris Greasidis]
  • Test cases to reproduce Patch Translation issue [fisehara]

pinejs-18.2.0 - Invalid date

  • Add support for and prefer providing the unaliased $toResource [Pagan Gazzard]

pinejs-18.1.5 - Invalid date

  • Translations: prefer translating to the unaliased resource of the target model [Pagan Gazzard]

pinejs-18.1.4 - 2024-08-29

Update dependencies [Pagan Gazzard]

odata-to-abstract-sql-6.3.0 - 2024-08-26

  • Support PUT/PATCH/DELETE requests on resources with a translated ID field [Thodoris Greasidis]

odata-to-abstract-sql-6.2.8 - 2024-08-26

Update dependencies [Pagan Gazzard]
abstract-sql-compiler-9.2.0 - 2024-06-12
  • Adds EndsWithNode and ContainsNode typings [Pagan Gazzard]
lf-to-abstract-sql-5.0.2 - 2024-03-05
Update `@balena/sbvr-types` devDependency [Harald Fischer]
sbvr-types-7.0.1 - 2024-03-04
sbvr-types-7.0.0 - 2024-03-04
  • Return ISODateString instead of date [fisehara]
sbvr-types-6.1.1 - 2024-01-02
sbvr-types-6.1.0 - 2023-10-03
  • Add checksum to WebResource [Otávio Jacobi]
sbvr-types-6.0.0 - 2023-08-09
  • Change contents to snake_case [Otávio Jacobi]
sbvr-types-5.2.0 - 2023-08-08
  • Expose WebResource as WebResourceType [Otávio Jacobi]
sbvr-types-5.1.0 - 2023-08-03
  • Adds WebResource type [Otávio Jacobi]
odata-parser-3.0.8 - 2024-06-04
  • Fix type checking of the declaration file [Pagan Gazzard]
odata-parser-3.0.7 - 2024-04-13
  • Update dependency husky to v9 [Self-hosted Renovate Bot]
odata-parser-3.0.6 - 2024-04-12
  • Update dependency peggy to v4 [Self-hosted Renovate Bot]
odata-parser-3.0.5 - 2024-04-12
  • Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
odata-parser-3.0.4 - 2024-04-12
sbvr-parser-1.4.6 - Invalid date
sbvr-parser-1.4.5 - 2024-06-18
  • Switch to an inflection library from npm which does not monkey patch [Pagan Gazzard]
sbvr-parser-1.4.4 - 2024-03-05
  • Updated @balena/sbvr-types [Harald Fischer]
sbvr-types-7.1.3 - 2024-06-12
  • Add typings for all abstract sql fragments, fixing where necessary [Pagan Gazzard]
sbvr-types-7.1.2 - 2024-06-12
  • Explicitly type the compare function for hashed [Pagan Gazzard]
sbvr-types-7.1.1 - 2024-06-04
  • Accept Date for the write types of Date Time/Date/Time [Pagan Gazzard]
sbvr-types-7.1.0 - 2024-04-25
  • Export typescript read/write types for each sbvr type [Pagan Gazzard]
sbvr-types-7.0.10 - 2024-04-09
  • Update Big Serial concept type to Big Integer [Josh Bowling]
sbvr-types-7.0.9 - 2024-04-09
  • Add Big Serial to Type.sbvr [Josh Bowling]
sbvr-types-7.0.8 - 2024-04-09
  • Update prepare script for husky v9 [Josh Bowling]
  • Update dependency husky to v9 [Self-hosted Renovate Bot]
sbvr-types-7.0.7 - 2024-04-09
sbvr-types-7.0.6 - 2024-03-21
  • Improve JSON typings [Pagan Gazzard]
sbvr-types-7.0.5 - 2024-03-13
  • Remove unnecessary catch bindings [Pagan Gazzard]
sbvr-types-7.0.4 - 2024-03-13
  • Improve validate typings [Pagan Gazzard]
sbvr-types-7.0.3 - 2024-03-12
  • Improve fetchProcessing typings [Pagan Gazzard]
sbvr-types-7.0.2 - 2024-03-12
  • Tests: convert to typescript [Pagan Gazzard]

pinejs-client-js-7.0.1 - 2024-08-29

  • Change ExpandPropsOf and ExpandToResponse helpers to check the common case first [Pagan Gazzard]

pinejs-18.1.3 - 2024-08-28

  • Tests: stop using deprecated faker functions [Pagan Gazzard]

pinejs-18.1.2 - 2024-08-27

  • Translations: strip the version alias from renames when possible [Pagan Gazzard]
  • Translations: use the toAbstractSqlModel to fetch the toTable info [Pagan Gazzard]

List of commits

be3de75 (Update balena/open-balena-api Docker tag to v26.4.2, 2024-08-30)

v4.1.80

29 Aug 16:17
2c12a99
Compare
Choose a tag to compare

Update balena/open-balena-registry Docker tag to v2.41.4

Notable changes

  • Update balena/open-balena-base Docker tag to v18.0.12 [Self-hosted Renovate Bot]
    • Update dependency npm to v10.8.3 [Self-hosted Renovate Bot]
balena-io/open-balena-registry (balena/open-balena-registry)

v2.41.4

Compare Source

(2024-08-28)

Update balena/open-balena-base Docker tag to v18.0.12 [Self-hosted Renovate Bot]

open-balena-base-18.0.12

(2024-08-28)

  • Update dependency npm to v10.8.3 [Self-hosted Renovate Bot]

v2.41.4

Compare Source

(2024-08-28)

Update balena/open-balena-base Docker tag to v18.0.12 [Self-hosted Renovate Bot]

open-balena-base-18.0.12

(2024-08-28)

  • Update dependency npm to v10.8.3 [Self-hosted Renovate Bot]

List of commits

6e053b1 (Update balena/open-balena-registry Docker tag to v2.41.4, 2024-08-28)

v4.1.79

28 Aug 23:18
53166d6
Compare
Choose a tag to compare

Update balena/open-balena-s3 Docker tag to v2.28.54

Notable changes

  • Update balena/open-balena-base Docker tag to v18.0.12 [Self-hosted Renovate Bot]
    • Update dependency npm to v10.8.3 [Self-hosted Renovate Bot]
balena-io/open-balena-s3 (balena/open-balena-s3)

v2.28.54

Compare Source

(2024-08-28)

Update balena/open-balena-base Docker tag to v18.0.12 [Self-hosted Renovate Bot]

open-balena-base-18.0.12

(2024-08-28)

  • Update dependency npm to v10.8.3 [Self-hosted Renovate Bot]

v2.28.54

Compare Source

(2024-08-28)

Update balena/open-balena-base Docker tag to v18.0.12 [Self-hosted Renovate Bot]

open-balena-base-18.0.12

(2024-08-28)

  • Update dependency npm to v10.8.3 [Self-hosted Renovate Bot]

List of commits

f82b997 (Update balena/open-balena-s3 Docker tag to v2.28.54, 2024-08-28)

v4.1.78

27 Aug 14:18
2e86b31
Compare
Choose a tag to compare

Update balena/open-balena-api Docker tag to v26.4.0

Notable changes

  • Release the v7 model [Thodoris Greasidis]
  • Standardize node-redis and ioredis keepalive/connectTimeout settings [Pagan Gazzard]
balena-io/open-balena-api (balena/open-balena-api)

v26.4.0

Compare Source

50da5cf (Release the v7 model, 2024-07-19)

v26.4.0

Compare Source

  • Release the v7 model [Thodoris Greasidis]

v26.3.6

Compare Source

fd903a6 (Standardize node-redis and ioredis keepalive/connectTimeout settings, 2024-08-23)

v26.3.6

Compare Source

  • Standardize node-redis and ioredis keepalive/connectTimeout settings [Pagan Gazzard]

List of commits

e63f0f0 (Update balena/open-balena-api Docker tag to v26.4.0, 2024-08-27)

v4.1.77

27 Aug 04:16
002dc44
Compare
Choose a tag to compare

2ec7207 (Update aws-actions/configure-aws-credentials digest to 0fc95ed, 2024-08-27)

v4.1.76

26 Aug 04:11
2dc4dd1
Compare
Choose a tag to compare

Update balena/open-balena-api Docker tag to v26.3.5

Notable changes

  • Lock file maintenance [Self-hosted Renovate Bot]
balena-io/open-balena-api (balena/open-balena-api)

v26.3.5

Compare Source

4bd536f (Lock file maintenance, 2024-08-26)

v26.3.5

Compare Source

  • Lock file maintenance [Self-hosted Renovate Bot]

v26.3.4

Compare Source

d9a2b95 (Lock file maintenance, 2024-08-26)

v26.3.4

Compare Source

  • Lock file maintenance [Self-hosted Renovate Bot]

List of commits

9b15f95 (Update balena/open-balena-api Docker tag to v26.3.5, 2024-08-26)

v4.1.75

23 Aug 00:14
bef86ce
Compare
Choose a tag to compare

Update balena/open-balena-api Docker tag to v26.3.3

Notable changes

  • Update dependency node to v22.7.0 [Self-hosted Renovate Bot]
    -balena-io-modules/open-balena-base (balena/open-balena-base)
  • Update balena/open-balena-base Docker tag to v18.0.11 [Self-hosted Renovate Bot]
    • Update dependency node to v22.7.0 [Self-hosted Renovate Bot]
  • Lock file maintenance [Self-hosted Renovate Bot]
balena-io/open-balena-api (balena/open-balena-api)

v26.3.3

Compare Source

Update balena/open-balena-base Docker tag to v18.0.11

Notable changes
  • Update dependency node to v22.7.0 [Self-hosted Renovate Bot]
balena-io-modules/open-balena-base (balena/open-balena-base)
v18.0.11

Compare Source

(2024-08-22)
  • Update dependency node to v22.7.0 [Self-hosted Renovate Bot]
v18.0.11

Compare Source

(2024-08-22)
  • Update dependency node to v22.7.0 [Self-hosted Renovate Bot]
List of commits

7e48e3d (Update balena/open-balena-base Docker tag to v18.0.11, 2024-08-22)

v26.3.3

Compare Source

Update balena/open-balena-base Docker tag to v18.0.11 [Self-hosted Renovate Bot]

open-balena-base-18.0.11 - 2024-08-22

  • Update dependency node to v22.7.0 [Self-hosted Renovate Bot]

v26.3.2

Compare Source

322213a (Lock file maintenance, 2024-08-21)

v26.3.2

Compare Source

  • Lock file maintenance [Self-hosted Renovate Bot]

List of commits

4985538 (Update balena/open-balena-api Docker tag to v26.3.3, 2024-08-22)

v4.1.74

22 Aug 23:13
65ddff7
Compare
Choose a tag to compare

Update dependency balena-io/balena-cli to v19

Notable changes

balena-io/balena-cli (balena-io/balena-cli)

v19.0.0

Compare Source

4760866 (Update all references of lib to src, 2024-08-22)
2b04434 (Rename the lib folder to src, 2024-08-22)
c9fa10b (Update @​balena/compose to 4.0.1 Update @​balena/compose from 3.2.1 to 4.0.1, 2024-07-19)
63674c8 (Use standard visuals table component for fleet/s, 2024-07-17)

List of commits

5b36a03 (Update dependency balena-io/balena-cli to v19, 2024-08-22)

v4.1.73

22 Aug 20:16
d3ed267
Compare
Choose a tag to compare

Update balena/open-balena-registry Docker tag to v2.41.3

Notable changes

  • Update docker Docker tag to v27.1.2 [Self-hosted Renovate Bot]
balena-io/open-balena-registry (balena/open-balena-registry)

v2.41.3

Compare Source

(2024-08-22)

  • Update docker Docker tag to v27.1.2 [Self-hosted Renovate Bot]

v2.41.3

Compare Source

(2024-08-22)

  • Update docker Docker tag to v27.1.2 [Self-hosted Renovate Bot]

List of commits

301216f (Update balena/open-balena-registry Docker tag to v2.41.3, 2024-08-22)

v4.1.72

22 Aug 19:15
6b4e4bd
Compare
Choose a tag to compare

Update balena/open-balena-s3 Docker tag to v2.28.53

Notable changes

  • Update balena/open-balena-base Docker tag to v18.0.11 [Self-hosted Renovate Bot]
    • Update dependency node to v22.7.0 [Self-hosted Renovate Bot]
balena-io/open-balena-s3 (balena/open-balena-s3)

v2.28.53

Compare Source

(2024-08-22)

Update balena/open-balena-base Docker tag to v18.0.11 [Self-hosted Renovate Bot]

open-balena-base-18.0.11

(2024-08-22)

  • Update dependency node to v22.7.0 [Self-hosted Renovate Bot]

v2.28.53

Compare Source

(2024-08-22)

Update balena/open-balena-base Docker tag to v18.0.11 [Self-hosted Renovate Bot]

open-balena-base-18.0.11

(2024-08-22)

  • Update dependency node to v22.7.0 [Self-hosted Renovate Bot]

List of commits

704c84b (Update balena/open-balena-s3 Docker tag to v2.28.53, 2024-08-22)