Skip to content

Commit e08765c

Browse files
Version 1.11.1 release (#342)
* version bump * enable integration tests * Correcting date on changelog release
1 parent e6c878a commit e08765c

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

.github/workflows/build.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,29 @@ jobs:
3232
uses: codecov/[email protected]
3333
with:
3434
file: code42cli/coverage.xml
35-
# - name: Checkout mock servers
36-
# uses: actions/checkout@v2
37-
# with:
38-
# repository: code42/code42-mock-servers
39-
# path: code42-mock-servers
40-
# - name: Add mock servers host addresses
41-
# run: |
42-
# sudo tee -a /etc/hosts <<EOF
43-
# 127.0.0.1 core
44-
# 127.0.0.1 alerts
45-
# 127.0.0.1 alert-rules
46-
# 127.0.0.1 detection-lists
47-
# 127.0.0.1 audit-log
48-
# 127.0.0.1 file-events
49-
# 127.0.0.1 storage
50-
# 127.0.0.1 preservation-data-service
51-
# 127.0.0.1 connected-server
52-
# 127.0.0.1 cases
53-
# 127.0.0.1 trusted-activities-service
54-
# EOF
55-
# - name: Install ncat
56-
# run: sudo apt-get install ncat
57-
# - name: Start up the mock servers
58-
# run: cd code42-mock-servers; docker-compose up -d --build
59-
# - name: Run the integration tests
60-
# run: cd code42cli; tox -e integration
35+
- name: Checkout mock servers
36+
uses: actions/checkout@v2
37+
with:
38+
repository: code42/code42-mock-servers
39+
path: code42-mock-servers
40+
- name: Add mock servers host addresses
41+
run: |
42+
sudo tee -a /etc/hosts <<EOF
43+
127.0.0.1 core
44+
127.0.0.1 alerts
45+
127.0.0.1 alert-rules
46+
127.0.0.1 detection-lists
47+
127.0.0.1 audit-log
48+
127.0.0.1 file-events
49+
127.0.0.1 storage
50+
127.0.0.1 preservation-data-service
51+
127.0.0.1 connected-server
52+
127.0.0.1 cases
53+
127.0.0.1 trusted-activities-service
54+
EOF
55+
- name: Install ncat
56+
run: sudo apt-get install ncat
57+
- name: Start up the mock servers
58+
run: cd code42-mock-servers; docker-compose up -d --build
59+
- name: Run the integration tests
60+
run: cd code42cli; tox -e integration

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010

11-
## Unreleased
11+
## 1.11.1 - 2021-11-09
1212

1313
### Changed
1414
- Updated minimum version of py42 to `1.19.3` to provide access to updated URI paths for new standardized versioning scheme

src/code42cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.11.0"
1+
__version__ = "1.11.1"

0 commit comments

Comments
 (0)