Skip to content

Releases: creek-service/creek-system-test

v0.4.1

21 Apr 22:24
0899664
Compare
Choose a tag to compare

What's Changed

Dependency Updates

  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.16.0 to 6.17.0 by @dependabot in #239
  • Bump io.github.gradle-nexus:publish-plugin from 1.2.0 to 1.3.0 by @dependabot in #241
  • Bump gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin from 2.12.0 to 2.12.2 by @dependabot in #238
  • Bump org.mockito:mockito-junit-jupiter from 5.1.1 to 5.2.0 by @dependabot in #240
  • Bump amazoncorretto from 19 to 20 in /test-service by @dependabot in #261
  • Bump pl.allegro.tech.build.axion-release from 1.14.4 to 1.15.0 by @dependabot in #257
  • Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 by @dependabot in #260
  • Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.0.13 to 5.0.14 by @dependabot in #259
  • Bump com.bmuschko.docker-remote-api from 9.2.1 to 9.3.0 by @dependabot in #254
  • Bump com.gradle.publish:plugin-publish-plugin from 1.1.0 to 1.2.0 by @dependabot in #263
  • Bump org.mockito:mockito-junit-jupiter from 5.2.0 to 5.3.0 by @dependabot in #265
  • Bump info.picocli:picocli from 4.7.1 to 4.7.3 by @dependabot in #262
  • Bump com.bmuschko.docker-remote-api from 9.3.0 to 9.3.1 by @dependabot in #266
  • Bump org.junit-pioneer:junit-pioneer from 2.0.0 to 2.0.1 by @dependabot in #267
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.17.0 to 6.18.0 by @dependabot in #264
  • Bump org.mockito:mockito-junit-jupiter from 5.3.0 to 5.3.1 by @dependabot in #270
  • Bump creekVersion from 0.4.1-SNAPSHOT to 0.4.1 by @dependabot in #269
  • Bump org.testcontainers:testcontainers from 1.17.6 to 1.18.0 by @dependabot in #268

Full Changelog: v0.4.0...v0.4.1

v0.4.0

14 Mar 10:39
16c7264
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🎉

Dependency Updates

  • Bump log4jVersion from 2.19.0 to 2.20.0 by @dependabot in #234
  • Bump io.github.gradle-nexus:publish-plugin from 1.1.0 to 1.2.0 by @dependabot in #230
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.15.0 to 6.16.0 by @dependabot in #231
  • Bump creekVersion from 0.3.3-SNAPSHOT to 0.4.0 by @dependabot in #243

Full Changelog: v0.3.2...v0.4.0

v0.3.2

16 Feb 19:22
0ddafa9
Compare
Choose a tag to compare

What's Changed

Dependency Updates

  • Bump com.bmuschko.docker-remote-api from 9.0.1 to 9.2.0 by @dependabot in #218
  • Bump org.mockito:mockito-junit-jupiter from 5.1.0 to 5.1.1 by @dependabot in #219
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.14.0 to 6.15.0 by @dependabot in #223
  • Bump com.bmuschko.docker-remote-api from 9.2.0 to 9.2.1 by @dependabot in #224
  • Bump org.junit-pioneer:junit-pioneer from 1.9.1 to 2.0.0 by @dependabot in #225
  • Bump pl.allegro.tech.build.axion-release from 1.14.3 to 1.14.4 by @dependabot in #226
  • Bump creekVersion from 0.3.2-SNAPSHOT to 0.3.2 by @dependabot in #227

Full Changelog: v0.3.1...v0.3.2

v0.3.1

30 Jan 19:53
9d7d851
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Dependency Updates

Known security vulnerabilities in dependencies

At the time of release the following known security vulnerabilities existing in dependencies of the released Creek jars:

Snake YAML's Deserialization of Untrusted Data

See CVE-2022-1471 & GHSA-mjmj-j48q-9wg2.

At the time of writing, this was marked with High / Critical priority. However, if you read up on the
vulnerability
,
you'll see the vulnerability is that the deserializer allows instantiation or arbitrary types, and this
can lead to remote code execution if you're parsing YAML from an untrustworthy source, e.g. text submitted
from a form on a website.

This is not an issue for Creek, as all YAML being deserialized is from a trusted source, i.e. you, the
user, running Creek system tests written in YAML.

SnakeYaml isn't used directly by Creek. Creek makes use of it via Jackson. Fixing this (none) issue in Creek is not currently possible.

Jackson core's Uncontrolled Resource Consumption

See sonatype-2022-6438.

At the time of writing, this is marked with High priority. However, if you
read up on this vulnerability, this is also about parsing
data from untrustworthy source.

This is not an issue for Creek, as all data being deserialized is from a trusted source, i.e. you, the
user, running Creek system tests written in YAML.

There is already a fix in Jackson. Creek will update to 2.15.0
of Jackson when it is released.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

12 Jan 02:27
f1524b8
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Dependency Updates

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Nov 01:17
c3e4ff9
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Dependency Updates

Less Exciting Things

Read more