Skip to content
Snippets Groups Projects
Commit 25abf4c8 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Merge branch 'Set-Version-Number' into 'master'

Add missing version label

See merge request !1077
parents 6aa2c6a3 dd3144b5
Branches
Tags v0.48
1 merge request!1077Add missing version label
Pipeline #113767 failed
Pipeline: deploy on rs307

#114155

    Pipeline: tango

    #113768

      ......@@ -102,7 +102,8 @@ secret_detection:
      # Run all unit tests for Python versions except the base image
      run_unit_tests:
      extends: .run_unit_test_version_base
      needs: []
      needs:
      - trigger_prepare
      stage: test
      allow_failure: true
      image: python:3.${PY_VERSION}
      ......@@ -114,7 +115,8 @@ run_unit_tests:
      run_unit_tests_coverage:
      extends: .run_unit_test_version_base
      needs: []
      needs:
      - trigger_prepare
      stage: test
      script:
      - tox -e coverage
      ......
      ......@@ -150,6 +150,7 @@ Next change the version in the following places:
      through [https://git.astron.nl/lofar2.0/tango/-/tags](Deploy Tags)
      # Release Notes
      * 0.48.0 Add Antennafield to gRPC server
      * 0.47.2 Fix ZMQ hostname to subscribe to in gRPC server
      * 0.47.1 Move GrafanaAPIV3 RPC interface to Opah repo
      * 0.47.0 Migrate from lofar-station-client to lofar-lotus package. Update various package dependencies.
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment