Releases: kubernetes-sigs/zeitgeist
v0.3.1
What's Changed
- Don't pluralize package names when possible and improve debugs by @justaugustus in #39
- support json and yaml format outputs by @ykakarap in #31
- upstream: add container upstream option by @cpanato in #34
- fix: container upstream by @adamglt in #40
- Do not panic on regex compilation failure by @saschagrunert in #41
- Remove CircleCI config by @saschagrunert in #42
- Cleanup go.mod/sum by @saschagrunert in #43
- Helm support by @Pluies in #45
- EKS support by @Pluies in #46
- Module cleanups by @justaugustus in #49
- Dependency updates by @justaugustus in #50
- add dependabot configuration by @cpanato in #52
- OWNERS: Reflect current Release Engineering roster by @justaugustus in #58
- Add warning for archived GitHub and GitLab repos by @cpanato in #51
- Add
ok-to-testlabel to dependabot PRs by @cpanato in #89 - add version commad by @cpanato in #146
- list tags when there are no releases available by @cpanato in #145
- Skip pre-releases from helm upstreams by @TheEdgeOfRage in #149
- fix RemoteExport() returning already up-to-date dependencies by @ydarb in #170
- upgrade to go1.18 and update golangci-lint by @cpanato in #175
- Switch to golang native error wrapping by @saschagrunert in #228
- Switch to
github.com/blang/semver/v4by @saschagrunert in #243
New Contributors
- @adamglt made their first contribution in #40
- @saschagrunert made their first contribution in #41
- @dependabot made their first contribution in #55
- @TheEdgeOfRage made their first contribution in #149
- @ydarb made their first contribution in #170
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Replace a few internal packages w/ sigs.k8s.io/release-utils by @justaugustus in #35
- tests: use testify to assert the tests by @cpanato in #24
- commands: Init importable package for zeitgeist commands by @justaugustus in #36
- go.mod: Update sigs.k8s.io/release-utils to v0.2.0 by @justaugustus in #37
- commands: Default to remote checks and introduce
--local-onlyflag by @justaugustus in #38
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- validate: fix base path when validating locally by @cpanato in #26
- add support to check for commits on branches in git repos by @ykakarap in #28
- dependencies: Do not warn for every non-matched line in a scanned file by @justaugustus in #33
- Remove import cycles for downstream consumers by @justaugustus in #32
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Changelog
052b885 .github: Add issue/PR templates and SECURITY.md
74934df Add .golangci.yml config
670baa9 Add Kubernetes boilerplate to go files & Dockerfiles
c457d40 Add required files for Kubernetes project donation
20d7e8a Add skeleton for cobra
59e895b Dockerfile: Use distroless:static-debian10 for production image
a3e62de Merge pull request #10 from justaugustus/templates
548bd3d Merge pull request #11 from justaugustus/cobra
286e642 Merge pull request #12 from justaugustus/tidy
5b71908 Merge pull request #13 from justaugustus/charts-loc
cf380db Merge pull request #14 from n3wscott/buoy
ec8b825 Merge pull request #17 from justaugustus/buoy-owners
3ab41c1 Merge pull request #18 from cpanato/refactor_aws
c4c1216 Merge pull request #19 from cpanato/verify
9c48b0c Merge pull request #20 from cpanato/lints
bb1e2ae Merge pull request #22 from cpanato/add-gitlab
25185e7 Merge pull request #23 from cpanato/update-deps
e094350 Merge pull request #7 from justaugustus/k8s-donation
c485937 Merge pull request #8 from Pluies/feature/kubernetes-boilerplate
97c7974 Merge pull request #9 from justaugustus/tidy
3db3e10 OWNERS: Add n3wscott to zeitgeist-reviewers
a92ad7d OWNERS: Allow buoy owners approval over buoy/ subdirectory
1d1cc32 Update all dependencies
8ec4f6e Update module references and imports to sigs.k8s.io/zeitgeist
78ef7d5 Update to go1.15
c7517b2 Use cobra instead of urfave/cli
14d282a Use errors.Errorf instead of fmt.Errorf
0a00a1e aws: refactor aws tests and client
2c797c5 build: add rules for checking header file, golangci-lint and go modules
6fbac21 dependencies/versions_test: Add nolints for errcheck
5941355 dependencies: Improve some error message output
e9691e3 dependencies: cycle February 2021
3a4034a lint: Add nolint comments
91960ac lint: Fix hugeParam warnings
e413356 lint: Fix readability warnings, like 'lll' and 'wsl'
328bc4d lint: Initial sweep to fix minor warnings
14aea7a lints: update based on golangci-lint feedback
08ca949 upstreaming buoy to zeitgeist, stage for combining
e86e850 upstreams(helm): Update stable Helm repo location
77b54f3 upstreams/github: Add note about using GitHub client from k/release
323f71f upstreams: Update to helm v3.3.4
58691a2 upstreams: Use k8s.io/release methods for client and release retrieval
974d736 upstreams: add gitlab as upstream option