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

Bump version number #7531

Closed
SwooshyCueb opened this issue Feb 23, 2024 · 6 comments
Closed

Bump version number #7531

SwooshyCueb opened this issue Feb 23, 2024 · 6 comments
Assignees
Milestone

Comments

@SwooshyCueb
Copy link
Member

With irods/irods_api_plugin_genquery2#92 and irods/irods_client_http_api#259, we now have downstream projects that sniff for version 4.3.1, as tip of main and tip of 4-3-stable have diverged enough to warrant conditionals in the buildsystem.

The 4-3-stable branch should be bumped to 4.3.2.
The main branch should be bumped to 4.90.0, as the next major release will be 5.0.

We have a number of downstream projects that specify EXACT when calling find_package(IRODS. They will need to be changed to not pass EXACT.

@SwooshyCueb SwooshyCueb added this to the 4.3.2 milestone Feb 23, 2024
@SwooshyCueb SwooshyCueb self-assigned this Feb 23, 2024
This was referenced Feb 27, 2024
SwooshyCueb added a commit to SwooshyCueb/irods that referenced this issue Mar 1, 2024
SwooshyCueb added a commit to SwooshyCueb/irods that referenced this issue Mar 1, 2024
SwooshyCueb added a commit to SwooshyCueb/irods_rule_engine_plugin_audit_amqp that referenced this issue Mar 1, 2024
SwooshyCueb added a commit to SwooshyCueb/irods_rule_engine_plugin_audit_amqp that referenced this issue Mar 1, 2024
…on range

The usage of a version range here is due to the shift to libstdc++ in 4.9x.
This plugin has a dependency on the qpid-proton C++ libraries, and must link
to builds of said libraries that are built against the same C++ stdlib.
SwooshyCueb added a commit to SwooshyCueb/irods_client_icommands that referenced this issue Mar 1, 2024
…find modules

Not removing EXACT from the find_package(IRODS call since the icommands are
currently pretty tightly coupled to the irods version they target.
SwooshyCueb added a commit to SwooshyCueb/irods_client_icommands that referenced this issue Mar 1, 2024
…find modules

Not removing EXACT from the find_package(IRODS call since the icommands are
currently pretty tightly coupled to the irods version they target.
alanking pushed a commit that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_client_icommands that referenced this issue Mar 1, 2024
…find modules

Not removing EXACT from the find_package(IRODS call since the icommands are
currently pretty tightly coupled to the irods version they target.
alanking pushed a commit to irods/irods_capability_storage_tiering that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_microservice_plugins_curl that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_netcdf that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_resource_plugin_s3 that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_rule_engine_plugin_logical_quotas that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_rule_engine_plugin_metadata_guard that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_rule_engine_plugin_python that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_rule_engine_plugin_audit_amqp that referenced this issue Mar 1, 2024
alanking pushed a commit that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_rule_engine_plugin_audit_amqp that referenced this issue Mar 1, 2024
…on range

The usage of a version range here is due to the shift to libstdc++ in 4.9x.
This plugin has a dependency on the qpid-proton C++ libraries, and must link
to builds of said libraries that are built against the same C++ stdlib.
alanking pushed a commit to irods/irods_client_icommands that referenced this issue Mar 1, 2024
…find modules

Not removing EXACT from the find_package(IRODS call since the icommands are
currently pretty tightly coupled to the irods version they target.
alanking pushed a commit to irods/irods_capability_storage_tiering that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_microservice_plugins_curl that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_resource_plugin_s3 that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_rule_engine_plugin_logical_quotas that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_rule_engine_plugin_metadata_guard that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_rule_engine_plugin_python that referenced this issue Mar 1, 2024
alanking pushed a commit to irods/irods_netcdf that referenced this issue Mar 1, 2024
@alanking
Copy link
Contributor

alanking commented Mar 1, 2024

I believe we need to do some of this work for indexing as well. Not sure if that was in the plans or not, but just writing it down here.

@korydraughn
Copy link
Collaborator

Yes. Once my PRs land in indexing, @SwooshyCueb will be free to update things as needed.

@alanking
Copy link
Contributor

alanking commented Mar 6, 2024

Don't forget to update indexing when the time comes. Should we open issues in that repo for this and possibly an equivalent to #7220?

@SwooshyCueb
Copy link
Member Author

I was planning on taking care of that as part of #7265

@alanking
Copy link
Contributor

alanking commented Mar 6, 2024

Okay, sounds good.

@korydraughn
Copy link
Collaborator

Given that the indexing plugin is lagging behind the other projects, I think it's fine to link against #7265 since it covers many things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants