Skip to content

Commit

Permalink
[bitnami/milvus] Release 10.1.2 (#31169)
Browse files Browse the repository at this point in the history
* [bitnami/milvus] Release 10.1.2 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* [bitnami/milvus] Fix Cypress tests

Signed-off-by: David Gomez <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: David Gomez <[email protected]>
Co-authored-by: David Gomez <[email protected]>
  • Loading branch information
bitnami-bot and dgomezleon authored Dec 30, 2024
1 parent 3e3b679 commit bd64596
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .vib/milvus/cypress/cypress/e2e/milvus.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ it('allows to create a collection', () => {
});
// Create collection index and load
cy.get(`[href$="${c.collection.name}${random}/overview"]`).click({force: true});
// Reload and wait for DOM content load
cy.wait(50000);
cy.get('button').contains('Create Index').click({force: true});
cy.get('[data-cy="index_name"]').type(`${c.collection.idName}{enter}`);
cy.wait(25000);
cy.contains('unloaded').click({force: true});
cy.get('button').contains('Load').click({force: true});
cy.contains('loaded');
// Add sample data
cy.reload();
cy.wait(50000);
Expand Down
9 changes: 7 additions & 2 deletions bitnami/milvus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 10.1.1 (2024-12-23)
## 10.1.2 (2024-12-30)

* [bitnami/milvus] Release 10.1.1 ([#31147](https://github.com/bitnami/charts/pull/31147))
* [bitnami/milvus] Release 10.1.2 ([#31169](https://github.com/bitnami/charts/pull/31169))

## <small>10.1.1 (2024-12-23)</small>

* [bitnami/*] Fix typo in README (#31052) ([b41a51d](https://github.com/bitnami/charts/commit/b41a51d1bd04841fc108b78d3b8357a5292771c8)), closes [#31052](https://github.com/bitnami/charts/issues/31052)
* [bitnami/milvus] Release 10.1.1 (#31147) ([f8b9a38](https://github.com/bitnami/charts/commit/f8b9a385b826dea3d54afacd90501ff3a8f3d34d)), closes [#31147](https://github.com/bitnami/charts/issues/31147)

## 10.1.0 (2024-12-10)

Expand Down
8 changes: 4 additions & 4 deletions bitnami/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ annotations:
licenses: Apache-2.0
images: |
- name: attu
image: docker.io/bitnami/attu:2.4.12-debian-12-r1
image: docker.io/bitnami/attu:2.5.0-debian-12-r0
- name: milvus
image: docker.io/bitnami/milvus:2.5.0-debian-12-r1
image: docker.io/bitnami/milvus:2.5.1-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r34
- name: pymilvus
image: docker.io/bitnami/pymilvus:2.5.1-debian-12-r0
apiVersion: v2
appVersion: 2.5.0
appVersion: 2.5.1
dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down Expand Up @@ -48,4 +48,4 @@ maintainers:
name: milvus
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/milvus
version: 10.1.1
version: 10.1.2
4 changes: 2 additions & 2 deletions bitnami/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ milvus:
image:
registry: docker.io
repository: bitnami/milvus
tag: 2.5.0-debian-12-r1
tag: 2.5.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -4604,7 +4604,7 @@ attu:
image:
registry: docker.io
repository: bitnami/attu
tag: 2.4.12-debian-12-r1
tag: 2.5.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down

0 comments on commit bd64596

Please sign in to comment.