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.26.0 #341

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Release v1.26.0 #341

merged 1 commit into from
Jan 2, 2024

Conversation

mamercad
Copy link
Collaborator

@mamercad mamercad commented Jan 2, 2024

Minor Changes

Bugfixes

  • The C(project_name) parameter for many modules was used by alias C(project) internally in the codebase, but to work properly C(project_name) must be used in the code. Replace self.module.params.get("project") with self.module.params.get("project_name") (Block storage project_name not working #326).
  • digital_ocean_kubernetes - module didn't return kubeconfig properly, return documentation was invalid. Fixed version returns data with the same structure all the time, also it is aligned with M(community.digitalocean.digital_ocean_kubernetes_info) documentation return data now. (Unexpected result during execution of kubernetes module #322).

@mamercad mamercad merged commit 93de533 into main Jan 2, 2024
8 checks passed
@mamercad mamercad deleted the release-1.26.0 branch January 2, 2024 04:51
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.

1 participant