Skip to content

Commit 6f103ea

Browse files
sanyaraj2424sanyaraj2424
andauthored
Docker Plugin Release Version 1.1.3 (#234)
* golangci-lint version upgrade * lint fix * update golangci-lint action to only report new issues * vulnerability fix * version upgrade * crypto ,net version upgrade * Docker Plugin Release Version 1.1.3 --------- Co-authored-by: sanyaraj2424 <sanya@hashicorp.com>
1 parent 3c334a0 commit 6f103ea

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 1.1.3 (June 9, 2026)
2+
3+
### BUG FIXES:
4+
5+
* Fix security vulnerabilities by updating transitive dependencies (including `ulikunitz`) by @sanyaraj2424 in https://github.com/hashicorp/packer-plugin-docker/pull/233
6+
* Fix authorization-related and dependency issues through module updates by @sanyaraj2424 in https://github.com/hashicorp/packer-plugin-docker/pull/228 and https://github.com/hashicorp/packer-plugin-docker/pull/229
7+
8+
### IMPROVEMENTS:
9+
10+
* Update `github.com/hashicorp/packer-plugin-sdk` dependency by @dependabot[bot] in https://github.com/hashicorp/packer-plugin-docker/pull/222 and https://github.com/hashicorp/packer-plugin-docker/pull/232
11+
* Improve CI linting reliability by upgrading `golangci-lint`, migrating lint configuration, and reporting only new issues by @sanyaraj2424.
12+
* Add automated backport workflow support by @devashish-patel in https://github.com/hashicorp/packer-plugin-docker/pull/221
13+
* Update Docker builder documentation by @aslindhurai-suntrion in https://github.com/hashicorp/packer-plugin-docker/pull/218
14+
* Update copyright and license headers for compliance by @hashicorp-copywrite[bot] in https://github.com/hashicorp/packer-plugin-docker/pull/223
15+
16+
### Other Changes
17+
18+
* Release preparation and version update changes for `1.1.3` by @sanyaraj2424
19+
* Dev version preparation by @anshulSharma in https://github.com/hashicorp/packer-plugin-docker/pull/217
20+
121
## 1.1.2 (July 31, 2025)
222

323
### IMPROVEMENTS:

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.3-dev
1+
1.1.3

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
77

88
var (
99
Version = "1.1.3"
10-
VersionPrerelease = "dev"
10+
VersionPrerelease = ""
1111
VersionMetadata = ""
1212
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
1313
)

0 commit comments

Comments
 (0)