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

Release v1.2.0 changes #47

Merged
merged 7 commits into from
May 14, 2024
Merged

Conversation

kavinagrawalcohesity
Copy link
Contributor

@kavinagrawalcohesity kavinagrawalcohesity commented May 11, 2024

  1. pip8, pylint, pslint and validate-modules issues resolved.
  2. ansible core minimum version changed to 2.15
  3. requests min version changed to 2.15.0 for git checks
  4. Changed docs link to reflect ansible core minimum of 8.0
  5. New release version 1.2.0
  6. Updated ansible docs

@@ -28,8 +28,8 @@ collections:
- cohesity.dataprotect
```
# Requirements
- ansible version >= 2.9

Choose a reason for hiding this comment

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

Isn't that a big jump from 2.9 to 8?
Whats the latest ansible release available?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The docs was not updated from a long time here.

@@ -680,7 +683,7 @@ def unregister_source(module, self):
headers = {
"Accept": "application/json",
"Authorization": "Bearer " + token,
"user-agent": "cohesity-ansible/v1.1.9",

Choose a reason for hiding this comment

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

Can we define a constance somewhere to track the user agent value and refer to the constant value here?

Copy link
Contributor Author

@kavinagrawalcohesity kavinagrawalcohesity May 13, 2024

Choose a reason for hiding this comment

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

We can do that defeinitely, but currently trying to resolve several lint issues received in this build. This can be done separately as part of different PR.

@kavinagrawalcohesity kavinagrawalcohesity changed the title Upgraded ansible core minimum to 2.15 and increased release version Release v1.2.0 changes May 13, 2024
@pyashish
Copy link
Collaborator

LGTM , go ahead and make a push to redhat repo with 0 lint errors.

@kavinagrawalcohesity kavinagrawalcohesity merged commit f0aabcf into main May 14, 2024
3 checks passed
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.

None yet

3 participants