generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 27
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: hashicorp/packer-plugin-vagrant
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hashicorp/packer-plugin-vagrant
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 9 files changed
- 5 contributors
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78d532d - Browse repository at this point
Copy the full SHA 78d532dView commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 83b46b8 - Browse repository at this point
Copy the full SHA 83b46b8View commit details
Commits on Nov 29, 2023
-
Bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2
Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/hashicorp/packer-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/packer-plugin-sdk/blob/main/CHANGELOG.md) - [Commits](hashicorp/packer-plugin-sdk@v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/packer-plugin-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 11c78b0 - Browse repository at this point
Copy the full SHA 11c78b0View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b65e0c6 - Browse repository at this point
Copy the full SHA b65e0c6View commit details -
Make the post-processor able to create vagrant box from M1 macOS images.
Configuration menu - View commit details
-
Copy full SHA for df8fc09 - Browse repository at this point
Copy the full SHA df8fc09View commit details -
Treat
201 Createdresponse codes as successful requestsThe Vagrant Cloud API responds to the creation of resources with `200 OK` and the create version and create provider steps only check for this status code. However according to RESTful conventions the expected response for resource creation would be `201 Created`. From MDN[1]: The HTTP 201 Created success status response code indicates that the request has succeeded and has led to the creation of a resource and restfulapi.net[2]: HTTP Status 201 indicates that as a result of HTTP POST request, one or more new resources have been successfully created on the server. To ensure that the post-processor works with alternative implementations that provide Vagrant Cloud like functionality, but adhere to RESTful conventions, it would be useful if the response code checks allowed a `200` status code. [1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/201 [2] https://restfulapi.net/http-status-201-created/Configuration menu - View commit details
-
Copy full SHA for 1e0caec - Browse repository at this point
Copy the full SHA 1e0caecView commit details
Commits on Jan 16, 2024
-
parallels: error when no VM file found in source
The post-processor, when consuming a parallels artifact, checks for the presence of a pvm or macvm file from the files of the artifact received, and copies it in the output box for vagrant to use later. However, if the artifact does not contain a compatible file, the post-processor does not error, and instead returns a success, leading to an unusable box being produced. To avoid this, we count the files copied, and if none were, the box will be unusable, so the post-processor errors now.
Configuration menu - View commit details
-
Copy full SHA for 0af524f - Browse repository at this point
Copy the full SHA 0af524fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d22623a - Browse repository at this point
Copy the full SHA d22623aView commit details -
parallels: simplify regex for vm files
The original regex had multiple occurrences of a `.+?' pattern, which is essentially the same as a `.*', so we replace the former by the latter for clarity. Additionally, since the beginning of the path does not interest us, we can ignore it from the regex, and only start matching once we have found what's interesting for us, further simplifying the expression.
Configuration menu - View commit details
-
Copy full SHA for 308d101 - Browse repository at this point
Copy the full SHA 308d101View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6021657 - Browse repository at this point
Copy the full SHA 6021657View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.1...v1.1.2