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

Tags: janus1999/monocular

Tags

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adds ca-certs to chartsvc image to support MongoDB SSL backends (helm…

…#565)

Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Inject user-agent-comment (helm#559)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
enable ability to index new chart data for the same chart version (he…

…lm#556)

* enable ability to index new chart data for the same chart version

Previously, chart-repo skipped indexing any chart versions previous
indexed based on the repo, name and version. However, if a user modifies
a chart version without bumping a new version, the changes are not taken
into account. This changes chart-repo to skip based on the above AND the
digest of the chart package so that packages with a new digest are
correctly updated.

See also vmware-tanzu/kubeapps#659

fixes helm#555

Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>

* update kubeapps/common dep to pull in fix for tests

Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>

* add comments

Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>

v1.0.0

Toggle v1.0.0's commit message
< 102F8 div class="d-flex inline float-right">

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch to circleci (helm#539)

* Switch to CircleCI

- based configuration off of https://github.com/kubeapps/kubeapps/blob/9a92cbf2bf0c618395389900d22567552282004f/.circleci/config.yml
- builds chartsvc and chart-repo
- template test for helm chart

Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>

* update Makefiles and Dockerfiles of Go tools

Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>

* fix mispelling

Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>

* test ci

Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>

* fix repo sync script for CircleCI

Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>

* only push images on master or tagged builds

Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>

* rename test_go to test_go_packages

Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>

v0.7.3

Toggle v0.7.3's commit message
Refresh all the repos (helm#470)

Currently if config file have a bad repo and some right repos,
monocualr-api don't get charts from repos and no error message to
user. We should try all the repos.

v0.7.2

Toggle v0.7.2's commit message
Refresh chart no longer requires an existing chart in allCharts cache (

…helm#461)

* bug fix: in memory allCharts map was not updated on chart refresh

* test for single chart refresh that covers case when a new version is available

* missing delete function in charts mock

* test mock

* chart refresh should be available even if chart does not exist locally

v0.7.1

Toggle v0.7.1's commit message
bug fixes: in memory allCharts map was not updated on chart refresh (h…

…elm#452)

* bug fix: in memory allCharts map was not updated on chart refresh

* test for single chart refresh that covers case when a new version is available

* missing delete function in charts mock

* test mock

v0.7.0

Toggle v0.7.0's commit message
refresh single chart draft (helm#447)

* refresh single chart draft

* extra package repohelper + tests

* remove trailing line

* more coverage

* more coverage

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update nginx ingress annotation (helm#433)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add --mongo-url CLI option to override database URL (helm#402)

0