Skip to content

Commit 67da910

Browse files
authored
Merge pull request #35 from CESNET/feat-update-version
Feat update version
2 parents 76b11e8 + ecbb95a commit 67da910

File tree

135 files changed

+76
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+76
-68
lines changed

cesnet_tszoo/configs/config_updater.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ def try_get_updated_config(self) -> DatasetConfig:
6060
self.config_to_update.version = version.VERSION_2_0_1
6161
self.logger.debug("Updating config version to %s used cesnet-tszoo package version.", version.VERSION_2_0_1)
6262

63+
if Version(self.config_to_update.version) < Version(version.VERSION_2_1_0):
64+
self.logger.warning("Config version is lower than '%s', updating config to match it.", version.VERSION_2_1_0)
65+
66+
self.config_to_update.export_update_needed = True
67+
self.config_to_update.version = version.VERSION_2_1_0
68+
self.logger.debug("Updating config version to %s used cesnet-tszoo package version.", version.VERSION_2_1_0)
69+
6370
self.logger.debug("Updating config version to %s used cesnet-tszoo package version.", version.current_version)
6471
self.config_to_update.version = version.current_version
6572

cesnet_tszoo/files/benchmark_files/0197980a87c0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: disjoint_time_based
88
description: null
99
related_results_identifier: null
1010
source_type: ip_addresses_full
11-
version: 2.0.1
11+
version: 2.1.0

cesnet_tszoo/files/benchmark_files/080582bcd519.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: time_based
88
description: null
99
related_results_identifier: null
1010
source_type: institution_subnets
11-
version: 2.0.1
11+
version: 2.1.0

cesnet_tszoo/files/benchmark_files/084f368f4c82.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: time_based
88
description: null
99
related_results_identifier: null
1010
source_type: ip_addresses_full
11-
version: 2.0.1
11+
version: 2.1.0

cesnet_tszoo/files/benchmark_files/095f847ca755.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: time_based
88
description: null
99
related_results_identifier: null
1010
source_type: institution_subnets
11-
version: 2.0.1
11+
version: 2.1.0

cesnet_tszoo/files/benchmark_files/09de83e89e42.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: disjoint_time_based
88
description: null
99
related_results_identifier: null
1010
source_type: institutions
11-
version: 2.0.1
11+
version: 2.1.0

cesnet_tszoo/files/benchmark_files/0d523e69c328.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: time_based
88
description: null
99
related_results_identifier: null
1010
source_type: institutions
11-
version: 2.0.1
11+
version: 2.1.0

cesnet_tszoo/files/benchmark_files/0f4fbc0419ce.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: time_based
88
description: null
99
related_results_identifier: 0f4fbc0419ce
1010
source_type: institutions
11-
version: 2.0.1
11+
version: 2.1.0

cesnet_tszoo/files/benchmark_files/15737f3fceec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: time_based
88
description: null
99
related_results_identifier: null
1010
source_type: ip_addresses_sample
11-
version: 2.0.1
11+
version: 2.1.0

cesnet_tszoo/files/benchmark_files/16274e0b44af.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: disjoint_time_based
88
description: null
99
related_results_identifier: null
1010
source_type: ip_addresses_sample
11-
version: 2.0.1
11+
version: 2.1.0

0 commit comments

Comments
 (0)