Skip to content

Releases: KEINOS/Hello-Cobra

v1.3.7

02 Apr 11:17
Compare
Choose a tag to compare

What's Changed

  • Fix: un-used args (golangci-lint error)
  • Changes by create-pull-request action by @KEINOS in #50
  • Changes by create-pull-request action by @KEINOS in #52

Full Changelog: v1.3.6...v1.3.7

v1.3.6

07 Nov 06:16
Compare
Choose a tag to compare

Changelog

  • 8a7c35d fix: issue #42 bump-up CodeQL action v1 --> v2 (PR #49)
  • ef0fad4 Fix: issue #46 remove ".devcontainer" (#47)
  • 9b0e6cd chore: bump-up versions of actions (PR #44)
  • acb8bfd fix: more simple config and warning fixes (PR #43)
  • eea6282 Merge pull request #41 from KEINOS/create-pull-request/patch
  • c32a580 [create-pull-request] automated change
  • 98f7f46 Update README.md
  • 7349bf4 Update README.md
  • 9a8c3be Update README.md
  • c481de7 Merge pull request #39 from KEINOS/create-pull-request/patch
  • 664c70a [create-pull-request] automated change
  • 52ea32f Merge pull request #38 from KEINOS/create-pull-request/patch
  • 3a44562 [create-pull-request] automated change
  • 752809a Merge pull request #35 from KEINOS/create-pull-request/patch
  • a4fb263 [create-pull-request] automated change

v1.3.5

07 Nov 06:03
ad542f4
Compare
Choose a tag to compare

What's Changed

  • Changes by create-pull-request action by @KEINOS in #35
  • Changes by create-pull-request action by @KEINOS in #38
  • Changes by create-pull-request action by @KEINOS in #39
  • Changes by create-pull-request action by @KEINOS in #41
  • fix: issue #40 - simple config and warnings by @KEINOS in #43
  • refactor: use file hash action for file hash by @KEINOS in #44
  • Fix: issue #46 remove ".devcontainer" by @KEINOS in #47
  • fix: issue #42 bump-up CodeQL action v1 --> v2 by @KEINOS in #49

Full Changelog: v1.3.4...v1.3.5

v1.3.4

05 Jan 01:21
Compare
Choose a tag to compare

Fix

  • Fix #32: go-capturer package name and docker-compose @ PR #33

v1.3.3

01 Dec 01:41
Compare
Choose a tag to compare

Feat

  • vscode: Add YAML extension for devcontainer

Fixes

  • fix: Linuxbrew functionality test
  • fix: let docker-compose fail on error
  • fix: shfmt warnings
  • fix: YAML linter
  • fix: "hello-cobra --version" doesn't contain "v" prefix
  • fix: typo intall -> install
  • chore: fix output message

v1.3.2

30 Nov 08:19
Compare
Choose a tag to compare

Feat

Automated Homebrew tap release.

Issue #29

v1.3.1

26 Nov 05:18
70180df
Compare
Choose a tag to compare

Feature

Add test of go install functionality.

  • feat: #27 go install testing and update docs (PR #28)
    • feat: go install test
    • feat: merge test
    • Update Dockerfile
    • fix: image tag

Chore

  • Merge pull request #26 from KEINOS/create-pull-request/patch

v1.3.0

26 Nov 02:34
3407f11
Compare
Choose a tag to compare

Refactor: repository and source structure (PR #25)

Totally refactored. Simpler source and structure.

Feat

  • feat: new Docker image (more secure and light weight. Debian -> Alpine)
  • feat: codeQL-analysis.yml
  • feat: auto mod updater (auto PR on go.mod update)
  • feat: auto merge on go.mod update only (via mergify)
  • feat: include go.sum

Fix

  • fix: #23 bad indentation
  • fix: golangci-lint warnings
  • fix: use latest goclangci-lint for lint check
  • fix: mergify.yml (deprecated "strict" config)
  • fix: redundant checks (only on push to main)
  • fix: remove bin directory

Chore

  • Update platform-test.yaml
  • Update golangci-lint.yaml
  • Update version-tests.yaml
  • Update README.md

v1.2.1

21 Feb 04:30
Compare
Choose a tag to compare

Feature

  • Deprecation of TConfigApp

    • Easy-to-notice type name of config file struct (#22)
      • TConfigApp -> TConfigFile
      • TConfigApp is now an alias of TConfigFile and will be deleted in v1.3.0
  • Enabled more linters for golangci-lint

Fixes

  • fix: stylecheck ST1017 - no Yoda conditions
    • ST1017: don't use Yoda conditions ()
  • update: go.mod (Cobra version)
  • update: merge-tests.yaml
  • update: README.md
  • chore: add reference URL for lint errors

v1.2.0

14 Feb 03:31
9df541f
Compare
Choose a tag to compare

Speed up workflow testing by getting away from Docker (PR #21)

Now .devcontainer is isolated from the CIs.

Users who used this repo as a template may delete ".devcontainer" if not needed.

Feature

  • feat: requirement checker for merge testing
  • feat: use golangci-lint v1.36.0 -> latest
  • feat: coverage action w/out docker
  • feat: merge-tests.yaml w/out docker
  • feat: use pre-installed shellcheck
  • feat: ".shellceckrc"
    • For older version compatibility. (CI uses old version)

Fixes

  • fix: shell check errors
  • fix: golangci-lint.yaml as dispatch workflow only
    • Since merge-tests.yaml does the same thing limit it to workflow_dispatch as an individual test