Skip to content

Releases: mattmoor/mink

Release v0.20.0

12 Jan 15:11
b43d850
Compare
Choose a tag to compare
Release v0.20.0 Pre-release
Pre-release

Changelog

b43d850 upgrade to latest dependencies (#410)

Release v0.20.0-rc2

11 Jan 18:26
Compare
Choose a tag to compare
Release v0.20.0-rc2 Pre-release
Pre-release

Changelog

de26bb9 Fix ghcr.io login

Release v0.19.0

11 Nov 00:57
Compare
Choose a tag to compare
Release v0.19.0 Pre-release
Pre-release
  • Loads of testing
    • Run all the upstream e2e testing
    • Build and Deploy loads of samples
    • Self-host mink apply testing
  • Add support for mink install
  • mink apply
  • arm64 support (everything except buildpacks)

Release v0.19.0-rc3

05 Nov 19:03
0453a36
Compare
Choose a tag to compare
Release v0.19.0-rc3 Pre-release
Pre-release

Changelog

0453a36 Fix auth issue with bundle (#246)

Release v0.18.0

08 Oct 02:15
80aa9b1
Compare
Choose a tag to compare
Release v0.18.0 Pre-release
Pre-release

Changelog

80aa9b1 Bump to 0.18 (#78)
74ae27c Exclude the control plane node (#81)
d785fdf Pin to 17, but check releasability against 18 (#86)
1c54b6d Remove redundant checks (#84)
79adee8 Replace sleep with kubectl wait (#85)
6c106e2 Run github.com/client9/misspell (#82)
fbea136 Update common github actions (#79)

Release v0.17.0

03 Oct 19:00
667a6b6
Compare
Choose a tag to compare
Release v0.17.0 Pre-release
Pre-release

Changelog

667a6b6 Bump to release-0.17 (#77)
1de050c Combine K8s deps
face20d Pull in knative-extensions/net-http01#49 (#72)
155b16f Put mink on a diet (#75)
addc599 update the runAsUser for cert-gen job (#73)

Release v0.16.2

07 Aug 18:04
226ef58
Compare
Choose a tag to compare
Release v0.16.2 Pre-release
Pre-release

Changelog

226ef58 update the runAsUser for cert-gen job (#74)

Release v0.16.1

21 Jul 20:12
e475178
Compare
Choose a tag to compare
Release v0.16.1 Pre-release
Pre-release

Changelog

e475178 Add affinity-assistant image (#69)

Release v0.16.0

07 Jul 20:46
421cc72
Compare
Choose a tag to compare
Release v0.16.0 Pre-release
Pre-release

Changelog

1b99218 Add in-cluster namespace fallback (#62)
d739c7c Add missing api groups to namespace roles. (#48)
3afe694 Drop the Gopkg.* files (#51)
4c9ecc9 Fix README to include tekton
6979030 Migrate mink to go-mod (#50)
421cc72 Pin everything to 0.16 (#67)
96c4957 Pull everything forward to get reconciler sharding (#64)
564e5ea Reduce the timeout on webhooks to 2s. (#52)
64e3a1e Remove stale comment
0d148d3 Start to add the skeleton of a CLI. (#54)
993f77f Use nonroot for all images (#47)
8287647 [master] Auto-update dependencies (#46)
ca7ddba [master] Auto-update dependencies (#49)
14deae8 [master] Format markdown (#60)

Release v0.14.0

14 Apr 20:37
e4d1a23
Compare
Choose a tag to compare
Release v0.14.0 Pre-release
Pre-release

In addition to pulling in release-0.14 from upstream, this release incorporates:

  • Github / Kafka sources (from eventing-contrib),
  • Channel/Subscription support (and in-memory channel, which runs separately so it can be replaced),
  • The multi-tenant channel-based broker,
  • github.com/mattmoor/bindings,
  • github.com/vaikas/postgressource,
  • Our new VMware sources.

This release also starts to make use of Github Actions and KinD to start to improve automation and validation.