chore(dev): prepare development cycle#656
Merged
tenthirtyam merged 1 commit intomainfrom Feb 18, 2026
Merged
Conversation
Prepare the plugin for the 2.2.0 development cycle and pre-release builds. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
There was a problem hiding this comment.
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
Versionfrom2.1.1to2.2.0 - Set
VersionPrereleaseto"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>
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 Fixfeat: Feature or Enhancementdocs: Documentationrefactor: Refactoringchore: Build, Dependencies, Workflows, etc.other: Other (Please describe.)Breaking Changes?
Tests
Output:
Documentation
Issue References
Release Note
Additional Information