Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.4.1

Choose a tag to compare

@sigstore-bot sigstore-bot released this 29 Aug 15:32
· 55 commits to main since this release
7c83add

Changelog

  • 7c83add add changelog for v1.4.1 release (#2597)
  • 978d430 build(deps): Bump google.golang.org/api from 0.246.0 to 0.248.0 (#2595)
  • 692a2aa build(deps): Bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 (#2596)
  • 04cf79c build(deps): Bump the all group with 2 updates (#2593)
  • f6e19d8 build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0
  • d34ab93 build(deps): Bump go.step.sm/crypto from 0.69.0 to 0.70.0
  • ee8f373 build(deps): Bump google.golang.org/protobuf in the all group
  • 1fcc0a6 build(deps): Bump google.golang.org/grpc from 1.74.2 to 1.75.0
  • 8038b35 build(deps): Bump google.com/cloudsdktool/google-cloud-cli
  • 7b8da09 build(deps): Bump actions/checkout from 4.3.0 to 5.0.0
  • ec92ffe build(deps): Bump github.com/redis/go-redis/v9 from 9.11.0 to 9.12.1
  • 96937bf build(deps): Bump github.com/go-viper/mapstructure/v2
  • 907cc31 build(deps): Bump github.com/go-viper/mapstructure/v2 in /hack/tools
  • cdd9572 use less expensive gRPC call to implement GetLeafAndProofByHash (#2581)
  • 97e8521 move to per-shard trillian client manager (#2564)
  • 9ea5d3a use cheaper gRPC endpoint when we already have the inclusion proof (#2580)
  • a776825 simplify hash and signature verification in rekord type (#2579)
  • b73bee3 build(deps): Bump google.golang.org/api from 0.245.0 to 0.246.0
  • c0e965a build(deps): Bump go.step.sm/crypto from 0.68.0 to 0.69.0 (#2577)
  • f97155a build(deps): Bump google.com/cloudsdktool/google-cloud-cli (#2572)
  • 9d72099 build(deps): Bump golang.org/x/mod from 0.26.0 to 0.27.0 (#2571)
  • ce64373 build(deps): Bump golang from 1.24.5 to 1.24.6 in the all group (#2568)
  • 1defac6 build(deps): Bump the all group with 3 updates (#2567)
  • 3764030 build(deps): Bump the all group with 2 updates (#2565)
  • d2372a3 use correct type; just look for len() instead of nil check (#2576)
  • 1720e3e return correct error if GetLeafAndProofByHash fails (#2574)
  • 4b655cc build(deps): Bump golang.org/x/net from 0.42.0 to 0.43.0
  • 2cbf2d6 add go mod updates
  • 21758e0 move to v2 api
  • c36cdfd build(deps): Bump cloud.google.com/go/pubsub from 1.49.0 to 1.50.0
  • bdb43b8 build(deps): Bump google.golang.org/api from 0.242.0 to 0.244.0 (#2561)
  • 9cf5f66 build(deps): Bump google.com/cloudsdktool/google-cloud-cli (#2556)
  • 0b80f3f sec(deps): update go-chi/chi to v5
  • 62d4ab4 build(deps): Bump google.golang.org/grpc from 1.73.0 to 1.74.2
  • 9b894c1 build(deps): Bump sigs.k8s.io/yaml from 1.4.0 to 1.6.0
  • e131eab build(deps): Bump github.com/prometheus/client_golang
  • edb7c4f build(deps): Bump github.com/redis/go-redis/v9 from 9.10.0 to 9.11.0
  • ac17a05 build(deps): Bump the all group with 2 updates
  • 437244a build(deps): Bump the all group with 2 updates
  • 88f9fb9 build(deps): Bump golang from 14fd8a5 to ef5b4be
  • ed92cb6 build(deps): Bump go.step.sm/crypto from 0.67.0 to 0.68.0
  • 58962be fix incorrect client lb policy in test config (#2551)

Thanks for all contributors!

What's Changed

  • fix incorrect client lb policy in test config by @bobcallaway in #2551
  • build(deps): Bump go.step.sm/crypto from 0.67.0 to 0.68.0 by @dependabot[bot] in #2559
  • build(deps): Bump golang from 14fd8a5 to ef5b4be by @dependabot[bot] in #2555
  • build(deps): Bump the all group with 2 updates by @dependabot[bot] in #2553
  • build(deps): Bump the all group with 2 updates by @dependabot[bot] in #2552
  • build(deps): Bump github.com/redis/go-redis/v9 from 9.10.0 to 9.11.0 by @dependabot[bot] in #2558
  • build(deps): Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #2557
  • build(deps): Bump sigs.k8s.io/yaml from 1.4.0 to 1.6.0 by @dependabot[bot] in #2562
  • build(deps): Bump google.golang.org/grpc from 1.73.0 to 1.74.2 by @dependabot[bot] in #2560
  • sec(deps): update go-chi/chi to v5 by @caarlos0 in #2563
  • build(deps): Bump google.com/cloudsdktool/google-cloud-cli from 525.0.0-emulators to 532.0.0-emulators by @dependabot[bot] in #2556
  • build(deps): Bump google.golang.org/api from 0.242.0 to 0.244.0 by @dependabot[bot] in #2561
  • build(deps): Bump cloud.google.com/go/pubsub from 1.49.0 to 1.50.0 by @dependabot[bot] in #2554
  • build(deps): Bump golang.org/x/net from 0.42.0 to 0.43.0 by @dependabot[bot] in #2570
  • return correct error if GetLeafAndProofByHash fails by @bobcallaway in #2574
  • use correct type; just look for len() instead of nil check by @bobcallaway in #2576
  • build(deps): Bump the all group with 2 updates by @dependabot[bot] in #2565
  • build(deps): Bump the all group with 3 updates by @dependabot[bot] in #2567
  • build(deps): Bump golang from 1.24.5 to 1.24.6 in the all group by @dependabot[bot] in #2568
  • build(deps): Bump golang.org/x/mod from 0.26.0 to 0.27.0 by @dependabot[bot] in #2571
  • build(deps): Bump google.com/cloudsdktool/google-cloud-cli from 532.0.0-emulators to 533.0.0-emulators by @dependabot[bot] in #2572
  • build(deps): Bump go.step.sm/crypto from 0.68.0 to 0.69.0 by @dependabot[bot] in #2577
  • build(deps): Bump google.golang.org/api from 0.245.0 to 0.246.0 by @dependabot[bot] in #2569
  • simplify hash and signature verification in rekord type by @bobcallaway in #2579
  • AddLeaf: use cheaper gRPC endpoint since we already have the inclusion proof by @bobcallaway in #2580
  • move to per-shard trillian client manager by @bobcallaway in #2564
  • use less expensive gRPC call to implement GetLeafAndProofByHash by @bobcallaway in #2581
  • build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /hack/tools by @dependabot[bot] in #2584
  • build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #2585
  • build(deps): Bump github.com/redis/go-redis/v9 from 9.11.0 to 9.12.1 by @dependabot[bot] in #2586
  • build(deps): Bump actions/checkout from 4.3.0 to 5.0.0 by @dependabot[bot] in #2588
  • build(deps): Bump google.com/cloudsdktool/google-cloud-cli from 533.0.0-emulators to 535.0.0-emulators by @dependabot[bot] in #2594
  • build(deps): Bump google.golang.org/grpc from 1.74.2 to 1.75.0 by @dependabot[bot] in #2592
  • build(deps): Bump google.golang.org/protobuf from 1.36.7 to 1.36.8 in the all group by @dependabot[bot] in #2589
  • build(deps): Bump go.step.sm/crypto from 0.69.0 to 0.70.0 by @dependabot[bot] in #2590
  • build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #2591
  • build(deps): Bump the all group with 2 updates by @dependabot[bot] in #2593
  • build(deps): Bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 by @dependabot[bot] in #2596
  • build(deps): Bump google.golang.org/api from 0.246.0 to 0.248.0 by @dependabot[bot] in #2595
  • add changelog for v1.4.1 release by @bobcallaway in #2597

New Contributors

Full Changelog: v1.4.0...v1.4.1