Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taitken-splunk committed Sep 6, 2024
1 parent f918033 commit a60d48f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---

## v0.16.0 (Sept 6, 2024)

* Added support for helm as an external data source

## v0.15.2 (Mar 5, 2022)

* Add ability to filter by namespaces using `-p` and `-P` and the ability to filter out cluster-scoped-objects
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include Makefile.tools

VERSION := 0.15.2
VERSION := 0.16.0
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
FMT_OPTIONS := -x '**/testdata' -x site/themes -x '.vscode/*' -x dist -t jsonnet -t json -t yaml
Expand Down

0 comments on commit a60d48f

Please sign in to comment.