Skip to content

Commit 1909939

Browse files
authored
Release v2.6.1 #patch
1 parent cbee459 commit 1909939

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
2+
## [v2.6.1](https://github.com/vultr/packer-plugin-vultr/compare/v2.6.0...v2.6.1) (2025-10-17)
3+
### Automation
4+
* Update goreleaser config and action [PR 368](https://github.com/vultr/packer-plugin-vultr/pull/368)
5+
26
## [v2.6.0](https://github.com/vultr/packer-plugin-vultr/compare/v2.5.0...v2.6.0) (2025-10-17)
37
### Dependencies
48
- Bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 [PR 355](https://github.com/vultr/packer-plugin-vultr/pull/226)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
2020
packer {
2121
required_plugins {
2222
vultr = {
23-
version = ">= 2.6.0"
23+
version = ">= 2.6.1"
2424
source = "github.com/vultr/vultr"
2525
}
2626
}

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
var (
1313
// Version is the main version number that is being run at the moment.
14-
Version = "2.6.0"
14+
Version = "2.6.1"
1515

1616
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1717
// (empty string) then it means that it is a final release. Otherwise, this

0 commit comments

Comments
 (0)