Skip to content

Tags: canonical/operator

Tags

3.7.0

Toggle 3.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update changelog and versions for 3.7.0 release (#2397)

This PR prepares the release of version 3.7.0.

3.6.0

Toggle 3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update changelog and versions for 3.6.0 release (#2346)

This PR prepares the release of version 3.6.0.

3.5.2

Toggle 3.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update changelog and versions for 3.5.2 release (#2319)

This PR prepares the release of version 3.5.2.

---------

Co-authored-by: Tony Meyer <tony.meyer@gmail.com>

2.23.2

Toggle 2.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump versions and update changelog for 2.23.2 release (#2322)

This PR bumps the package versions and updates the changelog for the
2.23.2 release.

2.23.2-publish-ops-tracing

Toggle 2.23.2-publish-ops-tracing's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: fix ops-tracing release for 2.23-maintenance (#2324)

The `ops-tracing` release from this branch
[failed](https://github.com/canonical/operator/actions/runs/21892179689/job/63200193863)
when running `pypa/gh-action-pypi-publish@release/v1` with the following
error:
```
Traceback (most recent call last):
  File "/app/print-pkg-names.py", line 30, in <module>
    pkg_name for file_path in packages_dir.iterdir() if
                              ~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/pathlib/_local.py", line 575, in iterdir
    with os.scandir(root_dir) as scandir_it:
         ~~~~~~~~~~^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/github/workspace/tracing/dist'
Warning:  It looks like there are no Python distribution packages to publish in the directory './tracing/dist/'. Please verify that they are in place should you face this problem.
ERROR    InvalidDistribution: Cannot find file (or expand pattern):             
         './tracing/dist/*'   
```
It looks like there were some shenanigans going on with where `uv build`
was putting the built files, as we have a comment linking to
astral-sh/uv#13914 in the build step.

The built package ends up at
`/home/runner/work/operator/operator/dist/ops_tracing-2.23.2.tar.gz`, so
this PR adjusts where `gh-action-pypi-publish` should look for the files
to publish, from `./tracing/dist/` to `./dist/`.

Because we need to publish just `ops-tracing` now, this PR also adds a
`workflow_dispatch` trigger to the workflow. It can be removed in a
follow up PR.

3.5.1

Toggle 3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update changelog and versions for 3.5.1 release (#2292)

This PR prepares the release of version 3.5.1.

3.5.0

Toggle 3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update charm pins (#2236)

This is an automated PR to update pins of the external repositories that
the operator framework is tested against

---------

Co-authored-by: Tony Meyer <tony.meyer@canonical.com>

3.4.0

Toggle 3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update changelog and versions for 3.4.0 release (#2195)

This PR prepares the release of version 3.4.0.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Tony Meyer <tony.meyer@gmail.com>

3.4.0b3

Toggle 3.4.0b3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare a 3.4.0b3 (#2182)

The `[testing]` extra had the wrong `ops` version :(

3.4.0b2

Toggle 3.4.0b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update changelog and versions for 3.4.0b2 release (#2180)

This PR prepares the release of version 3.4.0b2.