Skip to content

chore(dev): prepare development cycle#656

Merged
tenthirtyam merged 1 commit intomainfrom
chore(dev)/prepare-development-cycle-2
Feb 18, 2026
Merged

chore(dev): prepare development cycle#656
tenthirtyam merged 1 commit intomainfrom
chore(dev)/prepare-development-cycle-2

Conversation

@tenthirtyam
Copy link
Copy Markdown
Collaborator

@tenthirtyam tenthirtyam commented Feb 18, 2026

Summary

Updates the package versioning information to reflect the next development cycle.

Versioning update:

Updated the Version in version/version.go from 2.1.1 to 2.2.0 and set VersionPrerelease to "dev" to indicate this is a development build.

Type

  • fix: Bug Fix
  • feat: Feature or Enhancement
  • docs: Documentation
  • refactor: Refactoring
  • chore: Build, Dependencies, Workflows, etc.
  • other: Other (Please describe.)

Breaking Changes?

  • Yes, there are breaking changes.
  • No, there are no breaking changes.

Tests

  • Tests have been added or updated.
  • Tests have been completed.

Output:

Documentation

  • Documentation has been added or updated.

Issue References

Release Note

Additional Information

Prepare the plugin for the 2.2.0 development cycle and pre-release builds.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
@tenthirtyam tenthirtyam added this to the v2.2.0 milestone Feb 18, 2026
@tenthirtyam tenthirtyam self-assigned this Feb 18, 2026
@tenthirtyam tenthirtyam added the chore Chore label Feb 18, 2026
@github-actions github-actions bot added needs-review Needs Review size/xs Relative Sizing: Extra-Small labels Feb 18, 2026
@tenthirtyam tenthirtyam marked this pull request as ready for review February 18, 2026 17:55
Copilot AI review requested due to automatic review settings February 18, 2026 17:55
@tenthirtyam tenthirtyam merged commit 8587200 into main Feb 18, 2026
17 checks passed
@tenthirtyam tenthirtyam deleted the chore(dev)/prepare-development-cycle-2 branch February 18, 2026 17:56
@tenthirtyam tenthirtyam removed the needs-review Needs Review label Feb 18, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the next development cycle by updating the plugin’s embedded version information in version/version.go, which is used to construct the runtime PluginVersion.

Changes:

  • Bumped Version from 2.1.1 to 2.2.0
  • Set VersionPrerelease to "dev" for development builds

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

tenthirtyam added a commit that referenced this pull request Feb 24, 2026
commit 94d217c
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Mon Feb 23 22:02:37 2026 -0500

    docs: fix typos and grammer (#667)

    Addressed spelling, grammar, and phrasing.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>

commit 09e41b6
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Mon Feb 23 22:02:02 2026 -0500

    chore: remove `.go-version` (#666)

    Removed the`.go-version` now that all workflows that use `actions/setup-go` now get the version from the module in `go.mod`.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>

commit 2c7c9c5
Author: Ryan Johnson <ryan@tenthirtyam.org>
Date:   Sun Feb 22 12:09:06 2026 -0500

    docs: update examples url (#664)

    Replaced references to `github.com/vmware-samples/packer-examples-for-vsphere` with `github.com/vmware/packer-examples-for-vsphere`.

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit 2c771b3
Author: Ryan Johnson <ryan@tenthirtyam.org>
Date:   Sun Feb 22 12:01:24 2026 -0500

    docs: update `README.md` (#663)

    Update `README.md`.

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit d17cc76
Author: Ryan Johnson <ryan@tenthirtyam.org>
Date:   Sun Feb 22 11:37:43 2026 -0500

    chore(gh): update release workflow tag pattern (#662)

    Replaced broad `v*` tag filter with a more specific pattern: `v*.*.*` to match stable SemVer releases (e.g. `v2.2.0`) and pre-releases (e.g. `v2.2.0-beta`, `v2.2.0-rc.1`).

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit 6632d05
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Sat Feb 21 12:14:40 2026 -0500

    chore: update `CODEOWNERS` (#661)

    Update `CODEOWNERS`.

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit 224d5a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 20 10:16:58 2026 -0500

    chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#660)

    Bumps [actions/stale](https://github.com/actions/stale) from 10.1.1 to 10.2.0.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@9971854...b5d41d4)

    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: 10.2.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>

commit dee83a3
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Fri Feb 20 08:07:54 2026 -0500

    docs: update `CONTRIBUTING.md` (#658)

    Revised the `CONTRIBUTING.md`.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>

commit 8587200
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Wed Feb 18 12:56:13 2026 -0500

    chore(dev): prepare development cycle (#656)

    Prepare the plugin for the 2.2.0 development cycle and pre-release builds.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
tenthirtyam added a commit that referenced this pull request Mar 5, 2026
commit 94d217c
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Mon Feb 23 22:02:37 2026 -0500

    docs: fix typos and grammer (#667)

    Addressed spelling, grammar, and phrasing.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>

commit 09e41b6
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Mon Feb 23 22:02:02 2026 -0500

    chore: remove `.go-version` (#666)

    Removed the`.go-version` now that all workflows that use `actions/setup-go` now get the version from the module in `go.mod`.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>

commit 2c7c9c5
Author: Ryan Johnson <ryan@tenthirtyam.org>
Date:   Sun Feb 22 12:09:06 2026 -0500

    docs: update examples url (#664)

    Replaced references to `github.com/vmware-samples/packer-examples-for-vsphere` with `github.com/vmware/packer-examples-for-vsphere`.

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit 2c771b3
Author: Ryan Johnson <ryan@tenthirtyam.org>
Date:   Sun Feb 22 12:01:24 2026 -0500

    docs: update `README.md` (#663)

    Update `README.md`.

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit d17cc76
Author: Ryan Johnson <ryan@tenthirtyam.org>
Date:   Sun Feb 22 11:37:43 2026 -0500

    chore(gh): update release workflow tag pattern (#662)

    Replaced broad `v*` tag filter with a more specific pattern: `v*.*.*` to match stable SemVer releases (e.g. `v2.2.0`) and pre-releases (e.g. `v2.2.0-beta`, `v2.2.0-rc.1`).

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit 6632d05
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Sat Feb 21 12:14:40 2026 -0500

    chore: update `CODEOWNERS` (#661)

    Update `CODEOWNERS`.

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit 224d5a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 20 10:16:58 2026 -0500

    chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#660)

    Bumps [actions/stale](https://github.com/actions/stale) from 10.1.1 to 10.2.0.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@9971854...b5d41d4)

    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: 10.2.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>

commit dee83a3
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Fri Feb 20 08:07:54 2026 -0500

    docs: update `CONTRIBUTING.md` (#658)

    Revised the `CONTRIBUTING.md`.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>

commit 8587200
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Wed Feb 18 12:56:13 2026 -0500

    chore(dev): prepare development cycle (#656)

    Prepare the plugin for the 2.2.0 development cycle and pre-release builds.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
@github-actions
Copy link
Copy Markdown

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

chore Chore size/xs Relative Sizing: Extra-Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants