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

Add support for fetching the value of a query's label, default endpoint instead of raw, load config properly and more. #16

Merged
merged 9 commits into from
Feb 11, 2024

Conversation

kashalls
Copy link
Owner

This PR solves #7 and #11.

This PR also fixes an issue if the config is not loaded correctly and we try to read from it before error-ing out.

This also fixes an deprecation of ioutil.

cc @onedr0p

@kashalls kashalls merged commit 0202c6f into main Feb 11, 2024
3 checks passed
lumiere-bot bot added a commit to coolguy1771/home-ops that referenced this pull request Feb 14, 2024
)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/kashalls/kromgo](https://togithub.com/kashalls/kromgo) |
minor | `0.2.4` -> `0.3.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kashalls/kromgo (ghcr.io/kashalls/kromgo)</summary>

### [`v0.3.0`](https://togithub.com/kashalls/kromgo/releases/tag/v0.3.0)

[Compare
Source](https://togithub.com/kashalls/kromgo/compare/v0.2.4...v0.3.0)

#### Breaking Changes

⚠️The default response format has been changed from `raw` to `endpoint`.
Queries for `&format=endpoint` will still result in the correct format.
This however breaks users wanting to utilize the `&format=raw`.

#### What's Changed

- docs: add JSONSchema for configuration file by
[@&#8203;ajgon](https://togithub.com/ajgon) in
[kashalls/kromgo#9
- feat(config): autobuild json schema for config by
[@&#8203;ajgon](https://togithub.com/ajgon) in
[kashalls/kromgo#10
- chore: Configure Renovate by
[@&#8203;renovate](https://togithub.com/renovate) in
[kashalls/kromgo#12
- Add support for fetching the value of a query's label, default
endpoint instead of raw, load config properly and more. by
[@&#8203;kashalls](https://togithub.com/kashalls) in
[kashalls/kromgo#16

#### New Contributors

- [@&#8203;ajgon](https://togithub.com/ajgon) made their first
contribution in
[kashalls/kromgo#9
- [@&#8203;renovate](https://togithub.com/renovate) made their first
contribution in
[kashalls/kromgo#12

**Full Changelog**:
kashalls/kromgo@v0.2.4...v0.3.0

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE4Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
kireque pushed a commit to kireque/home-ops that referenced this pull request Feb 15, 2024
….0 (#349)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/kashalls/kromgo](https://togithub.com/kashalls/kromgo) |
minor | `0.2.4` -> `0.3.0` |

---

### Release Notes

<details>
<summary>kashalls/kromgo (ghcr.io/kashalls/kromgo)</summary>

### [`v0.3.0`](https://togithub.com/kashalls/kromgo/releases/tag/v0.3.0)

[Compare
Source](https://togithub.com/kashalls/kromgo/compare/v0.2.4...v0.3.0)

#### Breaking Changes

⚠️The default response format has been changed from `raw` to `endpoint`.
Queries for `&format=endpoint` will still result in the correct format.
This however breaks users wanting to utilize the `&format=raw`.

#### What's Changed

- docs: add JSONSchema for configuration file by
[@&#8203;ajgon](https://togithub.com/ajgon) in
[kashalls/kromgo#9
- feat(config): autobuild json schema for config by
[@&#8203;ajgon](https://togithub.com/ajgon) in
[kashalls/kromgo#10
- chore: Configure Renovate by
[@&#8203;renovate](https://togithub.com/renovate) in
[kashalls/kromgo#12
- Add support for fetching the value of a query's label, default
endpoint instead of raw, load config properly and more. by
[@&#8203;kashalls](https://togithub.com/kashalls) in
[kashalls/kromgo#16

#### New Contributors

- [@&#8203;ajgon](https://togithub.com/ajgon) made their first
contribution in
[kashalls/kromgo#9
- [@&#8203;renovate](https://togithub.com/renovate) made their first
contribution in
[kashalls/kromgo#12

**Full Changelog**:
kashalls/kromgo@v0.2.4...v0.3.0

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE4Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
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

2 participants