v0.2.0
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 #208
- Update sigstore/community digest to be217e8 by @renovate in #206
- Update dependency com.google.protobuf:protoc to v3.21.9 by @renovate in #207
- Update dependency net.sourceforge.htmlunit:htmlunit to v2.66.0 by @renovate in #209
- Add Error Prone verifications by @vlsi in #211
- Add new prod ct log keys by @loosebazooka in #214
- update release build for sigstore-java by @loosebazooka in #215
- Add releasing.md by @loosebazooka in #95
- Multi artifact keyless signing of digests by @loosebazooka in #172
- slsa generator fix by @loosebazooka in #216
New Contributors
- @vlsi made their first contribution in #114
- @bobcallaway made their first contribution in #187
Full Changelog: v0.1.0...v0.2.0