-
Notifications
You must be signed in to change notification settings - Fork 140
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
trivial doc: replace 2.5.0 with 3.0.0 #831
trivial doc: replace 2.5.0 with 3.0.0 #831
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 12m 02s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 03s |
242b94f
to
970d9c5
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 36s |
Hi @gravesm, could you please review this PR and add labels |
970d9c5
to
141c2f0
Compare
rebased to retrigger CI |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 2m 55s |
It's unclear why integration test failed with:
Changes in
with:
|
#852 should fix it I think |
Rationale: Version 2.5.0 does not exist, the next one after 2.4.0 was 3.0.0 and the parameters appeared in 3.0.0 Trivial doc change, no changelog fragment requried
141c2f0
to
25eca37
Compare
PR rebased |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 6m 19s |
Thanks @gravesm, your fix to CI helps |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 35s |
bc0de24
into
ansible-collections:main
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #855 🤖 @patchback |
SUMMARY Some parameters were added to the master in time where the latest version was 2.4.0 with version_added: 2.5.0, however the next version after 2.4.0 was a 3.0.0. So, with this trivial doc PR (that most probably doesn't require a changelog fragment and including to changelog) I replacing version_added: 2.5.0 to version_added: 3.0.0 for: reuse_values in kubernetes.core.helm module reset_values in kubernetes.core.helm module delete_all in kubernetes.core.k8s module hidden_fields in kubernetes.core.k8s module hidden_fields in kubernetes.core.k8s_info module All of them are introduced in kubernetes.core 3.0.0 ISSUE TYPE Docs Pull Request COMPONENT NAME helm k8s 8s_info ADDITIONAL INFORMATION PR to be backported to stable-3 and stable-5 Reviewed-by: Mike Graves <mgraves@redhat.com> (cherry picked from commit bc0de24)
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #856 🤖 @patchback |
SUMMARY Some parameters were added to the master in time where the latest version was 2.4.0 with version_added: 2.5.0, however the next version after 2.4.0 was a 3.0.0. So, with this trivial doc PR (that most probably doesn't require a changelog fragment and including to changelog) I replacing version_added: 2.5.0 to version_added: 3.0.0 for: reuse_values in kubernetes.core.helm module reset_values in kubernetes.core.helm module delete_all in kubernetes.core.k8s module hidden_fields in kubernetes.core.k8s module hidden_fields in kubernetes.core.k8s_info module All of them are introduced in kubernetes.core 3.0.0 ISSUE TYPE Docs Pull Request COMPONENT NAME helm k8s 8s_info ADDITIONAL INFORMATION PR to be backported to stable-3 and stable-5 Reviewed-by: Mike Graves <mgraves@redhat.com> (cherry picked from commit bc0de24)
This is a backport of PR #831 as merged into main (bc0de24). SUMMARY Some parameters were added to the master in time where the latest version was 2.4.0 with version_added: 2.5.0, however the next version after 2.4.0 was a 3.0.0. So, with this trivial doc PR (that most probably doesn't require a changelog fragment and including to changelog) I replacing version_added: 2.5.0 to version_added: 3.0.0 for: reuse_values in kubernetes.core.helm module reset_values in kubernetes.core.helm module delete_all in kubernetes.core.k8s module hidden_fields in kubernetes.core.k8s module hidden_fields in kubernetes.core.k8s_info module All of them are introduced in kubernetes.core 3.0.0 ISSUE TYPE Docs Pull Request COMPONENT NAME helm k8s 8s_info ADDITIONAL INFORMATION PR to be backported to stable-3 and stable-5
This is a backport of PR #831 as merged into main (bc0de24). SUMMARY Some parameters were added to the master in time where the latest version was 2.4.0 with version_added: 2.5.0, however the next version after 2.4.0 was a 3.0.0. So, with this trivial doc PR (that most probably doesn't require a changelog fragment and including to changelog) I replacing version_added: 2.5.0 to version_added: 3.0.0 for: reuse_values in kubernetes.core.helm module reset_values in kubernetes.core.helm module delete_all in kubernetes.core.k8s module hidden_fields in kubernetes.core.k8s module hidden_fields in kubernetes.core.k8s_info module All of them are introduced in kubernetes.core 3.0.0 ISSUE TYPE Docs Pull Request COMPONENT NAME helm k8s 8s_info ADDITIONAL INFORMATION PR to be backported to stable-3 and stable-5
SUMMARY
Some parameters were added to the master in time where the latest version was 2.4.0 with
version_added: 2.5.0
, however the next version after 2.4.0 was a 3.0.0.So, with this trivial doc PR (that most probably doesn't require a changelog fragment and including to changelog) I replacing
version_added: 2.5.0
toversion_added: 3.0.0
for:reuse_values
inkubernetes.core.helm
modulereset_values
inkubernetes.core.helm
moduledelete_all
inkubernetes.core.k8s
modulehidden_fields
inkubernetes.core.k8s
modulehidden_fields
inkubernetes.core.k8s_info
moduleAll of them are introduced in
kubernetes.core
3.0.0ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
PR to be backported to
stable-3
andstable-5