Skip to content

Releases: kubernetes-sigs/zeitgeist

v0.3.1

15 Jul 06:38
22fe9f0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 Aug 15:55
v0.3.0
5ae509e

Choose a tag to compare

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-only flag by @justaugustus in #38

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Aug 15:54
v0.2.0
6a45263

Choose a tag to compare

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

06 Feb 23:10
v0.1.0
25185e7

Choose a tag to compare

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

v0.0.17

12 Nov 18:06

Choose a tag to compare

Changelog

adbd34f Workaround libc dependency in linux binary

v0.0.16

12 Nov 16:50

Choose a tag to compare

Changelog

6aa4285 Fix logic issue around minor sensitivity comparison

v0.0.15

18 Oct 14:11

Choose a tag to compare

Changelog

bcd5705 Fix tests
ee09dab Output isn't logging

v0.0.14

18 Oct 11:33

Choose a tag to compare

Changelog

2237c5f Do not add go lint modules in current project
cc45dcd Go mod tidy for a clean git state!
6e0fb3e Needs docker upstream
02edc5f New output flags

v0.0.12

24 Sep 15:20

Choose a tag to compare

Changelog

4ee93a0 Ignore branches for release
8cc08c4 Work off circleci examples

v0.0.11

24 Sep 15:09

Choose a tag to compare

Changelog

c4d2f08 Re-split into workflows