Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
if: steps.detect_if_should_run.outputs.result == 'true'
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: '^1.19'
go-version-file: go.mod

- name: run e2e tests
if: steps.detect_if_should_run.outputs.result == 'true'
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.51.0

- Update dependencies. Default kind version is bumped to 0.32.0.

## v0.50.0

- Update dependencies
- Fix license handling

## v0.49.0

- Continue dumping of resources anyways if errors happen in running `get all`
Expand Down
Loading