Skip to content

Suggestion: Change versioning scheme #152

@DL6ER

Description

@DL6ER

This repository provides a thin wrapper around mborsetti/webchanges which makes the latter easy to set up in a docker compose environment within seconds and is just awesome. However, it seems worth discussing IMO whether an independent versioning is really meaningful in this context. New releases of the container typically seem to be in sync with new releases of the underlying package.

My suggestion:

Instead of

  • webchanges-docker:1.2.0 -> webchanges 3.26.0
  • webchanges-docker:1.2.1 -> small changes, no webchanges update
  • webchanges-docker:1.3.0 -> webchanges 3.30.0
  • webchanges-docker:1.4.0 -> webchanges 3.31.0

I propose to use:

  • webchanges-docker:3.26.0 -> webchanges 3.26.0
  • webchanges-docker:3.26.0_1 -> small changes, no webchanges update
  • webchanges-docker:3.30.0 -> webchanges 3.30.0
  • webchanges-docker:3.31.0 -> webchanges 3.31.0

Whether the patch release would really be 3.26.0_1 or maybe 3.26.0.1 or 3.26.0p1 is, of course, separately debatable. In the end, the gain is that we would not need to do additional researching which version is in use when we can see this already based on the container image's version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions