Releases: AmitKumarDas/metac
Releases · AmitKumarDas/metac
v0.5.0
06 Dec 02:49
Compare
Sorry, something went wrong.
No results found
0.5.0 (2020-12-06)
Features
discovery: add method to list resources based on kind (#151 ) (d768857 )
v0.4.0
26 May 15:07
Compare
Sorry, something went wrong.
No results found
0.4.0 (2020-05-26)
Features
gctl: #142 add indefinite retry option during metac startup (#143 ) (370ef1a )
v0.3.0
12 May 06:12
Compare
Sorry, something went wrong.
No results found
0.3.0 (2020-05-12)
Features
gctl: add explicit update & delete logic to generic controller (8a65fac )
gctl: add integration tests for explicit updates & deletes (7c68561 )
integration-test: add integration test framework (92f1b4f )
server: enable fetching kubernetes details by consumer code (55357e9 )
v0.2.4
21 Apr 04:40
Compare
Sorry, something went wrong.
No results found
0.2.4 (2020-04-21)
Bug Fixes
integration-test: #136 fix test framework to execute tests (#138 ) (afeebdf )
v0.2.3
13 Apr 10:26
Compare
Sorry, something went wrong.
No results found
0.2.3 (2020-04-13)
Bug Fixes
examples: replace k8s.io with example.io in sample controller (#128 ) (19e4345 )
v0.2.2
31 Mar 03:55
Compare
Sorry, something went wrong.
No results found
0.2.2 (2020-03-31)
Bug Fixes
Release: Set GH_TOKEN to trigger release (c4148a6 )
Adjust workflow to trigger docker image push (#117 ) (5bb6711 )
v0.2.1
26 Mar 05:31
Compare
Sorry, something went wrong.
No results found
0.2.1 (2020-03-26)
Bug Fixes
v0.2.0
25 Mar 03:00
Compare
Sorry, something went wrong.
No results found
0.2.0 (2020-03-25)
Features
advanced selector: add more selector options to GenericController (#103 ) (17ae3ad )
advanced selector: add refKey to match attachment against watch (#107 ) (4906d25 )
helm: better CRD handling for helm v2 and v3 (#108 ) (b0ec696 )
patch: add patch support to GenericController (#86 ) (303049d )
Release version 0.1.0
10 Oct 05:24
Compare
Sorry, something went wrong.
No results found
This is the first release of Metac after forking from MetaController . This release has following enhancements and fixes:
Code was updated to have recent vendoring
Vendoring was changed from dep to go modules
Code level comments were added to make it easy to understand & contribute
A new meta controller called GenericController was added that enables Metac to handle several new requirements.
Few integration tests were added for GenericController
Few examples have been modified to work with Metac.
NOTE: Remaining examples will be refactored to work with Metac in upcoming release(s).
Various github labels have been added to filter issues/PRs easily.
NOTE: One can make use of manifests folder to deploy Metac in their Kubernetes environments.