Skip to content

Commit

Permalink
0.1.4 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Oct 28, 2024
1 parent 58efa82 commit 476c78a
Show file tree
Hide file tree
Showing 54 changed files with 130 additions and 93 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: 0.1.3
name: Release 0.1.3
tag_name: 0.1.4
name: Release 0.1.4
body: |
Please read the [CHANGELOG](https://unicorn-depthcache-cluster-for-binance.docs.lucit.tech/changelog.html) for further information.
draft: false
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

[How to upgrade to the latest version!](https://unicorn-depthcache-cluster-for-binance.docs.lucit.tech/readme.html#installation-and-upgrade)

## 0.1.3.dev (development stage/unreleased/unstable)
## 0.1.4.dev (development stage/unreleased/unstable)

## 0.1.4
### Fixed
- https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/8 - We don't overwrite
the None anymore.

## 0.1.3
MVP release!
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ helm search repo lucit-ubdcc
- Then

```
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.3
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.4
```

#### Choose a namespace
Expand Down
2 changes: 1 addition & 1 deletion container/generic_loader/requirements-lucit_ubdcc_dcn.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lucit-ubdcc-dcn==0.1.3
lucit-ubdcc-dcn==0.1.4
2 changes: 1 addition & 1 deletion container/generic_loader/requirements-lucit_ubdcc_mgmt.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lucit-ubdcc-mgmt==0.1.3
lucit-ubdcc-mgmt==0.1.4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lucit-ubdcc-restapi==0.1.3
lucit-ubdcc-restapi==0.1.4
2 changes: 1 addition & 1 deletion dev/docker/lucit-ubdcc-dcn-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.1.3-latest"
VERSION="0.1.4-latest"

echo Deploying UBDCC DepthCacheCluster $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/lucit-ubdcc-dcn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.1.3"
VERSION="0.1.4"

echo Deploying UBDCC DepthCacheCluster $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/lucit-ubdcc-mgmt-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.1.3-latest"
VERSION="0.1.4-latest"

echo Deploying UBDCC Mgmt $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/lucit-ubdcc-mgmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.1.3"
VERSION="0.1.4"

echo Deploying UBDCC Mgmt $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/lucit-ubdcc-restapi-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.1.3-latest"
VERSION="0.1.4-latest"

echo Deploying UBDCC RESTAPI $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/lucit-ubdcc-restapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.1.3"
VERSION="0.1.4"

echo Deploying UBDCC RESTAPI $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories

Expand Down
4 changes: 2 additions & 2 deletions dev/helm/lucit-ubdcc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.3"
appVersion: "0.1.4"
2 changes: 1 addition & 1 deletion dev/set_version_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ files:
- packages/lucit-ubdcc-shared-modules/pyproject.toml
- packages/lucit-ubdcc-shared-modules/setup.py
- README.md
version: 0.1.3
version: 0.1.4
7 changes: 6 additions & 1 deletion dev/sphinx/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

[How to upgrade to the latest version!](https://unicorn-depthcache-cluster-for-binance.docs.lucit.tech/readme.html#installation-and-upgrade)

## 0.1.3.dev (development stage/unreleased/unstable)
## 0.1.4.dev (development stage/unreleased/unstable)

## 0.1.4
### Fixed
- https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/8 - We don't overwrite
the None anymore.

## 0.1.3
MVP release!
2 changes: 1 addition & 1 deletion dev/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.1.3'
release = '0.1.4'

html_last_updated_fmt = "%b %d %Y at %H:%M (CET)"

Expand Down
2 changes: 1 addition & 1 deletion dev/sphinx/source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ helm search repo lucit-ubdcc
- Then

```
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.3
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.4
```

#### Choose a namespace
Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 47f66109f4c911298cf078a16f801f19
config: 76574f83e86b9d081018e4df524aad38
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; unicorn-depthcache-cluster-for-binance 0.1.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Overview: module code &#8212; unicorn-depthcache-cluster-for-binance 0.1.4 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=92fd9be5" />
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=fdf8e9ae" />
Expand Down Expand Up @@ -260,7 +260,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2022-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Oct 28 2024 at 09:55 (CET).
Last updated on Oct 28 2024 at 15:30 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
Expand Down
6 changes: 3 additions & 3 deletions docs/_modules/lucit_ubdcc_dcn/DepthCacheNode.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>lucit_ubdcc_dcn.DepthCacheNode &#8212; unicorn-depthcache-cluster-for-binance 0.1.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>lucit_ubdcc_dcn.DepthCacheNode &#8212; unicorn-depthcache-cluster-for-binance 0.1.4 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=92fd9be5" />
<link rel="stylesheet" type="text/css" href="../../_static/pydoctheme.css?v=fdf8e9ae" />
Expand Down Expand Up @@ -203,7 +203,7 @@ <h1>Source code for lucit_ubdcc_dcn.DepthCacheNode</h1><div class="highlight"><p
<span class="bp">self</span><span class="o">.</span><span class="n">app</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s1">&#39;depthcache_instances&#39;</span><span class="p">][</span><span class="n">dc</span><span class="p">[</span><span class="s1">&#39;exchange&#39;</span><span class="p">]]</span> <span class="o">=</span> <span class="p">{}</span>
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">app</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s1">&#39;depthcache_instances&#39;</span><span class="p">][</span><span class="n">dc</span><span class="p">[</span><span class="s1">&#39;exchange&#39;</span><span class="p">]]</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">dc</span><span class="p">[</span><span class="s1">&#39;update_interval&#39;</span><span class="p">])</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span>
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">app</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s1">&#39;db&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">get_license_status</span><span class="p">()</span> <span class="o">==</span> <span class="s2">&quot;VALID&quot;</span><span class="p">:</span>
<span class="k">if</span> <span class="n">dc</span><span class="p">[</span><span class="s1">&#39;update_interval&#39;</span><span class="p">]</span> <span class="o">==</span> <span class="mi">1000</span><span class="p">:</span>
<span class="k">if</span> <span class="n">dc</span><span class="p">[</span><span class="s1">&#39;update_interval&#39;</span><span class="p">]</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span>
<span class="k">try</span><span class="p">:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">app</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s1">&#39;depthcache_instances&#39;</span><span class="p">][</span><span class="n">dc</span><span class="p">[</span><span class="s1">&#39;exchange&#39;</span><span class="p">]][</span><span class="n">dc</span><span class="p">[</span><span class="s1">&#39;update_interval&#39;</span><span class="p">]]</span> <span class="o">=</span> \
<span class="n">BinanceLocalDepthCacheManager</span><span class="p">(</span>
Expand Down Expand Up @@ -383,7 +383,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2022-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Oct 25 2024 at 19:15 (CET).
Last updated on Oct 28 2024 at 15:30 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
Expand Down
6 changes: 3 additions & 3 deletions docs/_modules/lucit_ubdcc_shared_modules/App.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>lucit_ubdcc_shared_modules.App &#8212; unicorn-depthcache-cluster-for-binance 0.1.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>lucit_ubdcc_shared_modules.App &#8212; unicorn-depthcache-cluster-for-binance 0.1.4 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=92fd9be5" />
<link rel="stylesheet" type="text/css" href="../../_static/pydoctheme.css?v=fdf8e9ae" />
Expand Down Expand Up @@ -188,7 +188,7 @@ <h1>Source code for lucit_ubdcc_shared_modules.App</h1><div class="highlight"><p
<span class="n">REST_SERVER_PORT_DEV_DCN</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">42082</span>
<span class="n">REST_SERVER_PORT_DEV_MGMT</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">42080</span>
<span class="n">REST_SERVER_PORT_DEV_RESTAPI</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">42081</span>
<span class="n">VERSION</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;0.1.3&quot;</span>
<span class="n">VERSION</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;0.1.4&quot;</span>


<div class="viewcode-block" id="App">
Expand Down Expand Up @@ -952,7 +952,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2022-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Oct 25 2024 at 19:15 (CET).
Last updated on Oct 28 2024 at 15:30 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
Expand Down
6 changes: 3 additions & 3 deletions docs/_modules/lucit_ubdcc_shared_modules/Database.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>lucit_ubdcc_shared_modules.Database &#8212; unicorn-depthcache-cluster-for-binance 0.1.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>lucit_ubdcc_shared_modules.Database &#8212; unicorn-depthcache-cluster-for-binance 0.1.4 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=92fd9be5" />
<link rel="stylesheet" type="text/css" href="../../_static/pydoctheme.css?v=fdf8e9ae" />
Expand Down Expand Up @@ -221,7 +221,7 @@ <h1>Source code for lucit_ubdcc_shared_modules.Database</h1><div class="highligh
<span class="k">else</span><span class="p">:</span>
<span class="n">desired_quantity</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">desired_quantity</span><span class="p">)</span>
<span class="k">if</span> <span class="n">update_interval</span> <span class="ow">is</span> <span class="kc">None</span> <span class="ow">or</span> <span class="n">update_interval</span> <span class="o">==</span> <span class="s2">&quot;None&quot;</span><span class="p">:</span>
<span class="n">update_interval</span> <span class="o">=</span> <span class="mi">1000</span>
<span class="n">update_interval</span> <span class="o">=</span> <span class="kc">None</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">update_interval</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">update_interval</span><span class="p">)</span>
<span class="k">if</span> <span class="n">refresh_interval</span> <span class="ow">is</span> <span class="kc">None</span> <span class="ow">or</span> <span class="n">refresh_interval</span> <span class="o">==</span> <span class="s2">&quot;None&quot;</span><span class="p">:</span>
Expand Down Expand Up @@ -871,7 +871,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2022-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Oct 25 2024 at 19:15 (CET).
Last updated on Oct 28 2024 at 15:30 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
Expand Down
7 changes: 6 additions & 1 deletion docs/_sources/changelog.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

[How to upgrade to the latest version!](https://unicorn-depthcache-cluster-for-binance.docs.lucit.tech/readme.html#installation-and-upgrade)

## 0.1.3.dev (development stage/unreleased/unstable)
## 0.1.4.dev (development stage/unreleased/unstable)

## 0.1.4
### Fixed
- https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/8 - We don't overwrite
the None anymore.

## 0.1.3
MVP release!
2 changes: 1 addition & 1 deletion docs/_sources/readme.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ helm search repo lucit-ubdcc
- Then

```
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.3
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.4
```

#### Choose a namespace
Expand Down
Loading

0 comments on commit 476c78a

Please sign in to comment.