Releases: stackrox/image-prefetcher
Releases · stackrox/image-prefetcher
v0.4.3
What's Changed
- build(deps): bump stackrox/actions from 1.0.26 to 1.0.27 by @dependabot[bot] in #151
- build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #152
- fix: make runAsUser conditional for OpenShift compatibility by @stehessel in #149
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #147
- build(deps): bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.5.1 to 1.6.0 in /internal/metrics/tools by @dependabot[bot] in #150
- fix: another stab at suffixes on latest tag by @porridge in #148
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
Features
- ROX-31441: add node labeling for image prefetch status by @stehessel in #142
Fixes
- fix: Fix stale example, bump version, improve message. by @porridge in #59
- fix: correctly respect max-pull-attempt-* options by @porridge in #60
- chore: add PR fixxxer bot by @porridge in #96 #97
Dependency bumps
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #115
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #128
- Bump ad-m/github-push-action from 0.8.0 to 1.0.0 by @dependabot[bot] in #130
- Bump github.com/spf13/cobra from 1.8.1 to 1.10.1 by @dependabot[bot] in #84 #125
- Bump github.com/spf13/pflag from 1.0.5 to 1.0.10 by @dependabot[bot] in #80 #112 #129
- Bump github.com/stretchr/testify from 1.9.0 to 1.11.1 by @dependabot[bot] in #121 #127 #58
- Bump github.com/yannh/kubeconform from 0.6.7 to 0.7.0 in /deploy/tools by @dependabot[bot] in #102
- Bump golangci/golangci-lint-action from 6 to 9 by @dependabot[bot] in #89 #98 #141
- Bump google-github-actions/auth from 2 to 3 by @dependabot[bot] in #126
- Bump google-github-actions/setup-gcloud from 2 to 3 by @dependabot[bot] in #124
- Bump google.golang.org/grpc from 1.67.1 to 1.77.0 by @dependabot[bot] in #61 #64 #68 #71 #77 #85 #92 #94 #105 #106 #108 #113 #120 #134 #136 #144
- Bump google.golang.org/protobuf from 1.34.2 to 1.36.10 in / and /internal/metrics/tools by @dependabot[bot] in #55 #56 #65 #66 #67 #69 #72 #70 #78 #79 #81 #82 #87 #88 #114 #116 #118 #131 #133 #137 #138
- Bump stackrox/actions from 1.0.14 to 1.0.26 by @dependabot[bot] in #62 #90 #91 #93 #100 #103 #107 #110 #135 #139 #140
- Bump stackrox/kube-linter-action from 1.0.5 to 1.0.7 by @dependabot[bot] in #73 #99
- Bump the k8s-io group by @dependabot[bot] in #145 #104 #109 #111 #117 #122 #132 #57 #63 #74 #83 #86 #95
New Contributors
- @stehessel made their first contribution in #142
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
Features
CI/Process changes
- Document the release procedure. by @porridge in #29
- Wait longer in example by @porridge in #42
- Run CI on PRs too by @porridge in #46
Dependency bumps
- Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in /internal/metrics/tools by @dependabot in #32
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #34
- Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #35
- Bump github.com/yannh/kubeconform from 0.6.6 to 0.6.7 in /deploy/tools by @dependabot in #41
- Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.4.0 to 1.5.1 in /internal/metrics/tools by @dependabot in #40
- Bump google.golang.org/grpc from 1.64.0 to 1.67.1 by @dependabot in #50
- Bump the k8s-io group across 1 directory with 3 updates by @dependabot in #51
- Bump docker/build-push-action from 5 to 6 by @dependabot in #31
New Contributors
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Use new functional options for backoff. by @porridge in #26
- fix: use deployment for metrics by @gavin-stackrox in #28
New Contributors
- @gavin-stackrox made their first contribution in #28
Full Changelog: v0.2.0...v0.2.2
v0.2.0
What's Changed
New features
Build and test improvements
- Build and push OCI image from GitHub Actions by @porridge in #8
- Run kubeconform on manifests. by @porridge in #16
- Add a basic end-to-end test and GHA lint check. by @porridge in #18
Refactoring
- Replace k8s.io/kubernetes dep with a copy. by @porridge in #7
- Prefactoring before adding metrics support. by @porridge in #15
Dependency bumps
Enabled dependabot.
- Bump actions/setup-go from 4 to 5 by @dependabot in #3
- Bump stackrox/kube-linter-action from 1.0.4 to 1.0.5 by @dependabot in #2
- Bump google.golang.org/grpc from 1.58.3 to 1.63.2 by @dependabot in #5
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #25
- Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.3.0 to 1.4.0 in /internal/metrics/tools by @dependabot in #21
- Bump golangci/golangci-lint-action from 4 to 6 by @dependabot in #10
- Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 by @dependabot in #24
- Bump the k8s-io group with 2 updates by @dependabot in #22
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 by @dependabot in #23
- Bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #13
New Contributors
- @dependabot made their first contribution in #3
Full Changelog: v0.1.0...v0.2.0