Releases: jetstack/jetstack-secure
Releases · jetstack/jetstack-secure
v0.1.38
What's Changed
- Remove replace directives and get modules upgraded by @davidsbond in #329
- Bump sigstore/cosign-installer from 2.1.0 to 2.3.0 by @dependabot in #323
- Bump google.golang.org/api from 0.75.0 to 0.79.0 by @dependabot in #331
- Bump github.com/aws/aws-sdk-go from 1.43.31 to 1.44.11 by @dependabot in #330
- Bump anchore/sbom-action from 0.8.0 to 0.11.0 by @dependabot in #318
Full Changelog: v0.1.37...v0.1.38
v0.1.37
v0.1.36
What's Changed
- Add dependabot.yml by @ribbybibby in #268
- Bump actions/checkout from 2.3.3 to 2.4.0 by @dependabot in #269
- Bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1 by @dependabot in #271
- Bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0 by @dependabot in #275
- Add signing, provenance and SBOM by @ribbybibby in #267
- Bump sigstore/cosign-installer from 2.0.0 to 2.0.1 by @dependabot in #284
- Bump golang from 1.16.7 to 1.17.7 by @dependabot in #270
- Bump sigs.k8s.io/yaml from 1.2.0 to 1.3.0 by @dependabot in #272
- Bump github.com/Jeffail/gabs/v2 from 2.6.0 to 2.6.1 by @dependabot in #282
- Bump github.com/maxatome/go-testdeep from 1.9.2 to 1.11.0 by @dependabot in #277
- Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1 by @dependabot in #273
- Bump github.com/fatih/color from 1.12.0 to 1.13.0 by @dependabot in #276
- Add pprof profiling endpoints to the agent by @tfadeyi in #286
- pkg/datagatherer/k8s: fix dropped test errors by @alrs in #296
- Bump github.com/spf13/cobra from 1.1.1 to 1.4.0 by @dependabot in #295
- Bump sigstore/cosign-installer from 2.0.1 to 2.1.0 by @dependabot in #291
- Bump actions/checkout from 2.4.0 to 3 by @dependabot in #290
- Bump golang from 1.17.7 to 1.17.8 by @dependabot in #292
- Add prometheus server by @tfadeyi in #297
- Replace json/encoder with jsoniter by @tfadeyi in #306
- Bump golang from 1.17.8 to 1.18.0 by @dependabot in #303
- Bump anchore/sbom-action from 0.6.0 to 0.8.0 by @dependabot in #305
- feat: Adding licensing information to image by @hawksight in #311
New Contributors
- @ribbybibby made their first contribution in #268
- @dependabot made their first contribution in #269
- @hawksight made their first contribution in #311
Full Changelog: v0.1.35...v0.1.36
v0.1.35
What's Changed
- pkg/agent: fix dropped errors by @alrs in #264
- Open shift route filter by @mol-george in #265
New Contributors
- @alrs made their first contribution in #264
- @mol-george made their first contribution in #265
Full Changelog: v0.1.34...v0.1.35
v0.1.34
What's Changed
- Send secret annotations to platform by @davidsbond in #263
v0.1.33
Refactor Agent's HTTP Client package.
- Add new HTTP Client abstaction.
- Add APITokenClient HTTP client implementation
- The agent can now be configured using the api-token flag or the API_TOKEN environment variable.
- Add OAuthClient HTTP client implementation
- UnauthenticatedClient HTTP client implementation