Skip to content

Bdk38 patch 4#223

Open
bdk38 wants to merge 106 commits intoyunginnanet:mainfrom
bdk38:bdk38-patch-4
Open

Bdk38 patch 4#223
bdk38 wants to merge 106 commits intoyunginnanet:mainfrom
bdk38:bdk38-patch-4

Conversation

@bdk38
Copy link
Copy Markdown

@bdk38 bdk38 commented Mar 18, 2026

No description provided.

dependabot Bot and others added 30 commits December 8, 2025 22:06
Bumps the deps group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go), [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action) and [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch).


Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5...v6)

Updates `wangyoucao577/go-release-action` from 1.53 to 1.54
- [Release notes](https://github.com/wangyoucao577/go-release-action/releases)
- [Commits](wangyoucao577/go-release-action@v1.53...v1.54)

Updates `peter-evans/slash-command-dispatch` from 4 to 5
- [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases)
- [Commits](peter-evans/slash-command-dispatch@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: wangyoucao577/go-release-action
  dependency-version: '1.54'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: peter-evans/slash-command-dispatch
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the deps group with 4 updates in the / directory: [github.com/knadh/koanf/providers/file](https://github.com/knadh/koanf), [github.com/knadh/koanf/v2](https://github.com/knadh/koanf), [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) and [golang.org/x/term](https://github.com/golang/term).


Updates `github.com/knadh/koanf/providers/file` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v1.2.0...v1.2.1)

Updates `github.com/knadh/koanf/v2` from 2.2.1 to 2.3.0
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v2.2.1...v2.3.0)

Updates `github.com/valyala/fasthttp` from 1.63.0 to 1.68.0
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](valyala/fasthttp@v1.63.0...v1.68.0)

Updates `golang.org/x/term` from 0.32.0 to 0.38.0
- [Commits](golang/term@v0.32.0...v0.38.0)

---
updated-dependencies:
- dependency-name: github.com/knadh/koanf/providers/file
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/knadh/koanf/v2
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/valyala/fasthttp
  dependency-version: 1.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: golang.org/x/term
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Updated repository links and modified some text for clarity.
chore(deps): Bump the deps group with 4 updates

Merges dependency updates from upstream PR yunginnanet#220:
- Updates 4 Go module dependencies
- Source: yunginnanet#220

This is part of ongoing maintenance for the community fork.
git merge deps-219 -m "chore(deps): Bump the deps group with 4 GitHub Actions updates

Merges dependency updates from upstream PR yunginnanet#219:
- Updates 4 GitHub Actions dependencies
- Source: yunginnanet#219

This is part of ongoing maintenance for the community fork."
Updates GoDoc and Go Report Card badges to point to bdk38/HellPot
instead of the original yunginnanet/HellPot repository.
Co-authored-by: bdk38 <244781262+bdk38@users.noreply.github.com>
Modernize heffalump: `any`, `math/rand/v2`
…rnal dependency

Co-authored-by: bdk38 <244781262+bdk38@users.noreply.github.com>
Merge pull request #2
Co-authored-by: bdk38 <244781262+bdk38@users.noreply.github.com>
Merged pull request #5 on 2026-03-06 at 16:41:25 UTC.
Co-authored-by: bdk38 <244781262+bdk38@users.noreply.github.com>
Upgrade koanf parsers/toml and providers/env to v2
…s.go

Co-authored-by: bdk38 <244781262+bdk38@users.noreply.github.com>
Fix go vet: non-constant format string in robots.go
Co-authored-by: bdk38 <244781262+bdk38@users.noreply.github.com>
Fix --help flag and TOML config generation
…y conversion

Co-authored-by: bdk38 <244781262+bdk38@users.noreply.github.com>
…ssue

Fix TOML config generation producing quoted dotted keys instead of sections
Co-authored-by: bdk38 <244781262+bdk38@users.noreply.github.com>
bdk38 and others added 29 commits March 7, 2026 22:49
Chore(deps): Bump the deps group with 3 updates
…d24088

Chore(deps): Bump the deps group with 11 updates
Refactored argument parsing to use Go's flag package, replacing manual os.Args loop. This resolves the previous TODO regarding CLI improvements.
…n permissions

From the newly enabled security rules.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Potential fix for code scanning alert no. 1: Workflow does not contain permissions

From the newly enabled security rules.
…n permissions

Part of newly enabled security rules.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Potential fix for code scanning alert no. 3: Workflow does not contain permissions

Part of newly enabled security rules.
…n permissions

Part of newly enabled security rules.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Potential fix for code scanning alert no. 4: Workflow does not contain permissions

Part of newly enabled security rules.
Refactor argument parsing to use flag package
Refactor configuration handling to use koanf instead of viper and improve error handling for configuration loading.
Replace viper with koanf for configuration management
Created CHANGELOG.md
Update CHANGELOG for version 0.6.1 fixes
Co-authored-by: bdk38 <244781262+bdk38@users.noreply.github.com>
ci: remove GHCR pushes and drop 386 builds from release workflow

We'll at Windows 386 and GHCR later if someone requests it.
Update Docker configuration with new logger and performance settings
This is a security update
Update Go base image version to 1.25.8
…VE-2026-27139)

Co-authored-by: bdk38 <244781262+bdk38@users.noreply.github.com>
Co-authored-by: bdk38 <244781262+bdk38@users.noreply.github.com>
fix: go mod tidy after Go 1.25.8 bump to unblock Vibe Check CI
Bumps the deps group with 1 update: [golang.org/x/term](https://github.com/golang/term).


Updates `golang.org/x/term` from 0.40.0 to 0.41.0
- [Commits](golang/term@v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Chore(deps): Bump golang.org/x/term from 0.40.0 to 0.41.0 in the deps group
Added replace directives for reflectwalk and copystructure.
Copy link
Copy Markdown
Author

@bdk38 bdk38 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updates to workflow

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.

2 participants