Skip to content

Commit

Permalink
feat: update to support opencti 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wattsecs committed Feb 11, 2025
1 parent a5c50c1 commit f9879fd
Show file tree
Hide file tree
Showing 60 changed files with 393 additions and 309 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.9.0] - 2025-02-11

### Changed
- Support OpenCTI version 6.5.0

### Fixed
- Auto-update workflow uses a branch name unique to the OpenCTI version it
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Unofficial [OpenCTI](https://github.com/OpenCTI-Platform/opencti) Go client. GoCTI is under development, hence breaking changes are to be expected until a version 1.0.0 is released.

GoCTI is currently compatible with OpenCTI version 6.4.10.
GoCTI is currently compatible with OpenCTI version 6.5.0.

Like with [pycti](https://github.com/OpenCTI-Platform/client-python), the OpenCTI platform version supported by GoCTI should exactly match the version of your OpenCTI instance.
No guarantees can be made with regards to back and forwards compatibility.
Expand Down
2 changes: 1 addition & 1 deletion create.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion delete.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
timeout: 30s
retries: 3
opencti:
image: opencti/platform:6.4.10
image: opencti/platform:6.5.0
environment:
- NODE_OPTIONS=--max-old-space-size=8096
- APP__PORT=8080
Expand Down Expand Up @@ -114,7 +114,7 @@ services:
timeout: 5s
retries: 20
worker:
image: opencti/worker:6.4.10
image: opencti/worker:6.5.0
environment:
- OPENCTI_URL=http://opencti:8080
- OPENCTI_TOKEN=${OPENCTI_ADMIN_TOKEN}
Expand Down
2 changes: 1 addition & 1 deletion entity/opencti_attack_pattern.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion entity/opencti_campaign.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 29 additions & 28 deletions entity/opencti_case_incident.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 29 additions & 28 deletions entity/opencti_case_rfi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f9879fd

Please sign in to comment.