Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Revamp version management #652

Closed
1 of 2 tasks
daw3rd opened this issue Oct 1, 2024 · 1 comment
Closed
1 of 2 tasks

[Feature] Revamp version management #652

daw3rd opened this issue Oct 1, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@daw3rd
Copy link
Member

daw3rd commented Oct 1, 2024

Search before asking

  • I searched the issues and found no similar issues.

Component

Other

Feature

We would like to allow transforms to manage their micro version numbers independently of the core libraries. With this in mind, we have the following:

Guiding principals/goals

  1. github "releases" will be published to a new minor (not micro) version number. For example, 0.3.0
  2. when there is a github release, we will publish pypi wheels and images
  3. transforms can increment the micro version independently of the core library version and formal github release
  4. We will (for now) keep the dev suffix, until we decide we can live w/o it.
  5. It is ok and expected to republish a transform at a new minor version that may be the same functionally as the previous version (i.e 0.3.0 and 0.2.9)
  6. Transforms can define dependencies on DPK in pypi or in the repo source (choice is already supported today via USE_REPO_LIB_SRC in .make.defaults)

TODOs:

  1. Transform version numbers need to be pushed down from .make.versions to a transform-specific location (i.e. transforms/noop/version)
  2. make set-versions neeeds to still work through the repo to reset to a new minor version (i.e. 0.3.0) (and be extended to work on transform's version file)
  3. Update release-branch.sh script to bump minor version numbers instead of micro.
  4. Update RELEASE.md to capture these goals and changes.

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@daw3rd daw3rd added the enhancement New feature or request label Oct 1, 2024
@daw3rd
Copy link
Member Author

daw3rd commented Oct 1, 2024

Closing as duplicate of #639

@daw3rd daw3rd closed this as completed Oct 1, 2024
@daw3rd daw3rd added the duplicate This issue or pull request already exists label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant