Skip to content

Commit 68296ea

Browse files
release version prepare (#214)
* release version prepare * release version prepare * docker changelog update * removing illumos os binary * changes for removing illumos os binary
1 parent d5b01b5 commit 68296ea

4 files changed

Lines changed: 11 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
strategy:
113113
matrix:
114-
goos: [ freebsd, windows, netbsd, openbsd, solaris, illumos ]
114+
goos: [ freebsd, windows, netbsd, openbsd, solaris ]
115115
goarch: [ "386", "amd64", "arm"]
116116
go: [ "${{ needs.get-go-version.outputs.go-version }}" ]
117117
exclude:
@@ -121,10 +121,6 @@ jobs:
121121
goarch: arm
122122
- goos: windows
123123
goarch: arm
124-
- goos: illumos
125-
goarch: arm
126-
- goos: illumos
127-
goarch: 386
128124
fail-fast: true
129125

130126
name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build

.release/packer-plugin-docker-artifacts.hcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ artifacts {
99
"packer-plugin-docker_${version}_freebsd_386.zip",
1010
"packer-plugin-docker_${version}_freebsd_amd64.zip",
1111
"packer-plugin-docker_${version}_freebsd_arm.zip",
12-
"packer-plugin-docker_${version}_illumos_amd64.zip",
1312
"packer-plugin-docker_${version}_linux_386.zip",
1413
"packer-plugin-docker_${version}_linux_amd64.zip",
1514
"packer-plugin-docker_${version}_linux_arm.zip",

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# Latest Release
2-
3-
Please refer to [releases](https://github.com/hashicorp/packer-plugin-docker/releases) for the latest CHANGELOG information.
4-
5-
## 1.1.2 (Upcoming...)
1+
## 1.1.2 (July 31, 2025)
62

73
### IMPROVEMENTS:
84

95
* core: Changes to pull official packer plugins binaries from official site (releases.hashicorp.com).
106
This change allows Packer to automatically download and install official plugins from the HashiCorp official release site.
117
This change standardizes our release process and ensures a more secure and reliable pipeline for plugin delivery.
128
[GH-13431](https://github.com/hashicorp/packer/pull/13431)
9+
1310
* CRT migration changes by @anshulsharma-hashicorp in https://github.com/hashicorp/packer-plugin-docker/pull/210
11+
Change in the release process of the packer plugins binaries to releases it in the [HashiCorp official releases site](https://releases.hashicorp.com/packer-plugin-docker/).
12+
This change standardizes our release process and ensures a more secure and reliable pipeline for plugin delivery.
1413

1514
### Other Changes
1615
* build(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.4 to 0.6.0 by @dependabot[bot] in https://github.com/hashicorp/packer-plugin-docker/pull/200
@@ -26,6 +25,11 @@ Please refer to [releases](https://github.com/hashicorp/packer-plugin-docker/rel
2625
* @radtriste made their first contribution in https://github.com/hashicorp/packer-plugin-docker/pull/204
2726
* @anshulsharma-hashicorp made their first contribution in https://github.com/hashicorp/packer-plugin-docker/pull/210
2827
---
28+
29+
# Changelog of previous releases can be found below.
30+
31+
Please refer to [releases](https://github.com/hashicorp/packer-plugin-docker/releases) for the latest CHANGELOG information.
32+
2933
## 1.0.3 (October 29, 2021)
3034

3135
### IMPROVEMENTS:

version/VERSION

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

0 commit comments

Comments
 (0)