Skip to content

Conversation

@dappnodedev
Copy link
Contributor

After failing to publish SDK to npm (due to a wrong version of actions/create-release fixed in #423) the manifest version has been set to a wrong value

@dappnodedev dappnodedev requested a review from a team as a code owner May 2, 2024 08:08
@dappnodedev dappnodedev merged commit fffab38 into master May 2, 2024
@dappnodedev dappnodedev deleted the bugfix/fix-latest-sdk-version branch May 2, 2024 08:17
dappnodedev added a commit that referenced this pull request May 3, 2024
commit 0cda262
Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
Date:   Thu May 2 10:28:27 2024 +0200

    Update package.json version (#425)

commit fffab38
Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
Date:   Thu May 2 10:17:57 2024 +0200

    Latest SDK published version i 0.3.20 (#424)

commit e03ab72
Author: dappnodedev <diego@dappnode.io>
Date:   Thu May 2 10:03:18 2024 +0200

    0.3.24

commit 8bb2b6e
Author: dappnodedev <diego@dappnode.io>
Date:   Thu May 2 09:59:45 2024 +0200

    0.3.23

commit e80c9ab
Author: dappnodedev <diego@dappnode.io>
Date:   Thu May 2 09:38:59 2024 +0200

    0.3.22

commit 9f70ac9
Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
Date:   Thu May 2 09:38:03 2024 +0200

    Fix create-release action (#423)

commit cec9c30
Author: dappnodedev <diego@dappnode.io>
Date:   Thu May 2 09:24:21 2024 +0200

    0.3.21

commit dcfbbab
Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
Date:   Thu May 2 09:23:46 2024 +0200

    Bump @dappnode/schemas to 0.1.20 (#422)
dappnodedev added a commit that referenced this pull request May 8, 2024
* Reorganize init

* Add init tests

* Fix end to end test import

* Reorganize init command

* Avoid undefined in console log

* Enable build for variants

* Reorganize build command

* Add variant alias to flag

* Comment versions for all variants in build action

* Enable build and comment for bump action in multi variants

* Remove unused file

* Add TODO comments

* Avoid error on invalid variants

* Add package variant to context

* Add test for multi-variant package repo

* Throw error on invalid variants

* Add aliases to flags

* Add alias to compose file name

* Rename getImagePath

* Improve parse archs function

* Bump schemas version to 0.1.20

* Extract print results function

* Simplify build handler

* Reorganize buildAndUpload task

* Split build tasks into several files

* Improve connection verification

* Improve file validation task

* Improve file copy task

* Fix tests

* Update comment

* Run prettier

* Fix compose validation

* Fix docker image build

* read undefined number of files (compose and manifest)

* Fix read manifest calls

* Add temporary compose to gitignore

* Improve validation

* Rename writeBuildCompose to writeTmpCompose

* Save releases.json for each variant

* Squashed commit of the following:

commit 0cda262
Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
Date:   Thu May 2 10:28:27 2024 +0200

    Update package.json version (#425)

commit fffab38
Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
Date:   Thu May 2 10:17:57 2024 +0200

    Latest SDK published version i 0.3.20 (#424)

commit e03ab72
Author: dappnodedev <diego@dappnode.io>
Date:   Thu May 2 10:03:18 2024 +0200

    0.3.24

commit 8bb2b6e
Author: dappnodedev <diego@dappnode.io>
Date:   Thu May 2 09:59:45 2024 +0200

    0.3.23

commit e80c9ab
Author: dappnodedev <diego@dappnode.io>
Date:   Thu May 2 09:38:59 2024 +0200

    0.3.22

commit 9f70ac9
Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
Date:   Thu May 2 09:38:03 2024 +0200

    Fix create-release action (#423)

commit cec9c30
Author: dappnodedev <diego@dappnode.io>
Date:   Thu May 2 09:24:21 2024 +0200

    0.3.21

commit dcfbbab
Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
Date:   Thu May 2 09:23:46 2024 +0200

    Bump @dappnode/schemas to 0.1.20 (#422)

* Improve build tasks

* Update chai version

* Run all tests

* Fix build tests

* Add skip condition to save task

* Fix publish tests

* Fix publish tasks

* Fix variant manifest path

* Make skip upload and save independent

* Skip upload results

* Rename function to getValidVariantNames

* Update read files description

* Rename defaultVariantsDir to ...DirName

* Move writeTmpCompose to specific file

* More testing for variant build
dappnodedev added a commit that referenced this pull request May 8, 2024
commit bd7d9bb
Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
Date:   Wed May 8 12:24:16 2024 +0200

    Enable build for variants (#421)

    * Reorganize init

    * Add init tests

    * Fix end to end test import

    * Reorganize init command

    * Avoid undefined in console log

    * Enable build for variants

    * Reorganize build command

    * Add variant alias to flag

    * Comment versions for all variants in build action

    * Enable build and comment for bump action in multi variants

    * Remove unused file

    * Add TODO comments

    * Avoid error on invalid variants

    * Add package variant to context

    * Add test for multi-variant package repo

    * Throw error on invalid variants

    * Add aliases to flags

    * Add alias to compose file name

    * Rename getImagePath

    * Improve parse archs function

    * Bump schemas version to 0.1.20

    * Extract print results function

    * Simplify build handler

    * Reorganize buildAndUpload task

    * Split build tasks into several files

    * Improve connection verification

    * Improve file validation task

    * Improve file copy task

    * Fix tests

    * Update comment

    * Run prettier

    * Fix compose validation

    * Fix docker image build

    * read undefined number of files (compose and manifest)

    * Fix read manifest calls

    * Add temporary compose to gitignore

    * Improve validation

    * Rename writeBuildCompose to writeTmpCompose

    * Save releases.json for each variant

    * Squashed commit of the following:

    commit 0cda262
    Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
    Date:   Thu May 2 10:28:27 2024 +0200

        Update package.json version (#425)

    commit fffab38
    Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
    Date:   Thu May 2 10:17:57 2024 +0200

        Latest SDK published version i 0.3.20 (#424)

    commit e03ab72
    Author: dappnodedev <diego@dappnode.io>
    Date:   Thu May 2 10:03:18 2024 +0200

        0.3.24

    commit 8bb2b6e
    Author: dappnodedev <diego@dappnode.io>
    Date:   Thu May 2 09:59:45 2024 +0200

        0.3.23

    commit e80c9ab
    Author: dappnodedev <diego@dappnode.io>
    Date:   Thu May 2 09:38:59 2024 +0200

        0.3.22

    commit 9f70ac9
    Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
    Date:   Thu May 2 09:38:03 2024 +0200

        Fix create-release action (#423)

    commit cec9c30
    Author: dappnodedev <diego@dappnode.io>
    Date:   Thu May 2 09:24:21 2024 +0200

        0.3.21

    commit dcfbbab
    Author: dappnodedev <144998261+dappnodedev@users.noreply.github.com>
    Date:   Thu May 2 09:23:46 2024 +0200

        Bump @dappnode/schemas to 0.1.20 (#422)

    * Improve build tasks

    * Update chai version

    * Run all tests

    * Fix build tests

    * Add skip condition to save task

    * Fix publish tests

    * Fix publish tasks

    * Fix variant manifest path

    * Make skip upload and save independent

    * Skip upload results

    * Rename function to getValidVariantNames

    * Update read files description

    * Rename defaultVariantsDir to ...DirName

    * Move writeTmpCompose to specific file

    * More testing for variant build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants