Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pgallardor committed Nov 3, 2023
2 parents 873ce8b + fc3138a commit 79153ab
Show file tree
Hide file tree
Showing 28 changed files with 44 additions and 42 deletions.
2 changes: 1 addition & 1 deletion alert_archiving_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "alert-archiving-step"
version = "6.1.1a43"
version = "6.1.1a44"
description = "Group alerts and upload to S3 by date"
authors = ["ALeRCE"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions charts/alert_archiving_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.1.1a43
appVersion: 6.1.1a44
description: A Helm chart for Kubernetes
name: alert-archive-step
type: application
version: 1.2.11
version: 1.2.12
4 changes: 2 additions & 2 deletions charts/correction_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a47
appVersion: 6.2.1a48
description: Correction step chart
name: correction-step
type: application
version: 1.2.129
version: 1.2.130
4 changes: 2 additions & 2 deletions charts/early_classification_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a47
appVersion: 6.2.1a48
description: A Helm chart for Kubernetes
name: early-classifier
type: application
version: 1.2.122
version: 1.2.123
4 changes: 2 additions & 2 deletions charts/feature_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a47
appVersion: 6.2.1a48
description: Step for feature calculation
name: feature-step
type: application
version: 1.4.127
version: 1.4.128
4 changes: 2 additions & 2 deletions charts/lc_classification_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a47
appVersion: 6.2.1a48
description: Lightcurve classifier step
name: lc-classifier-step
type: application
version: 4.8.123
version: 4.8.124
4 changes: 2 additions & 2 deletions charts/lightcurve-step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a47
appVersion: 6.2.1a48
description: Full lightcurve provider step
name: lightcurve-step
type: application
version: 1.3.128
version: 1.3.129
4 changes: 2 additions & 2 deletions charts/magstats_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a47
appVersion: 6.2.1a48
description: A Helm chart for Kubernetes
name: magstats-step
type: application
version: 1.2.128
version: 1.2.129
4 changes: 2 additions & 2 deletions charts/metadata_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a14
appVersion: 6.2.1a15
description: A Helm chart for Kubernetes
name: metadata-step
type: application
version: 1.0.15
version: 1.0.16
4 changes: 2 additions & 2 deletions charts/prv_candidates_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a47
appVersion: 6.2.1a48
description: Previous candidates processor step
name: prv-candidates
type: application
version: 1.3.128
version: 1.3.129
4 changes: 2 additions & 2 deletions charts/s3_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a47
appVersion: 6.2.1a48
description: A Helm chart for Kubernetes
name: s3-step
type: application
version: 1.3.124
version: 1.3.125
4 changes: 2 additions & 2 deletions charts/scribe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,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: 1.1.127
version: 1.1.128

# 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: 6.2.1a47
appVersion: 6.2.1a48
4 changes: 2 additions & 2 deletions charts/sorting_hat_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a47
appVersion: 6.2.1a48
description: Sorting Hat deployment chart
name: sorting-hat
type: application
version: 2.6.128
version: 2.6.129
4 changes: 2 additions & 2 deletions charts/watchlist_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 6.2.1a47
appVersion: 6.2.1a48
description: A Helm chart for Kubernetes
name: watchlist-step
type: application
version: 1.2.118
version: 1.2.119

4 changes: 2 additions & 2 deletions charts/xmatch_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a47
appVersion: 6.2.1a48
description: A Helm chart for Kubernetes
name: xmatch-step
type: application
version: 2.3.128
version: 2.3.129
2 changes: 1 addition & 1 deletion correction_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "correction"
version = "6.2.1a47"
version = "6.2.1a48"
description = "Correction library for ALeRCE pipeline."
authors = ["ALeRCE Broker <[email protected]>"]
readme = "README.md"
Expand Down
4 changes: 3 additions & 1 deletion early_classification_step/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "early_classification_step"
version = "6.2.1a47"
version = "6.2.1a48"
description = "Early Classification Step"
authors = []
readme = "README.md"
Expand Down Expand Up @@ -104,6 +104,7 @@ line-length = 88






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -193,6 +194,7 @@ pytest-docker = "^1.0.1"






[tool.poetry.group.model.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion feature_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "feature-step"
version = "6.2.1a47"
version = "6.2.1a48"
description = ""
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion lc_classification_step/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "lc_classification_step"
version = "6.2.1a47"
version = "6.2.1a48"
description = "LC Classification Step"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion lightcurve-step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lightcurve-step"
version = "6.2.1a47"
version = "6.2.1a48"
description = "Lightcurve Step"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion magstats_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "magstats-step"
version = "6.2.1a47"
version = "6.2.1a48"
description = ""
authors = ["ASHuenchuleo <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion metadata_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metadata-step"
version = "6.2.1a14"
version = "6.2.1a15"
description = ""
authors = ["Pedro Gallardo <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion prv_candidates_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prv-candidates-step"
version = "6.2.1a47"
version = "6.2.1a48"
description = "Previous Detections Step"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion s3_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "s3-step"
version = "6.2.1a47"
version = "6.2.1a48"
description = "S3 step"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion scribe/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scribe"
version = "6.2.1a47"
version = "6.2.1a48"
description = "Mongo scribe"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sorting_hat_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sorting-hat-step"
version = "6.2.1a47"
version = "6.2.1a48"
description = "Sorting hat step"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion watchlist_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "watchlist-step"
version = "6.2.1a47"
version = "6.2.1a48"
description = "Watchlist Step"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion xmatch_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xmatch-step"
version = "6.2.1a47"
version = "6.2.1a48"
description = "xmatch step"
authors = []
readme = "README.md"
Expand Down

0 comments on commit 79153ab

Please sign in to comment.