Skip to content

Commit 1bcf252

Browse files
authored
Release extension version 0.5.10 (#78)
1 parent 1855ca5 commit 1bcf252

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,61 @@
33
All notable changes to this project will be documented in this file.
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [0.5.10] - 2025-01-21
7+
8+
- Added a publish pipeline
9+
- Fixed an issue with the generate-changelog.sh
10+
- Added an announcement automation for discord
11+
- Added a create release pr for the automation
12+
- Added fixes to the new way of building PR's
13+
- Added a better linting system
14+
- updated the makefile
15+
- Fixed some issues with the ensure processes where we could get nil pointers
16+
- Added a new process to delete vms that were created but the creation process failed
17+
- Added the enforce of the flag force_changes on the create where it will delete vms if the pre-exist
18+
- Fixed some issues with the getVms method where the id was not being escaped
19+
- Added a fix for the intel macs where we now add the user to the sudoers list if not present
20+
- Added a fix where if PD failed to install we would get an error with dependencies
21+
- Added the host_url to the output of the remote_vm
22+
- Fixes a nil pointer in the ensure_machine_stopped
23+
- Added a fix where we will only check for IP changes if the machine is running
24+
- Added the ability to set a post_processor_script to always run on update
25+
- Fixed some issues where in some cases the update would but the vm in the wrong state
26+
- Fixed an issue where some errors would bring a nil pointer
27+
- Added an option to wait for network before querying to the datasource vm
28+
- Added a retry mechanism to attempt to get the internal ip on create/update
29+
- Fixed an issue where packer would still be queried during a host update even if it is not necessary
30+
- Fixed an issue where if it failed to create a reverse proxy host it would break and return nil
31+
- Fixed some issues on delete/create remote images
32+
- Added extra logs to check for an error with intel hosts
33+
- Fix mandatory package dependencies
34+
- Fixed an issue where if we enabled the HTTPS for a host and registered it with an orchestrator, it would fail due to the wrong port
35+
- Added the new resource called vm_state to set an existing VM to a state
36+
- Fixed an issue in the telemetry not being sent correctly
37+
- Fixed #53 an issue where the specs where not being applied correctly if the machine was stop at some points
38+
- Fixed an issue where the specs cpu_count and memory_count where not being calculated correctly
39+
- Resolved #54 Added the ability to use the vm datasource with the orchestrator
40+
- Resolved #58 Added the new shared block to allow port forwarding in the the following providers, clone_vm, remote_image, vagrant_box and deploy
41+
- Updated all examples to include the new formats and the new fields
42+
- Added an output to the following providers, clone_vm, remote_image, vagrant_box showing the internal and external ips if available
43+
- Fixed an issue where if the api_port was changed after it was already deployed it would not register with the host
44+
- Resolved #52 Added a new property to set the desired state for any of the VM providers with keep_running
45+
- Moved the resources files to use the new versioning approach for future upgrades in schemas
46+
- Added the ability to set environment variables in the post processor scripts and on destroy scripts
47+
- Fixed an issue where if a catalog was not found the provider would crash
48+
- Improved a error message for when there is no hardware in a orchestrator that can host the remote image
49+
- Bumps [github.com/pkg/sftp](https://github.com/pkg/sftp) from 1.13.6 to 1.13.7.
50+
- Added the ability to set environment variables in the configuration file to fine-tune DevOps service deployment
51+
- Added an option to update the devops service in a deploy resource
52+
- fixed a bug where the deploy resource would update but failed to report correctly
53+
- Fixed an issue with the client apiresponse being empty
54+
- Added better error messages when checking for resources
55+
- Fixed an issue where by mistake the remoteimage was reporting it did not support orchestrator
56+
- Fixed an issue where remote_vm, vagrant_box and clone_vm would fail if this was pointing to an orchestrator
57+
- Added the ability of only running post scripts if something changed on them
58+
- Added the ability to disbale tls validation for self signed certificates
59+
- Fixed an issue with the https format for the orchestrator
60+
661

762
## [0.2.2] - 2023-01-01
863

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.9
1+
0.5.10

0 commit comments

Comments
 (0)