Skip to content

Commit e092de9

Browse files
feat(*): Release 1.0.0 (#4)
* feat(*): Refactor to use OpenCTI templates * test(pytest): Add a pytest.ini file to handle src import * feat(*): Modify user agent * chore(*): Change OpenCTI pull request workflow * feat(*): Release 1.0.0
1 parent 0d6be6a commit e092de9

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/zip-for-opencti-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
5959
- name: Create zip for OpenCTI pull request
6060
run: |
61+
6162
zip -r ${{ env.VERSION_SOURCES }}.zip ${{ env.VERSION_SOURCES }}/ -x '${{ env.VERSION_SOURCES }}/.git*' -x '${{ env.VERSION_SOURCES }}/docs/*' -x '${{ env.VERSION_SOURCES }}/dev/*' -x '${{ env.VERSION_SOURCES }}/CHANGELOG.md'
6263
6364
- uses: actions/upload-artifact@v4

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ functions provided by the `src` folder and the following files: `docker-compose.
1111
---
1212

1313

14-
## [1.0.0](https://github.com/crowdsecurity/cs-opencti-external-import-connector/releases/tag/v1.0.0) - 2025-07-11
14+
## [1.0.0](https://github.com/crowdsecurity/cs-opencti-external-import-connector/releases/tag/v1.0.0) - 2025-09-12
1515
[_Compare with previous release_](https://github.com/crowdsecurity/cs-opencti-external-import-connector/compare/v0.0.1...v1.0.0)
1616

17+
> Synchronized content with OpenCTI connector's release [6.7.19](https://github.com/OpenCTI-Platform/connectors/releases/tag/6.7.19)
18+
1719
### Changed
1820

1921
- Use `smoke/search` CTI endpoint instead of dumps to retrieve IPs

docs/DEVELOPER.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,12 @@ git checkout feat/pr-review-X.Y.Z
328328

329329
Delete all folders except `.git`, `.github`, `docs` and `dev` folders (these specific folders did not belong to the release zip archive)
330330

331-
Copy all files from the connector's fork:
331+
Keep `.gitignore`, `CHANGELOG.md`, `README.md` and `README-OPENCTI.md` files.
332+
333+
Then,
334+
335+
Copy all files (except `README.md`) from the connector's fork.
332336

333-
```
334-
cp -r ../connectors/external-import/crowdsec/. ./
335-
```
336337

337338
Add and commit the result. Push the `feat/pr-review-X-Y-Z` and merge it into `main` with a pull request.
338339

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)