Skip to content

Release 1.10.0#407

Merged
yec-akamai merged 11 commits intomainfrom
dev
Mar 4, 2026
Merged

Release 1.10.0#407
yec-akamai merged 11 commits intomainfrom
dev

Conversation

@yec-akamai
Copy link
Contributor

No description provided.

zliang-akamai and others added 11 commits February 4, 2026 03:36
Removed the preview section from the pull request template.
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.34.0 to 0.35.0.
- [Commits](golang/oauth2@v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.4.0 to 7.0.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@e435ccd...ec59f47)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6 to 7.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
- [Commits](crazy-max/ghaction-import-gpg@v6...v7)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Bumps [github.com/linode/linodego](https://github.com/linode/linodego) from 1.64.0 to 1.65.0.
- [Release notes](https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.64.0...v1.65.0)

---
updated-dependencies:
- dependency-name: github.com/linode/linodego
  dependency-version: 1.65.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.47.0 to 0.48.0.
- [Commits](golang/crypto@v0.47.0...v0.48.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove redundant if statement (already covered in 'on:' section)

* Add option to upload test report for manual run on demand only

* Add always statement and repo name to process-upload-report

* Revert commit SHA changes

* Set test_upload_report to choice type as it is unequivocal
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….0 (#405)

Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases)
- [Commits](crazy-max/ghaction-github-labeler@24d110a...548a7c3)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-labeler
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* CI go version update

* Fix image requirements

* Refactor error messages for consistency and clarity; check config and disk coexistent requirement

* better disk and config check logic

* Require image on disk

* Add image_disk_label attribute; validate uniqueness of disk labels

* Not to require image in disk

* Refactor repetitive devices

* Unit test and some error handling fixes

* Not always set root pass

* Fix go version requirements

* Update AGENTS.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Remove image_disk_label and resolve the disk to be imaged from booted config

* Wrap selecting boot config function

* cleanup

* Lint

* Add notice claiming not supporting imaging volume

* generate docs

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Only add SSH key to linode create options when no custom disk is configured

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@yec-akamai yec-akamai requested a review from a team as a code owner March 4, 2026 21:29
@yec-akamai yec-akamai requested review from mawilk90 and mgwoj and removed request for a team March 4, 2026 21:29
@yec-akamai yec-akamai added the ignore-for-release PRs you do not want to render in the changelog label Mar 4, 2026
@yec-akamai yec-akamai changed the title Release 1.9.1 Release 1.10.0 Mar 4, 2026
@yec-akamai yec-akamai merged commit 34ec520 into main Mar 4, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore-for-release PRs you do not want to render in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants