File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ Contact [Peter Giacomo Lombardo](https://github.com/pglombardo) to be added._
14147 . Validate the new release on https://pypi.org/project/instana/
15158 . Update Python documentation with latest changes: https://docs.instana.io/ecosystem/python/
16169 . Publish the draft release on [ Github] ( https://github.com/instana/python-sensor/releases )
17+ 10 . Ensure that the new [ Concourse CI resource version] (
18+ https://ci.instana.io/teams/tracer-community/pipelines/tracer-test-suite:main/resources/instana-python-package )
19+ has been discovered. Trigger it manually if the automation doesn't do it. Also ensure that the [ update job] (
20+ https://ci.instana.io/teams/tracer-community/pipelines/tracer-test-suite%3Amain/jobs/update-python-package/ )
21+ and its downstream jobs are successfull. In particular the ` run-test-suite ` doesn't report any errors.
1722
1823## AWS Lambda Layer
1924
@@ -24,6 +29,6 @@ To release a new AWS Lambda layer, see `bin/aws-lambda/lambda_build_publish_laye
2429./bin/create_lambda_release.py < version>
2530```
2631
27- These scripts assumes that you have the AWS CLI and Github CLI installed and credentials already configured.
32+ These scripts assume that you have the AWS CLI and Github CLI installed and credentials already configured.
2833
2934Post release, remember to update documentation and the Instana UI.
You can’t perform that action at this time.
0 commit comments