Skip to content

Commit

Permalink
Merge pull request #61 from cyberark/develop
Browse files Browse the repository at this point in the history
v11.4 Release
  • Loading branch information
cyberarkcinit authored Apr 12, 2020
2 parents d1942b3 + 8298d34 commit 4ba5384
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
environment {
AWS_REGION = sh(script: 'curl -s http://169.254.169.254/latest/dynamic/instance-identity/document | python3 -c "import json,sys;obj=json.load(sys.stdin);print (obj[\'region\'])"', returnStdout: true).trim()
// shortCommit = sh(script: "git log -n 1 --pretty=format:'%h'", returnStdout: true).trim()
CYBERARK_VERSION = "v11.3"
CYBERARK_VERSION = "v11.4"
ENV_TIMESTAMP = sh(script: "date +%s", returnStdout: true).trim()
}
stages {
Expand Down
6 changes: 3 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# pvwa git repo
- src: https://github.com/cyberark/pvwa.git
scm: git
version: v11.3
version: v11.4

# cpm git repo
- src: https://github.com/cyberark/cpm.git
scm: git
version: v11.3
version: v11.4

# psm git repo
- src: https://github.com/cyberark/psm.git
scm: git
version: v11.3
version: v11.4
2 changes: 1 addition & 1 deletion tests/playbooks/deploy_vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
name: cf_deploy
vars:
- deploy_bucket: cloud-initiatives-pipeline-bucket
- cf_template_url: https://raw.githubusercontent.com/cyberark/pas-on-cloud/v11.3/aws/Vault-Single-Deployment.yaml
- cf_template_url: https://raw.githubusercontent.com/cyberark/pas-on-cloud/v11.3.1/aws/Vault-Single-Deployment.yaml
- cf_template_parameters:
EULA: Accept
KeyName: "{{ keypair }}"
Expand Down
2 changes: 1 addition & 1 deletion tests/playbooks/deploy_vaultdr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
name: cf_deploy
vars:
- deploy_bucket: cloud-initiatives-pipeline-bucket
- cf_template_url: https://raw.githubusercontent.com/cyberark/pas-on-cloud/v11.3/aws/DRVault-Single-Deployment.yaml
- cf_template_url: https://raw.githubusercontent.com/cyberark/pas-on-cloud/v11.3.1/aws/DRVault-Single-Deployment.yaml
- cf_template_parameters:
EULA: Accept
KeyName: "{{ keypair }}"
Expand Down
2 changes: 1 addition & 1 deletion tests/playbooks/roles/cf_deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- name: Set String for CloudFormation Stack ID
set_fact:
cloudformation_stack_id: "ansible-cloudformation-{{ lookup('pipe','date +%Y-%m-%d-%H-%M-%S') }}"
cloudformation_stack_id: "ACF-{{ lookup('pipe','date +%Y-%m-%d-%H-%M-%S') }}"

- name: Create workspace directory on temp folder
file:
Expand Down

0 comments on commit 4ba5384

Please sign in to comment.