Skip to content

Commit

Permalink
Merge pull request #249 from tim-graham/2018.12.1
Browse files Browse the repository at this point in the history
2018.12.1
  • Loading branch information
lorengordon authored Dec 11, 2018
2 parents 931796d + d1c3505 commit 710f82a
Show file tree
Hide file tree
Showing 10 changed files with 380 additions and 360 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2018.11.2
current_version = 2018.12.1
commit = False
tag = False
tag_name = {new_version}
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## Changelog

### 2018.12.1

**Released**: 2018.12.11

**Commit Delta**: [Change from 2018.11.2 release](https://github.com/plus3it/spel/compare/2018.11.2...2018.12.1)

**Manifests**: <https://github.com/plus3it/spel/blob/2018.12.1/manifests>

**Summary**:

* Minor Release
- CentOS Linux Release 7.6

* "Extra" package updates
- aws-cli/1.16.72
- amazon-ssm-agent-2.3.274

### 2018.11.2

**Released**: 2018.11.14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ defaults):
"spel_extrarpms": "https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_amd64/amazon-ssm-agent.rpm,python36",
"spel_identifier": "",
"spel_version": "",
"ssh_private_ip": "false",
"ssh_interface": "public_dns",
"subnet_id": "",
"vagrantcloud_token": "{{env `VAGRANTCLOUD_TOKEN`}}",
"vagrantcloud_username": "",
Expand Down
10 changes: 5 additions & 5 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.2

env:
variables:
PACKER_ZIP: https://releases.hashicorp.com/packer/1.0.4/packer_1.0.4_linux_amd64.zip
PACKER_ZIP: https://releases.hashicorp.com/packer/1.3.2/packer_1.3.2_linux_amd64.zip
PACKER_LOG: '1'
PACKER_NO_COLOR: '1'
CHECKPOINT_DISABLE: '1'
Expand All @@ -19,7 +19,7 @@ env:
SPEL_EXTRARPMS: https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_amd64/amazon-ssm-agent.rpm,python36
SOURCE_AMI_CENTOS7_HVM: ami-090b9dabe1c9f40b3
SOURCE_AMI_RHEL7_HVM: ami-0394fe9914b475c53
SSH_PRIVATE_IP: 'false'
SSH_INTERFACE: 'public_dns'
PIP_URL: https://bootstrap.pypa.io/get-pip.py
PYPI_URL: https://pypi.org/simple

Expand Down Expand Up @@ -88,7 +88,7 @@ phases:
-var "spel_version=${SPEL_VERSION}" \
-var "source_ami_centos7_hvm=${SOURCE_AMI_CENTOS7_HVM}" \
-var "source_ami_rhel7_hvm=${SOURCE_AMI_RHEL7_HVM}" \
-var "ssh_private_ip=${SSH_PRIVATE_IP}" \
-var "ssh_interface=${SSH_INTERFACE}" \
-var "subnet_id=${SUBNET_ID}" \
-var "vpc_id=${VPC_ID}" \
spel/minimal-linux.json
Expand Down Expand Up @@ -118,7 +118,7 @@ phases:
-var "spel_version=${SPEL_VERSION}" \
-var "source_ami_centos7_hvm=${SOURCE_AMI_CENTOS7_HVM}" \
-var "source_ami_rhel7_hvm=${SOURCE_AMI_RHEL7_HVM}" \
-var "ssh_private_ip=${SSH_PRIVATE_IP}" \
-var "ssh_interface=${SSH_INTERFACE}" \
-var "subnet_id=${SUBNET_ID}" \
-var "vpc_id=${VPC_ID}" \
spel/minimal-linux.json
Expand All @@ -138,7 +138,7 @@ phases:
-var "spel_identifier=${SPEL_IDENTIFIER}" \
-var "spel_version=${SPEL_VERSION}" \
-var "spel_disablefips=${SPEL_DISABLEFIPS}" \
-var "ssh_private_ip=${SSH_PRIVATE_IP}" \
-var "ssh_interface=${SSH_INTERFACE}" \
-var "subnet_id=${SUBNET_ID}" \
-var "vpc_id=${VPC_ID}" \
tests/minimal-linux.json
Expand Down
Loading

0 comments on commit 710f82a

Please sign in to comment.