File tree Expand file tree Collapse file tree 5 files changed +669
-36
lines changed Expand file tree Collapse file tree 5 files changed +669
-36
lines changed Original file line number Diff line number Diff line change 3131 echo "version=$V"
3232 echo "version=$V" >> $GITHUB_OUTPUT
3333 - name : Build packages
34- run : sbt Debian/packageBin Rpm/packageBin Universal/packageBin makeBom
34+ run : ./ sbt Debian/packageBin Rpm/packageBin Universal/packageBin makeBom
3535 - name : Move packages
3636 run : |
3737 mv target/rpm/RPMS/noarch/cortex*.rpm target/
5151
5252 - name : Store artifacts
5353 if : github.ref_type != 'tag'
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : packages
5757 path : |
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 3.2.0 (2025-06-02)
4+
5+ - [ DL-1231] Add support of Kubernetes
6+ - [ DL-1380] Add API endpoint to set user API key
7+ - [ DL-1442] Remove openjdk dependency from deb/rpm packages
8+ - [ DL-1602] Add support of authentication on Docker registry
9+ - [ DL-1767] Update Docker image when the catalog is refreshed
10+ - [ DL-715 DL-716 DL-718] Update libraries
11+ - [ DL-717] Replace spotify docker client for java mainstream one
12+ - [ CTX-27] count jobs artifacts before finding to avoid ES scrolls
13+
314## [ 3.1.8] ( https://github.com/TheHive-Project/Cortex/milestone/35 ) (2023-09-21)
415
516** Pull requests:**
Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ object PackageSettings {
125125 com.typesafe.sbt.packager.linux.LinuxPackageMapping (mappings, pm.fileData).withConfig()
126126 } :+ packageMapping(
127127 file(" package/cortex.service" ) -> " /etc/systemd/system/cortex.service" ,
128- file(" package/cortex.conf" ) -> " /etc/init/cortex.conf" ,
129128 file(" package/cortex" ) -> " /etc/init.d/cortex" ,
130129 file(" conf/application.sample" ) -> " /etc/cortex/application.conf" ,
131130 file(" package/logback.xml" ) -> " /etc/cortex/logback.xml"
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ evictionErrorLevel := util.Level.Warn
66addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.9.5" )
77addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6" )
88// addSbtPlugin("org.thehive-project" % "sbt-github-changelog" % "0.4.0")
9- // addSbtPlugin("io.github.siculo" %% "sbt-bom" % "0.3.0")
9+ addSbtPlugin(" io.github.siculo" %% " sbt-bom" % " 0.3.0" )
You can’t perform that action at this time.
0 commit comments