Skip to content

Conversation

@hardbyte
Copy link
Collaborator

Changes since 1.12.0:

Version 1.13.0-beta

Breaking Changes

  • the dataproviders table uploaded field has been modified from a BOOL to an ENUM type (Fix 462 #463)
  • the similarity_score output type has been modified, it now returns a JSON array of JSON objects, where such an object
    looks like [[party_id_0, row_index_0], [party_id_1, row_index_1], score]. (Feature similarity groups #464)
  • Integration test configuration is now consistent with benchmark config. Instead of setting ENTITY_SERVICE_URL including
    /api/v1 now just set the host address in SERVER.

Version 1.13.0-alpha

Breaking Change

@hardbyte hardbyte requested a review from wilko77 February 10, 2020 03:45
Copy link
Collaborator

@wilko77 wilko77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a bit more polish to the changelog please.

name: {{ .Release.Name }}-worker
minReplicas: {{ required "workers.replicaCount must be provided." .Values.workers.replicaCount }}
maxReplicas: 20
maxReplicas: {{ required "workers.autoscaler.maxReplicas must be provided." .Values.workers.autoscaler.maxReplicas }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<nitpick mode ON>
the two parameters minReplicas and maxReplicas are clearly related. Why do we set them at different levels in the Values file?
<upgrade to double nitpick mode NOW>
Why do we set the minReplicas value as replicaCount? Wouldn't that just confuse some random DevOps guy when (s)he tries to configure the autoscaler?/
<all nitpick modes OFF>

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We set them at different levels because replicaCount is always required (whether the autoscaler is enabled or not), and I just decided that if the autoscaler is enabled we would use the initial number of replicas as the minimum. I'll add another configurable: workers.autoscaler.minReplicas.

Version 1.13.0-beta
-------------------

- fixed a bug where a dataprovider could upload their clks multiple time in a project using the same upload token (#463)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mix of singular and plural. Yes, we celebrate diversity, but that might take it just a tad too far.

- Update dependencies:
- We have enabled `dependabot <https://dependabot.com/>`_ on GitHub to keep our Python dependencies up to date.
- ``anonlinkclient`` now used for benchmarking (#490)
- Chart dependencies ``redis-ha``, ``postgres`` and ``minio`` all updated.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you link to the corresponding PR, please?

- the ``similarity_score`` output type has been modified, it now returns a JSON array of JSON objects, where such an object
looks like `[[party_id_0, row_index_0], [party_id_1, row_index_1], score]`. (#464)
- Integration test configuration is now consistent with benchmark config. Instead of setting ``ENTITY_SERVICE_URL`` including
``/api/v1`` now just set the host address in ``SERVER``.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR link

Version 1.13.0-beta
-------------------

- fixed a bug where a dataprovider could upload their clks multiple time in a project using the same upload token (#463)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also: multiple times

@hardbyte hardbyte merged commit 21d20e0 into develop Feb 10, 2020
@wilko77 wilko77 deleted the release-1.13.0-beta branch June 18, 2020 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants