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

Update to 1.11.0-SNAPSHOT #478

Merged
merged 8 commits into from
Nov 20, 2024
Merged

Update to 1.11.0-SNAPSHOT #478

merged 8 commits into from
Nov 20, 2024

Conversation

ewilkins-csi
Copy link
Contributor

@ewilkins-csi ewilkins-csi commented Nov 20, 2024

Prepares for development of 1.11 by:

  • updating POMs to 1.11.0-SNAPSHOT
  • updating pyproject.toml files to 1.11.0.dev
  • updating Antora docs and Open Lineage schemas to 1.11
  • removing the 1.10 migrations
  • resetting the DRAFT_RELEASE_NOTES

Also removes the test/src directory and cleans up some redundancy in the release job. For justification of the former see PR comments below.

@@ -45,10 +45,6 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
- name: Install git
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I: This was already being done in the install_dependencies step

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I: Removed this after discussion with the team. This test wasn't really adding much and it required manual changes before/after every release to update the version in the Dockerfile and Chart.yaml.

@ewilkins-csi ewilkins-csi merged commit b48bad6 into dev Nov 20, 2024
@ewilkins-csi ewilkins-csi deleted the aissemble-release-1.10 branch November 20, 2024 17:10
@ewilkins-csi ewilkins-csi linked an issue Nov 20, 2024 that may be closed by this pull request
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Release 1.10.0
2 participants