Skip to content

Commit

Permalink
Remove the alpha1 qualifier and update ansible to 2.4.5 (#96)
Browse files Browse the repository at this point in the history
* Update ansible to 2.4.5 to fix a security issue

* drop the alpha1 qualifier
  • Loading branch information
ph authored Nov 19, 2018
1 parent f52ae5e commit 109a1c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ansible==2.4.2.0
ansible==2.4.5
pywinrm>=0.2.2
markupsafe
2 changes: 1 addition & 1 deletion run-settings-nightlies.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Beats "nightly" build artifacts.
# Published by: https://beats-ci.elastic.co/job/elastic+beats+master+package/
url_base: https://storage.googleapis.com/beats-ci-artifacts/snapshots
version: 7.0.0-alpha1-SNAPSHOT
version: 7.0.0-SNAPSHOT
2 changes: 1 addition & 1 deletion run-settings-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot builds.
# Published by: https://internal-ci.elastic.co/job/elastic+release-manager+master+unified-snapshot/
url_base: https://snapshots.elastic.co/downloads/beats
version: 7.0.0-alpha1-SNAPSHOT
version: 7.0.0-SNAPSHOT

0 comments on commit 109a1c4

Please sign in to comment.