Commit Graph

33 Commits

Author SHA1 Message Date
0dedf9268d added interactive mode (#44)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #44
2022-12-01 08:51:52 +00:00
c00b3a97d2 feature/dry-run (#43)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #43
2022-12-01 08:14:01 +00:00
e0d0077109 with dry-run mode (#42)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #42
2022-12-01 07:44:58 +00:00
ef28a7a248
remove examples
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-27 21:32:45 +01:00
720fb81b1b
with version resolver
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-27 21:31:09 +01:00
998375e82a
with rm config
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-27 21:27:45 +01:00
50fdefbcd4
with action
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-27 21:25:39 +01:00
0878d71ff0 feature/fix-required-args (#40)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #40
2022-11-27 20:10:41 +00:00
bb51770505 Add github (#41)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #41
2022-11-27 20:07:41 +00:00
a3ecad1355 Update all dependencies (#39)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [clap](https://github.com/clap-rs/clap) | dependencies | patch | `4.0.18` -> `4.0.27` |
| [url](https://github.com/servo/rust-url) | dependencies | minor | `^2.2` -> `^2.3` |
| [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor | `^1.0` -> `^1.2` |

---

### Release Notes

<details>
<summary>clap-rs/clap</summary>

### [`v4.0.27`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4027---2022-11-24)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.0.26...v4.0.27)

##### Features

-   Have `Arg::value_parser` accept `Vec<impl Into<PossibleValue>>`
-   Implement `Display` and `FromStr` for `ColorChoice`

##### Fixes

-   Remove soundness issue by switching from `atty` to `is-terminal`

### [`v4.0.26`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4026---2022-11-16)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.0.25...v4.0.26)

##### Fixes

-   *(error)* Fix typos in `ContextKind::as_str`

### [`v4.0.25`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4025---2022-11-15)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.0.24...v4.0.25)

##### Features

-   *(error)* Report available subcommands when required subcommand is missing

### [`v4.0.24`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4024---2022-11-14)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.0.23...v4.0.24)

##### Fixes

-   Avoid panic when printing an argument that isn't built

### [`v4.0.23`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4023---2022-11-11)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.0.22...v4.0.23)

##### Fixes

-   Don't panic on reporting invalid-long errors when followed by invalid UTF8
-   *(help)* Clarified argument to `help` subcommand

### [`v4.0.22`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4022---2022-11-07)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.0.21...v4.0.22)

##### Fixes

-   *(help)* Don't overflow into next-line-help early due to stale (pre-v4) padding calculations

### [`v4.0.21`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4021---2022-11-07)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.0.20...v4.0.21)

##### Features

-   *(derive)* `long_about` and `long_help` attributes, without a value, force using doc comment (before it wouldn't be set if there wasn't anything different than the short help)

### [`v4.0.20`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4020---2022-11-07)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.0.19...v4.0.20)

##### Fixes

-   *(derive)*  Allow defaulted value parser for '()' fields

### [`v4.0.19`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4019---2022-11-04)

[Compare Source](https://github.com/clap-rs/clap/compare/v4.0.18...v4.0.19)

##### Features

-   `ColorChoice` now implements `ValueEnum`

</details>

<details>
<summary>servo/rust-url</summary>

### [`v2.3.1`](https://github.com/servo/rust-url/compare/v2.3.0...v2.3.1)

[Compare Source](https://github.com/servo/rust-url/compare/v2.3.0...v2.3.1)

### [`v2.3.0`](https://github.com/servo/rust-url/compare/v2.2.2...v2.3.0)

[Compare Source](https://github.com/servo/rust-url/compare/v2.2.2...v2.3.0)

### [`v2.2.2`](https://github.com/servo/rust-url/compare/v2.2.1...v2.2.2)

[Compare Source](https://github.com/servo/rust-url/compare/v2.2.1...v2.2.2)

### [`v2.2.1`](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.1)

[Compare Source](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.1)

</details>

<details>
<summary>uuid-rs/uuid</summary>

### [`v1.2.2`](https://github.com/uuid-rs/uuid/releases/tag/1.2.2)

[Compare Source](https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2)

#### What's Changed

-   CI Cleanups by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/640
-   Remove extern crate alloc by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/645
-   Prepare for 1.2.2 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/646

**Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2

### [`v1.2.1`](https://github.com/uuid-rs/uuid/releases/tag/1.2.1)

[Compare Source](https://github.com/uuid-rs/uuid/compare/1.2.0...1.2.1)

#### What's Changed

-   Fix up lost re-export of v1 Timestamp by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/636
-   Prepare for 1.2.1 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/637

**Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.2.0...1.2.1

### [`v1.2.0`](https://github.com/uuid-rs/uuid/releases/tag/1.2.0)

[Compare Source](https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.0)

#### What's Changed

-   formatting changes by [@&#8203;pintariching](https://github.com/pintariching) in https://github.com/uuid-rs/uuid/pull/610
-   Remove outdated Travis CI reference by [@&#8203;atouchet](https://github.com/atouchet) in https://github.com/uuid-rs/uuid/pull/616
-   refactors Timestamp, Context and ClockSequence, and adds UUIDS v6, v7, v8 by [@&#8203;rrichardson](https://github.com/rrichardson) in https://github.com/uuid-rs/uuid/pull/611
-   migrate from winapi to windows_sys in examples by [@&#8203;sn99](https://github.com/sn99) in https://github.com/uuid-rs/uuid/pull/626
-   Update windows-sys requirement from 0.36.1 to 0.42.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/uuid-rs/uuid/pull/628
-   Some work on the new version features by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/625
-   Implement now in wasm by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/630
-   More work on docs by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/631
-   hide draft versions behind the unstable cfg by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/633
-   Prepare for 1.2.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/634

#### New Contributors

-   [@&#8203;pintariching](https://github.com/pintariching) made their first contribution in https://github.com/uuid-rs/uuid/pull/610
-   [@&#8203;atouchet](https://github.com/atouchet) made their first contribution in https://github.com/uuid-rs/uuid/pull/616
-   [@&#8203;sn99](https://github.com/sn99) made their first contribution in https://github.com/uuid-rs/uuid/pull/626

**Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.0

### [`v1.1.2`](https://github.com/uuid-rs/uuid/releases/tag/1.1.2)

[Compare Source](https://github.com/uuid-rs/uuid/compare/1.1.1...1.1.2)

#### What's Changed

-   Fix some doc links by [@&#8203;mbrobbel](https://github.com/mbrobbel) in https://github.com/uuid-rs/uuid/pull/606
-   Prepare for 1.1.2 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/607

#### New Contributors

-   [@&#8203;mbrobbel](https://github.com/mbrobbel) made their first contribution in https://github.com/uuid-rs/uuid/pull/606

**Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.1.1...1.1.2

### [`v1.1.1`](https://github.com/uuid-rs/uuid/releases/tag/1.1.1)

[Compare Source](https://github.com/uuid-rs/uuid/compare/1.1.0...1.1.1)

#### What's Changed

-   Fix documentation typo by [@&#8203;nstinus](https://github.com/nstinus) in https://github.com/uuid-rs/uuid/pull/603
-   Prepare for 1.1.1 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/604

#### New Contributors

-   [@&#8203;nstinus](https://github.com/nstinus) made their first contribution in https://github.com/uuid-rs/uuid/pull/603

**Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.1.0...1.1.1

### [`v1.1.0`](https://github.com/uuid-rs/uuid/releases/tag/1.1.0)

[Compare Source](https://github.com/uuid-rs/uuid/compare/1.0.0...1.1.0)

#### What's Changed

-   note that the Error display impl is public API by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/597
-   Fixed documentation link by [@&#8203;Razican](https://github.com/Razican) in https://github.com/uuid-rs/uuid/pull/600
-   Add to_bytes_le method by [@&#8203;dfaust](https://github.com/dfaust) in https://github.com/uuid-rs/uuid/pull/599
-   Prepare for 1.1.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/602

#### New Contributors

-   [@&#8203;Razican](https://github.com/Razican) made their first contribution in https://github.com/uuid-rs/uuid/pull/600
-   [@&#8203;dfaust](https://github.com/dfaust) made their first contribution in https://github.com/uuid-rs/uuid/pull/599

**Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.0.0...1.1.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->

Reviewed-on: #39
2022-11-27 19:08:28 +00:00
ba40b46b70
with updated readme
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2022-11-27 12:28:37 +01:00
991861db99 Rewrite rust (#38)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #38
2022-11-27 11:21:35 +00:00
0d6e8bc4a0 Update module github.com/bitfield/script to v0.21.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-11-16 17:50:06 +00:00
1b565f5a1c Update module github.com/bitfield/script to v0.21.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-11-16 10:40:38 +00:00
62599b7138 Update module github.com/bitfield/script to v0.21.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-11-12 15:35:30 +00:00
3d478101cb Update module github.com/bitfield/script to v0.21.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-11-12 12:18:13 +00:00
c3d12054d5 Update module golang.org/x/net to v0.2.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-11-08 18:44:31 +00:00
39800daad3 Update all dependencies
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
continuous-integration/drone Build is passing
2022-10-28 08:52:51 +00:00
6899c28ddf Update github.com/ProtonMail/go-crypto digest to cf6655e
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-10-26 15:20:16 +00:00
1abe50fcc8
Add .drone.yml
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
2022-10-26 16:16:42 +02:00
ee749e91e1
Add .drone.yml
All checks were successful
continuous-integration/drone Build is passing
2022-10-26 11:30:18 +02:00
ad72050779 Configure Renovate (#22)
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `_examples/actions/docker_action/Dockerfile` (dockerfile)
 * `templates/build_release.Dockerfile` (dockerfile)
 * `_examples/actions/add_releaserc/go.mod` (gomod)
 * `_examples/actions/docker_action/go.mod` (gomod)
 * `_examples/actions/write_a_readme/go.mod` (gomod)
 * `go.mod` (gomod)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation
  - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories
  - Autodetect whether to pin dependencies or maintain ranges
  - Rate limit PR creation to a maximum of two per hour
  - Limit to maximum 10 open PRs at any time
  - Group known monorepo packages together
  - Use curated list of recommended non-monorepo package groupings
  - Fix some problems with very old Maven commons versions
  - Ignore spring cloud 1.x releases
  - Ignore web3j 5.0.0 release
  - Ignore http4s digest-based 1.x milestones
  - Use node versioning for @types/node
  - Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133
  - Do not upgrade from Alpine stable to edge

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.

---

### What to Expect

It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away.

---

### ⚠ Dependency Lookup Warnings ⚠

Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR.

-   `Failed to look up dependency github.com/bitfield/script`
-   `Failed to look up dependency code.gitea.io/sdk/gitea`
-   `Failed to look up dependency git.front.kjuulh.io/kjuulh/curre`
-   `Failed to look up dependency github.com/ProtonMail/go-crypto`
-   `Failed to look up dependency github.com/gin-contrib/zap`
-   `Failed to look up dependency github.com/gin-gonic/gin`
-   `Failed to look up dependency github.com/go-git/go-git/v5`
-   `Failed to look up dependency github.com/google/uuid`
-   `Failed to look up dependency github.com/spf13/cobra`
-   `Failed to look up dependency github.com/stretchr/testify`
-   `Failed to look up dependency github.com/whilp/git-urls`
-   `Failed to look up dependency go.uber.org/zap`
-   `Failed to look up dependency golang.org/x/net`
-   `Failed to look up dependency gopkg.in/yaml.v3`

Files affected: `_examples/actions/add_releaserc/go.mod`, `_examples/actions/docker_action/go.mod`, `_examples/actions/write_a_readme/go.mod`, `go.mod`

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

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

Reviewed-on: #22
2022-10-25 20:57:08 +00:00
d6d98c2ce8 v0.2 (#14)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #14
2022-09-21 22:55:52 +02:00
1f46f6ac8d v0.1 (#8)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: kjuulh/kraken#8
2022-09-18 16:49:34 +02:00
15b627a717 Add github push (#4)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: kjuulh/kraken#4
2022-09-12 22:48:00 +02:00
c65e3e54f0 Merge pull request 'Add poc' (#3) from poc into main
Reviewed-on: kjuulh/kraken#3
2022-09-12 22:27:03 +02:00
2aebcc647d add-cuddle (#2)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: kjuulh/kraken#2
2022-09-12 22:26:32 +02:00
50228f0aff Adding Initial action (#1)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: kjuulh/kraken#1
2022-09-12 22:12:02 +02:00
b3302bb3c6
added roadmap 2022-09-11 13:43:29 +02:00
c42d3761a4
with aero 2022-09-10 20:20:49 +02:00
5b0d4626b6
Add curre for managing executions 2022-09-10 12:46:02 +02:00
af142c4b09
Add logging 2022-09-10 00:09:09 +02:00
8ceb4452f9
add kraken 2022-09-09 23:35:30 +02:00