|
1 | | -## 1.3.0 (September 19, 2024) |
2 | | - |
3 | | -* Fix bsu builder |
4 | | -* Update documentation and add hcl examples |
5 | | -* Fix security group filters |
6 | | -* Update go modules |
7 | | -* Improved endpoint management |
8 | | -* Fix check call vailidy when global_permission is true |
9 | | - |
10 | | -## 1.2.0 (April 8, 2024) |
11 | | -* add `skip_create_omi` option |
12 | | - |
13 | | -## 1.1.5 (February 23, 2024) |
14 | | - |
15 | | -release v1.1.4 fail because gorelease action brokend |
16 | | -So v1.1.4 is a tag but manage to fix the documentation |
17 | | -v1.1.5 fixed goreleser |
18 | | -* Fix goreleaser gihub action |
19 | | - |
20 | | -## 1.1.4 (February 22, 2024) |
21 | | - |
22 | | -v1.1.4 release deosn't exist |
23 | | -* Update go modules |
24 | | -* Update documentation links for Packer integration |
25 | | -* Update integration Organization name |
26 | | -* Fix documentation on variable use inconsistent ([GH-168](https://github.com/outscale/packer-plugin-outscale/issues/168)) |
27 | | -* Fix Broken docs links ([GH-176](https://github.com/outscale/packer-plugin-outscale/issues/176)) |
28 | | - |
29 | | -## 1.1.3 (October 10, 2023) |
30 | | - |
31 | | -* Packer can't reach with ssh a temporary VM created in a VPC on it's public IP ([GH-159](https://github.com/outscale/packer-plugin-outscale/issues/159)) |
32 | | -* Update docs for local plugin install https://github.com/outscale/packer-plugin-outscale/pull/161 |
33 | | - |
34 | | -## 1.1.2 (August 3, 2023) |
35 | | - |
36 | | -* Update Packer plugin SDK to fix go-cty package ([GH-138](https://github.com/outscale/packer-plugin-outscale/issues/138)) |
37 | | - |
38 | | -## 1.1.1 (Jully 17, 2023) |
| 1 | +## [1.4.0] - 2025-01-30 |
39 | 2 |
|
40 | | -* add frieza to CI by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/150 |
41 | | -* update code owners by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/149 |
42 | | -* fix error retrieving blank pwd by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/148 |
43 | | -* fix dataSource declaration missing in main by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/147 |
44 | | - |
45 | | -## 1.1.0 (May 22, 2023) |
| 3 | +### :bug: Fixed |
| 4 | +- **Fix:** `keypairName` parameter |
| 5 | +- **Fix:** Prevalidation of OMI name filters |
46 | 6 |
|
47 | | -* fix builders links by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/135 |
48 | | -* fix User Agent version and update go version in goReleaser by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/140 |
49 | | -* update links to fix official doc by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/139 |
50 | | -* add new parameter ProductCode in CreateImage by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/142 |
51 | | -* add doc for new parameter productCodes by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/143 |
| 7 | +### :recycle: Refactored |
| 8 | +- **Refactor:** Various code improvements |
52 | 9 |
|
53 | | -## 1.0.7 (April 12, 2023) |
| 10 | +### :arrow_up: Updated |
| 11 | +- **Update:** Go modules |
54 | 12 |
|
55 | | -* fix config servers while creating an osc client |
| 13 | +--- |
56 | 14 |
|
57 | | -## 1.0.6 (March 31, 2023) |
| 15 | +## [1.3.0] - 2024-09-19 |
58 | 16 |
|
59 | | -* upgrade sdk go from v1 to v2 by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/95 |
60 | | -* fix redirection links by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/116 |
61 | | -* do not make snapshot public when global permission is true by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/117 |
62 | | -* replace with working omi for testing purposes by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/114 |
63 | | -* add doc for global permission option by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/125 |
64 | | -* add datasource to output all OMI informations by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/128 |
65 | | -* fix osc sdk go v2 migration and pointers by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/115 |
66 | | -* remove unecessary parameters by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/130 |
67 | | -* Increase wait between getPassword calls by @outscale-mdr in https://github.com/outscale/packer-plugin-outscale/pull/132 |
68 | | -* add doc for data source by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/133 |
| 17 | +### :bug: Fixed |
| 18 | +- **Fix:** BSU builder |
| 19 | +- **Fix:** Security group filters |
| 20 | +- **Fix:** Check call validity when `global_permission` is `true` |
69 | 21 |
|
70 | | -## 1.0.5 (January 17, 2023) |
| 22 | +### :hammer_and_wrench: Changed |
| 23 | +- **Improve:** Endpoint management |
71 | 24 |
|
72 | | -* Release v1.0.5 by @outscale-mdr in https://github.com/outscale/packer-plugin-outscale/pull/109 |
| 25 | +### :memo: Documentation |
| 26 | +- **Docs:** Update documentation and add HCL examples |
73 | 27 |
|
74 | | -## 1.0.4 (January 17, 2023) |
| 28 | +### :arrow_up: Updated |
| 29 | +- **Update:** Go modules |
75 | 30 |
|
76 | | -* Handle globalPermission: allow image to be public by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/79 |
77 | | -* Update Example to match the new version of packer by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/80 |
78 | | -* update go version for CI by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/90 |
79 | | -* fix go fmt by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/93 |
80 | | -* Fix lint and update workflow CI to use ubuntu and go latest version by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/92 |
81 | | -* add example fo test most-recent-omiFilter by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/85 |
82 | | -* add logs for mostRecent test by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/97 |
83 | | -* fix indent workflow yaml file by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/96 |
84 | | -* fix read me format by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/100 |
85 | | -* Bump github.com/zclconf/go-cty from 1.10.0 to 1.11.1 by @dependabot in https://github.com/outscale/packer-plugin-outscale/pull/99 |
86 | | -* Fix make generate and go-cty by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/106 |
87 | | -* remove handling of spot instance as we don't have such a use case in … by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/108 |
88 | | -* add examples with the 3 builders by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/103 |
| 31 | +--- |
89 | 32 |
|
90 | | -## 1.0.3 (September 20, 2022) |
| 33 | +## [1.2.0] - 2024-04-08 |
91 | 34 |
|
92 | | -* Bump github.com/hashicorp/packer-plugin-sdk from 0.2.3 to 0.2.7 by @dependabot in https://github.com/outscale/packer-plugin-outscale/pull/43 |
93 | | -* Validate plugin from the packer-sdc plugin-validate command by @azr in https://github.com/outscale/packer-plugin-outscale/pull/45 |
94 | | -* Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0 by @dependabot in https://github.com/outscale/packer-plugin-outscale/pull/44 |
95 | | -* Bump github.com/hashicorp/packer-plugin-sdk from 0.2.7 to 0.2.9 by @dependabot in https://github.com/outscale/packer-plugin-outscale/pull/47 |
96 | | -* Post migration fixes by @azr in https://github.com/outscale/packer-plugin-outscale/pull/48 |
97 | | -* add .github/releases.yml by @azr in https://github.com/outscale/packer-plugin-outscale/pull/50 |
98 | | -* Bump github.com/hashicorp/hcl/v2 from 2.10.1 to 2.11.1 by @dependabot in https://github.com/outscale/packer-plugin-outscale/pull/49 |
99 | | -* Bump github.com/hashicorp/packer-plugin-sdk from 0.2.9 to 0.2.10 by @dependabot in https://github.com/outscale/packer-plugin-outscale/pull/51 |
100 | | -* Bump github.com/hashicorp/packer-plugin-sdk from 0.2.10 to 0.2.11 by @dependabot in https://github.com/outscale/packer-plugin-outscale/pull/52 |
101 | | -* Migrate CI from Circle-Ci to GitHb Action by @outscale-mdr in https://github.com/outscale/packer-plugin-outscale/pull/53 |
102 | | -* goreleaser: auto-generate changelog by @azr in https://github.com/outscale/packer-plugin-outscale/pull/55 |
103 | | -* Add credential checking by @jerome-jutteau in https://github.com/outscale/packer-plugin-outscale/pull/59 |
104 | | -* Fix docs links by @outscale-mdr in https://github.com/outscale/packer-plugin-outscale/pull/60 |
105 | | -* Add version into User-Agent by @outscale-mdr in https://github.com/outscale/packer-plugin-outscale/pull/56 |
106 | | -* Explicit message on missing params by @outscale-mdr in https://github.com/outscale/packer-plugin-outscale/pull/61 |
107 | | -* Support for the HCP Packer registry by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/70 |
108 | | -* Remove wrong setting of Profile by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/64 |
109 | | -* bump packer sdk version to address legacy SSH key algorithms in SSH communicator by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/78 |
110 | | -* Bump github.com/hashicorp/hcl/v2 from 2.11.1 to 2.14.0 by @dependabot in https://github.com/outscale/packer-plugin-outscale/pull/74 |
111 | | -* Bump github.com/hashicorp/packer-plugin-sdk from 0.2.12 to 0.3.2 by @dependabot in https://github.com/outscale/packer-plugin-outscale/pull/81 |
112 | | -* Auto-merge dependabot requests when tests are OK by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/82 |
113 | | -* Update release.yml by @nywilken in https://github.com/outscale/packer-plugin-outscale/pull/83 |
114 | | -* update github token in worflow ci by @outscale-hmi in https://github.com/outscale/packer-plugin-outscale/pull/84 |
| 35 | +### :sparkles: Added |
| 36 | +- **Feature:** `skip_create_omi` option |
115 | 37 |
|
116 | | -## 1.0.2 (October 7, 2021) |
| 38 | +--- |
117 | 39 |
|
118 | | -Improve the shutdown Behavior handler (#41) |
| 40 | +## [1.1.5] - 2024-02-23 |
119 | 41 |
|
120 | | -* Update osc-sdk-go |
| 42 | +### :bug: Fixed |
| 43 | +- **Fix:** GoReleaser GitHub action |
121 | 44 |
|
122 | | -This update is to fix the issue that DeleteOnVmDeletion was taken into |
123 | | -account when submitting the request to the API |
| 45 | +### :bookmark: Release |
| 46 | +- **Release:** Fixed GoReleaser issue (v1.1.4 tag was invalid) |
124 | 47 |
|
125 | | -* Reject misconfiguration |
| 48 | +--- |
126 | 49 |
|
127 | | -We cannot set shutdown_behavior to terminate and in the same time, |
128 | | -delete_on_vm_deletion to true for the launching device. The reason why |
129 | | -is because we stop the VM and then we perform the snapshot but in this |
130 | | -case, the volume is no longer available. |
| 50 | +## [1.1.4] - 2024-02-22 |
131 | 51 |
|
132 | | -* Change the way we wait the VM |
| 52 | +### :hammer_and_wrench: Changed |
| 53 | +- **Update:** Go modules |
| 54 | +- **Update:** Integration organization name |
133 | 55 |
|
134 | | -When the VM will be terminate, the state will never be 'stopped', in |
135 | | -this case we need to wait for 'deleted' |
| 56 | +### :memo: Documentation |
| 57 | +- **Docs:** Update documentation links for Packer integration |
| 58 | +- **Docs:** Fix inconsistent variable usage ([GH-168](https://github.com/outscale/packer-plugin-outscale/issues/168)) |
| 59 | +- **Docs:** Fix broken documentation links ([GH-176](https://github.com/outscale/packer-plugin-outscale/issues/176)) |
136 | 60 |
|
137 | | -* Add tests for these fixes |
| 61 | +--- |
138 | 62 |
|
139 | | -- builder => reject when shutdown_behavior is terminate and |
140 | | -delete_on_vm_deletion is true |
141 | | -- acc => test that the snapshot is performed when the |
142 | | -delete_on_vm_deletion is terminate |
| 63 | +## [1.1.3] - 2023-10-10 |
| 64 | +* **Fix:** Packer can't reach with SSH a temporary VM created in a VPC on its public IP ([GH-159](https://github.com/outscale/packer-plugin-outscale/issues/159)) |
| 65 | +* **Docs:** Update documentation for local plugin install [PR-161](https://github.com/outscale/packer-plugin-outscale/pull/161) |
143 | 66 |
|
144 | | -* Fix compilation and test errors |
| 67 | +## [1.1.2] - 2023-08-03 |
| 68 | +* **Update:** Packer plugin SDK to fix `go-cty` package ([GH-138](https://github.com/outscale/packer-plugin-outscale/issues/138)) |
145 | 69 |
|
146 | | -* Refactoring of shutdown behaviors |
| 70 | +## [1.1.1] - 2023-07-17 |
| 71 | +* **Add:** Frieza to CI by @outscale-hmi in [PR-150](https://github.com/outscale/packer-plugin-outscale/pull/150) |
| 72 | +* **Update:** Code owners by @outscale-hmi in [PR-149](https://github.com/outscale/packer-plugin-outscale/pull/149) |
| 73 | +* **Fix:** Error retrieving blank password by @outscale-hmi in [PR-148](https://github.com/outscale/packer-plugin-outscale/pull/148) |
| 74 | +* **Fix:** `dataSource` declaration missing in main by @outscale-hmi in [PR-147](https://github.com/outscale/packer-plugin-outscale/pull/147) |
147 | 75 |
|
148 | | -## 1.0.1 (July 14, 2021) |
| 76 | +## [1.1.0] - 2023-05-22 |
| 77 | +* **Fix:** Builders links by @outscale-hmi in [PR-135](https://github.com/outscale/packer-plugin-outscale/pull/135) |
| 78 | +* **Fix:** User-Agent version and update Go version in GoReleaser by @outscale-hmi in [PR-140](https://github.com/outscale/packer-plugin-outscale/pull/140) |
| 79 | +* **Update:** Links to fix official doc by @outscale-hmi in [PR-139](https://github.com/outscale/packer-plugin-outscale/pull/139) |
| 80 | +* **Feature:** Add new parameter `ProductCode` in `CreateImage` by @outscale-hmi in [PR-142](https://github.com/outscale/packer-plugin-outscale/pull/142) |
| 81 | +* **Docs:** Add documentation for new parameter `productCodes` by @outscale-hmi in [PR-143](https://github.com/outscale/packer-plugin-outscale/pull/143) |
149 | 82 |
|
150 | | -* Fix github.com/outscale/osc-sdk-go/osc revision [GH-28] |
| 83 | +## [1.0.7] - 2023-04-12 |
| 84 | +* **Fix:** Config servers while creating an OSC client |
151 | 85 |
|
152 | | -## 1.0.0 (June 14, 2021) |
| 86 | +## [1.0.6] - 2023-03-31 |
| 87 | +* **Upgrade:** SDK Go from v1 to v2 by @outscale-hmi in [PR-95](https://github.com/outscale/packer-plugin-outscale/pull/95) |
| 88 | +* **Fix:** Redirection links by @outscale-hmi in [PR-116](https://github.com/outscale/packer-plugin-outscale/pull/116) |
| 89 | +* **Fix:** Do not make snapshot public when `global_permission` is `true` by @outscale-hmi in [PR-117](https://github.com/outscale/packer-plugin-outscale/pull/117) |
153 | 90 |
|
154 | | -* Allow use of owner-alias field for owners field in Outscale builders [GH-12] |
155 | | -* Update to packer-plugin-sdk v0.2.3 [GH-23] |
156 | | -* Update to github.com/aws/aws-sdk-go v1.38.57 [GH-27] |
157 | | - |
158 | | -## 0.0.1 (April 20, 2021) |
159 | | - |
160 | | -* Outscale Plugin break out from Packer core. Changes prior to break out can be found in [Packer's CHANGELOG](https://github.com/hashicorp/packer/blob/master/CHANGELOG.md). |
| 91 | +## [1.0.5] - 2023-01-17 |
| 92 | +* **Release:** v1.0.5 by @outscale-mdr in [PR-109](https://github.com/outscale/packer-plugin-outscale/pull/109) |
| 93 | + |
| 94 | +## [1.0.4] - 2023-01-17 |
| 95 | +* **Feature:** Handle `globalPermission`: allow image to be public by @outscale-hmi in [PR-79](https://github.com/outscale/packer-plugin-outscale/pull/79) |
| 96 | +* **Docs:** Update example to match the new version of Packer by @outscale-hmi in [PR-80](https://github.com/outscale/packer-plugin-outscale/pull/80) |
| 97 | + |
| 98 | +## [1.0.3] - 2022-09-20 |
| 99 | +* **Upgrade:** Bump `github.com/hashicorp/packer-plugin-sdk` from `0.2.3` to `0.2.7` by @dependabot in [PR-43](https://github.com/outscale/packer-plugin-outscale/pull/43) |
| 100 | + |
| 101 | +## [1.0.2] - 2021-10-07 |
| 102 | +* **Fix:** Improve shutdown behavior handler ([GH-41](https://github.com/outscale/packer-plugin-outscale/issues/41)) |
| 103 | + |
| 104 | +## [1.0.1] - 2021-07-14 |
| 105 | +* **Fix:** `github.com/outscale/osc-sdk-go/osc` revision [GH-28](https://github.com/outscale/packer-plugin-outscale/issues/28) |
| 106 | + |
| 107 | +## [1.0.0] - 2021-06-14 |
| 108 | +* **Feature:** Allow use of `owner-alias` field for `owners` field in Outscale builders [GH-12](https://github.com/outscale/packer-plugin-outscale/issues/12) |
| 109 | + |
| 110 | +## [0.0.1] - 2021-04-20 |
| 111 | +* **Outscale Plugin** break out from Packer core. Changes prior to break out can be found in [Packer's CHANGELOG](https://github.com/hashicorp/packer/blob/master/CHANGELOG.md). |
0 commit comments