Skip to content

Releases: sigstore/sigstore-java

v0.9.0-gradle

22 May 16:48
4a4c137
Compare
Choose a tag to compare

See CHANGELOG.md for more details.

v0.8.0-gradle

07 May 18:44
b9a9bab
Compare
Choose a tag to compare

See CHANGELOG.md for more details.

v0.7.0-gradle

30 Jan 19:11
e4f9359
Compare
Choose a tag to compare

See CHANGELOG.md for more details.

v0.6.0

31 Oct 14:31
eaae62c
Compare
Choose a tag to compare

See CHANGELOG.md for more details.

v0.5.0

21 Sep 13:30
1143781
Compare
Choose a tag to compare

Important Changes

  • Use TUF framework to obtain verification material

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

22 Mar 13:09
839d113
Compare
Choose a tag to compare

See CHANGELOG.md for more details.

v0.3.0

06 Feb 19:49
4ffe267
Compare
Choose a tag to compare

See CHANGELOG.md for more details.

v0.2.0

02 Nov 21:08
256ff97
Compare
Choose a tag to compare

What's Changed

  • Move gha-oidc-tests to a separate workflow that is run repo branches only by @vlsi in #114
  • Add .editorconfig for automatic editor configuration by @vlsi in #110
  • Add sh and gradlew to .gitattributes as known-LF text files by @vlsi in #109
  • Add build-logic to make adding new modules easier by @vlsi in #101
  • Rename CI workflow: Java CI with Gradle -> Test by @vlsi in #121
  • Add Maven Central and GitHub Actions CI badges by @vlsi in #120
  • Update plugin com.google.protobuf to v0.8.19 by @renovate in #105
  • Update dependency org.bouncycastle:bcpkix-jdk18on to v1.71.1 by @renovate in #103
  • Update dependency com.google.cloud:libraries-bom to v24.4.0 by @renovate in #112
  • Update dependency com.google.code.gson:gson to v2.9.1 by @renovate in #116
  • Update dependency org.bouncycastle:bcutil-jdk18on to v1.71.1 by @renovate in #104
  • Update dependency com.google.oauth-client:google-oauth-client-bom to v1.34.1 by @renovate in #117
  • Update artifact by @renovate in #111
  • Update gradle/gradle-build-action digest to 8d24725 by @renovate in #102
  • Update actions/setup-go action to v3.3.0 by @renovate in #107
  • Add dev.sigstore.sign Gradle plugin for signing artifacts in Sigstore by @vlsi in #98
  • Remove com.fasterxml.jackson.core:jackson-databind from sigstore-java by @vlsi in #122
  • Update dependency io.grpc:grpc-bom to v1.49.0 by @renovate in #127
  • Update dependency com.squareup.okhttp3:mockwebserver to v4.10.0 by @renovate in #125
  • Update dependency net.sourceforge.htmlunit:htmlunit to v2.64.0 by @renovate in #128
  • Update dependency no.nav.security:mock-oauth2-server to v0.5.1 by @renovate in #129
  • Update renovate.json by @loosebazooka in #136
  • Update dependency com.google.cloud:libraries-bom to v26 by @renovate in #141
  • Update plugin com.diffplug.spotless to v6.10.0 by @renovate in #134
  • Update actions/github-script action to v6 by @renovate in #138
  • Update actions/checkout action to v3 by @renovate in #137
  • Update actions/setup-java action to v3 by @renovate in #140
  • Update immutables version with code fixes by @loosebazooka in #142
  • Set ci to not fail-fast by @loosebazooka in #143
  • Remove conditional use of bouncy castle by @patflynn in #144
  • Add cancel-in-progress so PR builds do not wait stale jobs by @vlsi in #108
  • Update dependency gradle to v7.5.1 by @renovate in #126
  • Add TUF Client root resource syncing. by @patflynn in #123
  • Add the expected checksum for gradle distribution by @vlsi in #145
  • add unit testing for tuf key verification. by @patflynn in #146
  • Adds a Tuf local store abstraction and a file based implementation by @patflynn in #149
  • Add sandbox for Gradle samples by @vlsi in #148
  • Use @EnabledIfOidcExists instead of several Gradle test tasks by @vlsi in #147
  • Update dependency com.fasterxml.jackson.core:jackson-databind to v2.13.4 by @renovate in #124
  • Pass org.gradle.jvmargs arguments to test instances of Gradle as well to fix OutOfMemoryError: Metaspace in CI by @vlsi in #150
  • Fixup EnableIfOidcExistsCondition condition for running tests locally by @vlsi in #151
  • Run ci.yaml for all the branches, not just main by @vlsi in #152
  • Update artifact by @renovate in #154
  • Update gradle/gradle-build-action digest to dd8493d by @renovate in #153
  • refactor tuf file system store by @patflynn in #160
  • Update plugin com.diffplug.spotless to v6.11.0 by @renovate in #157
  • Delegate TUF resource fetching to MetaFetcher interface by @patflynn in #159
  • add timetamp type. (missed this during the initial model setup by @patflynn in #165
  • More generic fetcher by @patflynn in #163
  • provide user-friendly verifyDelegate wrapper by @patflynn in #164
  • Add Gradle precompiled script plugin sample by @vlsi in #158
  • Update dependency org.junit:junit-bom to v5.9.1 by @renovate in #169
  • Update plugin org.jsonschema2dataclass to v4.4.0 by @renovate in #171
  • Update gradle/gradle-build-action action to v2.3.1 by @renovate in #170
  • Update dependency io.grpc:grpc-bom to v1.49.1 by @renovate in #168
  • Update dependency com.google.cloud:libraries-bom to v26.1.2 by @renovate in #167
  • Update dependency org.eclipse.jetty:jetty-server to v11.0.12 by @renovate in #156
  • Update bouncycastle to v1.72 by @renovate in #177
  • Update gradle/gradle-build-action action to v2.3.2 by @renovate in #175
  • Update dependency io.grpc:grpc-bom to v1.49.2 by @renovate in #176
  • Update go version in CI by @loosebazooka in #184
  • Update dependency com.google.cloud:libraries-bom to v26.1.3 by @renovate in #179
  • Update dependency net.sourceforge.htmlunit:htmlunit to v2.65.1 by @renovate in #180
  • Update dependency com.fasterxml.jackson.core:jackson-databind to v2.13.4.2 by @renovate in #182
  • Update dependency io.grpc:grpc-bom to v1.50.0 by @renovate in #183
  • Update artifact by @renovate in #174
  • Update protobuf plugin by @loosebazooka in #185
  • Fix unused and redundant deps by @loosebazooka in #186
  • add community-wide reusable workflow for license/vuln scan by @bobcallaway in #187
  • Update dependency no.nav.security:mock-oauth2-server to v0.5.6 by @renovate in #155
  • chore: fix deprecated set-output call by @bobcallaway in #189
  • Support multiple ctfe keys by @loosebazooka in #190
  • Update sigstore/community digest to c84f69f by @renovate in #192
  • Update actions/setup-go action to v3.3.1 by @renovate in #193
  • Update actions/upload-artifact action to v3.1.1 by @renovate in #194
  • Update artifact by @renovate in #195
  • Update dependency io.grpc:grpc-bom to v1.50.2 by @renovate in #196
  • Update slsa-framework/slsa-github-generator action to v1.2.1 by @renovate in #197
  • Update plugin org.jsonschema2dataclass to v4.5.0 by @renovate in #198
  • Update gradle/gradle-build-action action to v2.3.3 by @renovate in #199
  • implement TUF timestamp resource update by @patflynn in #200
  • refactor tufclient to updater (its true role) and pass metadata as ar… by @patflynn in #202
  • add the raw bytes to fetcher result so that we can do things like che… by @patflynn in #203
  • Update dependency com.google.code.gson:gson to v2.10 by @renovate in https://github.com/sigstore/sigstore-ja...
Read more

v0.1.0

01 Sep 16:39
0eef925
Compare
Choose a tag to compare

See CHANGELOG.md for more details.