8000 Tags · KZachariassen/monocular · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: KZachariassen/monocular

Tags

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding filter options to chart-repo (helm#658)

* Adding filter options to chart-repo

Signed-off-by: Greg Sidelinger <gate@ilive4code.net>

* Updating filter tests
Add filter on annoation name only

Signed-off-by: Greg Sidelinger <gate@ilive4code.net>

* Moving filter logic to function
Updating filter tests

Signed-off-by: Greg Sidelinger <sidelig@nationwide.com>
Signed-off-by: Greg Sidelinger <gate@ilive4code.net>

* Update cmd/chart-repo/chart_repo.go

Co-Authored-By: Adnan Abdulhussein <adnan@prydoni.us>
Signed-off-by: Greg Sidelinger <gate@ilive4code.net>

* Update cmd/chart-repo/chart_repo.go

Co-Authored-By: Adnan Abdulhussein <adnan@prydoni.us>
Signed-off-by: Greg Sidelinger <gate@ilive4code.net>

* Minor filter updates
Adding more test data

Signed-off-by: Greg Sidelinger <gate@ilive4code.net>

* Adding glob matching to name filters

Signed-off-by: Greg Sidelinger <gate@ilive4code.net>

Co-authored-by: Adnan Abdulhussein <adnan@prydoni.us>

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Delete repository from all collections (helm#655)

Signed-off-by: Andres Martinez Gotor <andres@bitnami.com>

v1.9.0

Toggle v1.9.0's commit message
Update chart resources apiVersion (helm#644)

* Update chart resources apiVersion

Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>

* Make required changes for apiVersion update

Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>

* Update mongodb chart dep. Necessary for k8 v1.16

Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>

* Bump patch version of Chart

Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>

v1.8.3

Toggle v1.8.3's commit message
Fix large gap between rows of chart-list (helm#642)

Remove `flex: 1` so it no longer fills all available space.
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>

v1.8.2

Toggle v1.8.2's commit message
[chart-repo] Support case insensitive readme file in charts (helm#639)

Fix helm#638. Sometimes the chart creator uses the name 'README.md',
'readme.md' or 'Readme.md' in the chart tarball. This patch adds
support for case insensitive filenames in the chart tarball.
We assume any files in the same folder in the chart tarball won't
have the same file name when case ignored, and it should be true.

Signed-off-by: Jesse Hu <seizethetime@163.com>

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[chart-repo] Store repositories checksum in cache to avoid reprocessi…

…ng (helm#637)

* Store repositories checksum in cache to avoid reprocessing

Signed-off-by: Andres Martinez Gotor <andres@bitnami.com>

* Update log message

Signed-off-by: Andres Martinez Gotor <andres@bitnami.com>

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for SVG icons (helm#631)

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[chartsvc] Allow to return duplicated charts (helm#628)

v1.6.0

Toggle v1.6.0's commit message
Check member is defined before calling match (helm#616)

* Check member is defined before calling match

Signed-off-by: Scott Rigby <scott@r6by.com>

* Pass string not bang bang bool

Signed-off-by: Scott Rigby <scott@r6by.com>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add search endpoint (helm#609)

* Add search endpoint

Signed-off-by: Andres Martinez Gotor <andres@bitnami.com>
0