-
Notifications
You must be signed in to change notification settings - Fork 208
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
Nexus 3.8 will have a new URL for Rest API calls #14
Comments
Hi @dannyk81. Thanks for pointing this out. I've been looking around but did not find any potential release date for v3.7. If you have any idea, let me know. I'll try to follow up and test early if I can find an rc version before final release. From what I understand, the change should be quite trivial. |
sonatype/nexus-book-examples#20 (comment) Changes will be incorporated later in time (not 3.7.0). Updated ticket title and description. |
Yep, looks like this was delayed. We'll keep an 👁 on it |
Looks like 3.7.1 is out : https://help.sonatype.com/display/NXRM3/2017+Release+Notes#id-2017ReleaseNotes-RepositoryManager3.7.1 ! Also, I confirm (from docker image https://hub.docker.com/r/sonatype/nexus3/, version 3.7.1-02) that the old endpoints don't work anymore |
Are you sure? according to this (https://issues.sonatype.org/browse/NEXUS-14940) the change is intergated into 3.8.0 |
I'll triple-check and come back with a confirmation. |
The latest role version is installing 3.7.1-02 by default and all test are passing on travis. I'm using it on production. |
3.8 is out 😄
|
As you can see above in the activity, this is implemented on the dev_2.1 branch. Release pending. A single ticket left in the corresponding project: https://github.com/ansible-ThoTeam/nexus3-oss/projects/2 |
We should be aware of the planned change, described in this PR sonatype/nexus-book-examples#20 and in NEXUS-14940 ticket.
It seems to be targeted for some Nexus 3.7.x version (later than 3.7.0), the URL for the REST API will change from
service/siesta/...
toservice/rest/...
I believe this will only affect the following:
nexus3-oss/tasks/call_script.yml
Line 4 in 5d55032
nexus3-oss/tasks/declare_script_each.yml
Line 4 in 5d55032
nexus3-oss/tasks/declare_script_each.yml
Line 13 in 5d55032
The text was updated successfully, but these errors were encountered: