Skip to content

Fix/default append rke#52

Merged
rmocanu-ionos merged 16 commits intorelease-2.11.xfrom
fix/default-append-rke
Nov 26, 2025
Merged

Fix/default append rke#52
rmocanu-ionos merged 16 commits intorelease-2.11.xfrom
fix/default-append-rke

Conversation

@rmocanu-ionos
Copy link
Copy Markdown
Collaborator

No description provided.

github-actions bot and others added 16 commits March 31, 2025 12:09
* chore: updated deps and annotations

* fix: fix to cloud credentials field update, update components version

* fix: add .nvmrc

* fix: fix release workflow

* chore: try new version

* chore: try new version
* chore: updated deps and annotations

* fix: fix to cloud credentials field update, update components version

* fix: add .nvmrc

* fix: fix release workflow

* chore: try new version

* chore: try new version

* chore: try new version

* fix: change target branch
Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3.
- [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md)
- [Commits](browserify/pbkdf2@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: pbkdf2
  dependency-version: 3.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12.
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md)
- [Commits](browserify/sha.js@v2.4.11...v2.4.12)

---
updated-dependencies:
- dependency-name: sha.js
  dependency-version: 2.4.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@rmocanu-ionos rmocanu-ionos merged commit 9fd9ce5 into release-2.11.x Nov 26, 2025
@rmocanu-ionos rmocanu-ionos deleted the fix/default-append-rke branch November 26, 2025 11:57
rmocanu-ionos added a commit that referenced this pull request Nov 26, 2025
* feat: add additionalDisks input (#51)

* Fix/default append rke (#52)

* CI Build Artifacts

* CI Build Artifacts

* Release 2.10.x (#34)

* chore: updated deps and annotations

* fix: fix to cloud credentials field update, update components version

* fix: add .nvmrc

* fix: fix release workflow

* chore: try new version

* chore: try new version

* CI Build Artifacts

* Revert to b0a8cc6

* Release 2.10.x (#35)

* chore: updated deps and annotations

* fix: fix to cloud credentials field update, update components version

* fix: add .nvmrc

* fix: fix release workflow

* chore: try new version

* chore: try new version

* chore: try new version

* fix: change target branch

* chore: update deps and version (#42)

* chore(deps): bump pbkdf2 from 3.1.2 to 3.1.3 (#41)

Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3.
- [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md)
- [Commits](browserify/pbkdf2@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: pbkdf2
  dependency-version: 3.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump tmp from 0.2.3 to 0.2.4 (#44)

Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump sha.js from 2.4.11 to 2.4.12 (#47)

Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12.
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md)
- [Commits](browserify/sha.js@v2.4.11...v2.4.12)

---
updated-dependencies:
- dependency-name: sha.js
  dependency-version: 2.4.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: increment version

* feat: add additionalDisks input (#50)

* fix: use ?? to determine if default value should be used

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alexandru Claudius Virtopeanu <alexandru-claudius.virtopeanu@ionos.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: update packages (#54)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alexandru Claudius Virtopeanu <alexandru-claudius.virtopeanu@ionos.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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