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

sops moved from gh.com/mozilla/sops to gh.com/getsops/sops #151

Merged
merged 2 commits into from
Jun 30, 2023

Conversation

felixfontein
Copy link
Collaborator

This breaks the installation role in some cases. This PR fixes the installation role and updates all references to the new GH organization.

@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Merging #151 (511d525) into main (0d2903d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #151   +/-   ##
=======================================
  Coverage   65.92%   65.92%           
=======================================
  Files          12       12           
  Lines         989      989           
  Branches      230      230           
=======================================
  Hits          652      652           
  Misses        256      256           
  Partials       81       81           
Flag Coverage Δ
integration 64.82% <ø> (ø)
sanity 22.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
plugins/filter/decrypt.py 95.65% <ø> (ø)
plugins/module_utils/sops.py 87.50% <ø> (ø)

@github-actions
Copy link

github-actions bot commented Jun 30, 2023

Docs Build 📝

Thank you for contribution!✨

This PR has been merged and the docs are now incorporated into main:
https://ansible-collections.github.io/community.sops/branch/main

@felixfontein felixfontein merged commit 4d7771a into ansible-collections:main Jun 30, 2023
53 checks passed
@felixfontein felixfontein deleted the install branch June 30, 2023 11:19
doonga referenced this pull request in doonga/greyrock-ops Jun 30, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[community.sops](https://github.com/ansible-collections/community.sops)
| galaxy-collection | patch | `1.6.3` -> `1.6.4` |

---

### Release Notes

<details>
<summary>ansible-collections/community.sops (community.sops)</summary>

###
[`v1.6.4`](https://github.com/ansible-collections/community.sops/blob/HEAD/CHANGELOG.rst#v164)

[Compare
Source](https://github.com/ansible-collections/community.sops/compare/1.6.3...1.6.4)

\======

## Release Summary

Maintenance/bugfix release for the move of sops to the new `getsops
GitHub organization <https://github.com/getsops>`\__.

## Bugfixes

- install role - fix `sops_github_latest_detection=latest-release`,
which broke due to sops moving to another GitHub organization
([https://github.com/ansible-collections/community.sops/pull/151](https://github.com/ansible-collections/community.sops/pull/151)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDcuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE0Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: greyrock-bot <1583719+greyrock-bot[bot]@users.noreply.github.com>
nrdufour added a commit to nrdufour/home-ops that referenced this pull request Jul 27, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [community.sops](https://github.com/ansible-collections/community.sops) | galaxy-collection | patch | `1.6.1` -> `1.6.4` |

---

### Release Notes

<details>
<summary>ansible-collections/community.sops (community.sops)</summary>

### [`v1.6.4`](https://github.com/ansible-collections/community.sops/blob/HEAD/CHANGELOG.rst#v164)

[Compare Source](ansible-collections/community.sops@1.6.3...1.6.4)

\======

## Release Summary

Maintenance/bugfix release for the move of sops to the new `getsops GitHub organization <https://github.com/getsops>`\__.

## Bugfixes

-   install role - fix `sops_github_latest_detection=latest-release`, which broke due to sops moving to another GitHub organization (ansible-collections/community.sops#151).

### [`v1.6.3`](https://github.com/ansible-collections/community.sops/blob/HEAD/CHANGELOG.rst#v163)

[Compare Source](ansible-collections/community.sops@1.6.2...1.6.3)

\======

## Release Summary

Maintenance release with updated documentation.

From this version on, community.sops is using the new `Ansible semantic markup <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#semantic-markup-within-module-documentation>`\__
in its documentation. If you look at documentation with the ansible-doc CLI tool
from ansible-core before 2.15, please note that it does not render the markup
correctly. You should be still able to read it in most cases, but you need
ansible-core 2.15 or later to see it as it is intended. Alternatively you can
look at `the devel docsite <https://docs.ansible.com/ansible/devel/collections/community/sops/>`\__
for the rendered HTML version of the documentation of the latest release.

## Known Issues

-   Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/sops/.

### [`v1.6.2`](https://github.com/ansible-collections/community.sops/blob/HEAD/CHANGELOG.rst#v162)

[Compare Source](ansible-collections/community.sops@1.6.1...1.6.2)

\======

## Release Summary

Maintenance release.

## Bugfixes

-   install role - make sure that the `pkg_mgr` fact is definitely available when installing on `localhost`. This can improve error messages in some cases (ansible-collections/community.sops#145, ansible-collections/community.sops#146).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yMy4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: Nicolas Dufour <nrdufour@gmail.com>
Reviewed-on: https://git.home/nrdufour/home-ops/pulls/7
Co-authored-by: Renovate <renovate@ptinem.io>
Co-committed-by: Renovate <renovate@ptinem.io>
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