-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: include version in artifact names and tags
Get rid of Terraform / Atlas Artifact Registry. Closes #78. Also closes #49. The following artifacts are named with version: * AMIs * VirtualBox VMs * VirtualBox images (files) * Vagrant box files * Packer output directories for VirtualBox builders The following artifacts are named without version: * Vagrant boxes The following artifacts are named with version and timestamp: * Packer manifests Each obtainment of artifact is made with explicit version: * AMIs - with version tag * VagrantBox images - with version specified in names of directory and file * Vagrant boxes - with built-in version property Use of `most_recent` filter is prohibited. Labels in names are named according to SemVer with the following interpretations and deviations: 1. Environment name is considered as the part of the name. It is separated from the base name with hyphen `-` and precedes a version. 2. Architecture and builder (provider, format) are considered as build metadata. 3. If timestamp is present it is appended in the end with hyphen `-` separator. 4. In the names of the following artifacts plus `+` separator is replaced with low line (ground) `_`: * VirtualBox VMs * VirtualBox images * AMIs * Vagrant box files * Vagrant boxes 5. The version can contain pre-release label as usual. Additional changes: * Reorder variables in Packer templates more logically * Configure Chef environment for JenkinsMaster Packer build accordingly to build name BREAKING CHANGE
- Loading branch information
Showing
15 changed files
with
118 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
src/lib/get_atlas_artifact_metadata_full/.terraform/plugins/linux_amd64/lock.json
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
src/lib/get_atlas_artifact_metadata_full/.terraform/plugins/windows_amd64/lock.json
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
src/lib/get_atlas_artifact_metadata_full/get_atlas_artifact_metadata_full.rb
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
src/lib/get_atlas_artifact_metadata_full/get_atlas_artifact_metadata_full.tf
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.