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

acessing nested array values using searchConfig #358

Closed
wants to merge 620 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 19, 2023

  1. build(deps): bump github.com/subosito/gotenv from 1.4.1 to 1.4.2

    Bumps [github.com/subosito/gotenv](https://github.com/subosito/gotenv) from 1.4.1 to 1.4.2.
    - [Release notes](https://github.com/subosito/gotenv/releases)
    - [Changelog](https://github.com/subosito/gotenv/blob/master/CHANGELOG.md)
    - [Commits](subosito/gotenv@v1.4.1...v1.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/subosito/gotenv
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    63630c2 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/sagikazarmark/crypt from 0.8.0 to 0.9.0

    Bumps [github.com/sagikazarmark/crypt](https://github.com/sagikazarmark/crypt) from 0.8.0 to 0.9.0.
    - [Release notes](https://github.com/sagikazarmark/crypt/releases)
    - [Commits](sagikazarmark/crypt@v0.8.0...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sagikazarmark/crypt
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    a7ad8cf View commit details
    Browse the repository at this point in the history
  3. feat: add multiple endpoints support for remote

    Astone authored and sagikazarmark committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    0755477 View commit details
    Browse the repository at this point in the history
  4. Add DocBlock to WatchConfig (#1467)

    * Add DocBlock to WatchConfig
    
    Added a small description of the WatchConfig().
    So that you can understand in the ide why you could use it.
    
    * Update viper.go
    
    * update viper.go
    
    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    
    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    Co-authored-by: Márk Sági-Kazár <sagikazarmark@users.noreply.github.com>
    Co-authored-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    3 people committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    5182412 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. fix: time.Duration slice type conversion (#1498)

    * fix DurationSlice
    
    * Fix typo
    
    ---------
    
    Co-authored-by: Márk Sági-Kazár <sagikazarmark@users.noreply.github.com>
    UrbanskiDawid and sagikazarmark committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    c898f59 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Sub inerits from automaticEnvApplied and envKeyReplacer

    parents are tracked so sub(x).sub(y).GetString(z) looks up x.y.z
    TaylorOno authored and sagikazarmark committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    3f44490 View commit details
    Browse the repository at this point in the history
  2. Preserve envPrefix in Sub

    TaylorOno authored and sagikazarmark committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    3970ad1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. fix: fix typo

    yquansah authored and sagikazarmark committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    c6ba8f4 View commit details
    Browse the repository at this point in the history
  2. chore: fix typo

    sagikazarmark committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    34d6318 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. build(deps): bump mheap/github-action-required-labels from 3 to 4

    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 3 to 4.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    1663811 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/setup-go from 3 to 4

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    28997ba View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.4.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6393b67 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.7

    Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.0.6 to 2.0.7.
    - [Release notes](https://github.com/pelletier/go-toml/releases)
    - [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
    - [Commits](pelletier/go-toml@v2.0.6...v2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pelletier/go-toml/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ff77ba0 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.1...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e2cc903 View commit details
    Browse the repository at this point in the history
  6. ci: add Go 1.20 to build matrix

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    59fe4db View commit details
    Browse the repository at this point in the history
  7. chore: update linter

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8d1fb59 View commit details
    Browse the repository at this point in the history
  8. test: fix test to actually assert something

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    995db99 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. build(deps): bump github.com/spf13/afero from 1.9.3 to 1.9.5

    Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.3 to 1.9.5.
    - [Release notes](https://github.com/spf13/afero/releases)
    - [Commits](spf13/afero@v1.9.3...v1.9.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/afero
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    adc3a87 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. ADD Meshery to projects

    Azanul authored and sagikazarmark committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f74916a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. build(deps): bump github.com/sagikazarmark/crypt from 0.9.0 to 0.10.0

    Bumps [github.com/sagikazarmark/crypt](https://github.com/sagikazarmark/crypt) from 0.9.0 to 0.10.0.
    - [Commits](sagikazarmark/crypt@v0.9.0...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sagikazarmark/crypt
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9aa0336 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. build(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1

    Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.5.0 to 1.5.1.
    - [Release notes](https://github.com/spf13/cast/releases)
    - [Commits](spf13/cast@v1.5.0...v1.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cast
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed May 29, 2023
    Configuration menu
    Copy the full SHA
    9bfa0cc View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.2...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed May 29, 2023
    Configuration menu
    Copy the full SHA
    143e3bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0fed9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23b123a View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.0.8

    Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.0.7 to 2.0.8.
    - [Release notes](https://github.com/pelletier/go-toml/releases)
    - [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
    - [Commits](pelletier/go-toml@v2.0.7...v2.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pelletier/go-toml/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed May 29, 2023
    Configuration menu
    Copy the full SHA
    b850f34 View commit details
    Browse the repository at this point in the history
  6. docs: Coder uses Viper

    bpmct authored and sagikazarmark committed May 29, 2023
    Configuration menu
    Copy the full SHA
    8652057 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ee1631 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98b1b9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24ece16 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53cdb52 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Allow ConfigParseError to unwrap (#1433)

    * Allow ConfigParseError to unwrap
    
    * wip
    
    * Avoid pointer type
    andig committed May 30, 2023
    Configuration menu
    Copy the full SHA
    21a7fd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    0520e75 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. build(deps): bump mheap/github-action-required-labels from 4 to 5

    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 4 to 5.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5f51413 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.3...v1.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a362607 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. chore: add local development environment using nix

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    351365d View commit details
    Browse the repository at this point in the history
  2. chore: update pr checks

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    74c53b7 View commit details
    Browse the repository at this point in the history
  3. ci: rename yml to yaml

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    31af6d0 View commit details
    Browse the repository at this point in the history
  4. feat: add func GetEnvPrefix

    baruchiro authored and sagikazarmark committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    731a91b View commit details
    Browse the repository at this point in the history
  5. feat: drop support for Go 1.17

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    76acbbd View commit details
    Browse the repository at this point in the history
  6. ci: update golangci-lint

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    bec1fce View commit details
    Browse the repository at this point in the history
  7. chore: improve dev env

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    bb60a76 View commit details
    Browse the repository at this point in the history
  8. ci: add misc release note label

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    961c396 View commit details
    Browse the repository at this point in the history
  9. build(deps): bump cachix/install-nix-action from 21 to 22

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 21 to 22.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@4b933aa...6ed004b)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    097e0d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9

    Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.0.8 to 2.0.9.
    - [Release notes](https://github.com/pelletier/go-toml/releases)
    - [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
    - [Commits](pelletier/go-toml@v2.0.8...v2.0.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pelletier/go-toml/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    706ccb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. chore: upgrade crypt

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c5102bd View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. fix: code optimization (#1557)

    * fix: code optimization
    
    * fix: golangci-lint
    testwill committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cb9b2bf View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. [StepSecurity] ci: Harden GitHub Actions

    Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
    step-security-bot authored and sagikazarmark committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b77f4c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Add Vitess to list of projects using Viper

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay authored and sagikazarmark committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    24cfadc View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/checkout from 3.5.3 to 4.0.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@c85c95e...3df4ab1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7b2db61 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github/codeql-action from 2.21.2 to 2.21.5

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.2 to 2.21.5.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@0ba4244...00e563e)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    59cd02f View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.9 to 2.1.0

    Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.0.9 to 2.1.0.
    - [Release notes](https://github.com/pelletier/go-toml/releases)
    - [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
    - [Commits](pelletier/go-toml@v2.0.9...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pelletier/go-toml/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    64661d4 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump actions/dependency-review-action from 3.0.6 to 3.0.8

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.6 to 3.0.8.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@1360a34...f6fff72)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0195f11 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.6.0 to 3.7.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@639cd34...3a91952)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2bd8c8e View commit details
    Browse the repository at this point in the history
  7. build(deps): bump actions/setup-go from 4.0.1 to 4.1.0

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.1 to 4.1.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@fac708d...93397be)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c631058 View commit details
    Browse the repository at this point in the history
  8. docs: fix typos in comments

    alexandear authored and sagikazarmark committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a0696bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13dbfca View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. build(deps): bump github.com/subosito/gotenv from 1.4.2 to 1.6.0

    Bumps [github.com/subosito/gotenv](https://github.com/subosito/gotenv) from 1.4.2 to 1.6.0.
    - [Changelog](https://github.com/subosito/gotenv/blob/master/CHANGELOG.md)
    - [Commits](subosito/gotenv@v1.4.2...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/subosito/gotenv
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3718c2e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump cachix/install-nix-action from 22 to 23

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@6ed004b...6a9a9e8)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    27914f8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update crypt

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b425370 View commit details
    Browse the repository at this point in the history
  4. ci: add Go 1.21 to the test matrix

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d5c5c83 View commit details
    Browse the repository at this point in the history
  5. Add NATS support

    hooksie1 authored and sagikazarmark committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1e811d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. build(deps): bump actions/dependency-review-action from 3.0.8 to 3.1.0

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.8 to 3.1.0.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@f6fff72...6c5ccda)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    c78218c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. feat!: bump minimum Go version to 1.19

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d4c2f2e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. feat: add slog support

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d16deb4 View commit details
    Browse the repository at this point in the history
  2. feat: deprecate logger interface

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0c5594a View commit details
    Browse the repository at this point in the history
  3. refactor: drop unused jww code

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2672f3e View commit details
    Browse the repository at this point in the history
  4. fix: lint violations

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    58b177a View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github/codeql-action from 2.21.5 to 2.21.6

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.5 to 2.21.6.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@00e563e...701f152)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    336e9f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. build(deps): bump github/codeql-action from 2.21.6 to 2.21.7

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.6 to 2.21.7.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@701f152...04daf01)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f683416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aeec58 View commit details
    Browse the repository at this point in the history
  3. Fix tests on Windows

    alexandear authored and sagikazarmark committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    6fdfebc View commit details
    Browse the repository at this point in the history
  4. feat: use new finder library

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    cfa8fd9 View commit details
    Browse the repository at this point in the history
  5. feat: replace io fs finder with afero finder

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    abbfd91 View commit details
    Browse the repository at this point in the history
  6. feat: enable finder tag builds

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    db5aafa View commit details
    Browse the repository at this point in the history
  7. fix: compile error

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f2e0e48 View commit details
    Browse the repository at this point in the history
  8. fix: result order by upgrading locafero

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    cae55fe View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. build(deps): bump actions/checkout from 4.0.0 to 4.1.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@3df4ab1...8ade135)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a9437f2 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/spf13/afero from 1.9.5 to 1.10.0

    Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.5 to 1.10.0.
    - [Release notes](https://github.com/spf13/afero/releases)
    - [Commits](spf13/afero@v1.9.5...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/afero
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a6f8e22 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github/codeql-action from 2.21.7 to 2.21.8

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.7 to 2.21.8.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@04daf01...6a28655)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    44911d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96c5c00 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. build(deps): bump github/codeql-action from 2.21.8 to 2.21.9

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.8 to 2.21.9.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@6a28655...ddccb87)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8a6dc5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d006fe View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. test: refactor asserts

    alexandear authored and sagikazarmark committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c292b55 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. chore(deps): update crypt

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f1cb226 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. docs: add set subset KV example

    yhliyr authored and sagikazarmark committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    287507c View commit details
    Browse the repository at this point in the history
  2. chore: Fix copy-paste error for yamllint target

    Signed-off-by: Étienne BERSAC <etienne.bersac@dalibo.com>
    bersace authored and sagikazarmark committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3f6cadc View commit details
    Browse the repository at this point in the history
  3. chore: Use pip3 explicitly to install yamllint

    Distribution stends to skip unversionned pip for compatibility issues.
    Also, yamllint requires Python 3.8+.
    
    Signed-off-by: Étienne BERSAC <etienne.bersac@dalibo.com>
    bersace authored and sagikazarmark committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    94632fa View commit details
    Browse the repository at this point in the history
  4. refactor: make use of strings.Cut

    scop authored and sagikazarmark committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f62f86a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d75c51 View commit details
    Browse the repository at this point in the history
  6. Rename

    alexandear authored and sagikazarmark committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    dd9a341 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. build(deps): bump github/codeql-action from 2.21.9 to 2.22.3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.9 to 2.22.3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@ddccb87...0116bc2)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    4b59dd6 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0.
    - [Commits](golang/net@v0.15.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    b6610e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5daec6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. build(deps): bump actions/checkout from 4.1.0 to 4.1.1

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8ade135...b4ffde6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e9f2018 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/github-script from 6.4.1 to 7.0.1

    Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.1.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@d7906e4...60a0d83)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    be8a2e8 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github/codeql-action from 2.22.3 to 2.22.8

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.3 to 2.22.8.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@0116bc2...407ffaf)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1a4fa6c View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/spf13/afero from 1.10.0 to 1.11.0

    Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.10.0 to 1.11.0.
    - [Release notes](https://github.com/spf13/afero/releases)
    - [Commits](spf13/afero@v1.10.0...v1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/afero
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    291a41f View commit details
    Browse the repository at this point in the history
  5. build(deps): bump actions/dependency-review-action from 3.1.0 to 3.1.4

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.1.0 to 3.1.4.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@6c5ccda...01bc870)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a831a37 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump cachix/install-nix-action from 23 to 24

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@6a9a9e8...7ac1ec2)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ece813c View commit details
    Browse the repository at this point in the history
  7. build(deps): bump github.com/nats-io/nkeys from 0.4.5 to 0.4.6

    Bumps [github.com/nats-io/nkeys](https://github.com/nats-io/nkeys) from 0.4.5 to 0.4.6.
    - [Release notes](https://github.com/nats-io/nkeys/releases)
    - [Changelog](https://github.com/nats-io/nkeys/blob/main/.goreleaser.yml)
    - [Commits](nats-io/nkeys@v0.4.5...v0.4.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/nats-io/nkeys
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cd3d41c View commit details
    Browse the repository at this point in the history
  8. build(deps): bump github.com/spf13/cast from 1.5.1 to 1.6.0

    Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.5.1 to 1.6.0.
    - [Release notes](https://github.com/spf13/cast/releases)
    - [Commits](spf13/cast@v1.5.1...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cast
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7a9716b View commit details
    Browse the repository at this point in the history
  9. add info about multiple hosts for remote config

    maxim-konovalov authored and sagikazarmark committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1c76491 View commit details
    Browse the repository at this point in the history
  10. build(deps): bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0

    Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.6.0 to 1.7.0.
    - [Release notes](https://github.com/fsnotify/fsnotify/releases)
    - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
    - [Commits](fsnotify/fsnotify@v1.6.0...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fsnotify/fsnotify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6db0ab2 View commit details
    Browse the repository at this point in the history
  11. refactor: drop fsonitfy wrapper

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    464cdab View commit details
    Browse the repository at this point in the history
  12. chore: update dependencies

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a4a551f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Note Get* behavior on parse failure

    Even though it's kind of evident as these functions don't return an
    error, it can still come as a surprise.
    scop authored and sagikazarmark committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4c9b2a2 View commit details
    Browse the repository at this point in the history
  2. fix: godot lint issues

    alexandear authored and sagikazarmark committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c4dcd31 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. refactor: move all settings code to a getter

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6ea31ae View commit details
    Browse the repository at this point in the history
  2. feat: make Unmarshal work with AutomaticEnv

    Co-authored-by: Filip Krakowski <krakowski@hhu.de>
    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark and krakowski committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    73dfb94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a23b80 View commit details
    Browse the repository at this point in the history
  4. fix: gocritic lint issues

    alexandear authored and sagikazarmark committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f0c4ccd View commit details
    Browse the repository at this point in the history
  5. Review changes

    alexandear authored and sagikazarmark committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    36a3868 View commit details
    Browse the repository at this point in the history
  6. fix isPathShadowedInFlatMap type cast bug (#1585)

    * fix isPathShadowedInFlatMap type cast bug
    
    * Add "IsPathShadowedInFlatMap" method unit test
    
    * fix: typo
    
    * add an unit test for flag shadow
    
    ---------
    
    Co-authored-by: Márk Sági-Kazár <sagikazarmark@users.noreply.github.com>
    linuxsong and sagikazarmark committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f736363 View commit details
    Browse the repository at this point in the history
  7. chore: update crypt

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f5fcb4a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    fb6eb1e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action from 2.22.8 to 2.22.9

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.8 to 2.22.9.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@407ffaf...c0d1daa)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    08e4a00 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/setup-go from 4.1.0 to 5.0.0

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@93397be...0c52d54)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9154b90 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. build(deps): bump github/codeql-action from 2.22.9 to 3.22.11

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.9 to 3.22.11.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@c0d1daa...b374143)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fcda114 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1

    Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/pelletier/go-toml/releases)
    - [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
    - [Commits](pelletier/go-toml@v2.1.0...v2.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pelletier/go-toml/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0b0a110 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. fix!: hide struct binding behind a feature flag

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    473a3df View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.16.0 to 0.17.0.
    - [Commits](golang/crypto@v0.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e36638d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. build(deps): bump github/codeql-action from 3.22.11 to 3.23.0

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.11 to 3.23.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@b374143...e5f05b8)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    d9cf5cf View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@01bc870...c74b580)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c44f929 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. build(deps): bump mheap/github-action-required-labels

    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 5.1.0 to 5.2.0.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@4e9ef4c...cc7a79f)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    eda8428 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action from 3.23.0 to 3.23.2

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.0 to 3.23.2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@e5f05b8...b7bf0a3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b633fc0 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.1.5 to 4.0.0.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@c74b580...4901385)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bc0e4e8 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump cachix/install-nix-action from 24 to 25

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 25.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@7ac1ec2...6004951)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0e82215 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. build(deps): bump github/codeql-action from 3.23.2 to 3.24.0

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.2 to 3.24.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@b7bf0a3...e8893c5)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    8f34134 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. build(deps): bump github/codeql-action from 3.24.0 to 3.24.1

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.0 to 3.24.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@e8893c5...e675ced)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c9d7f65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4c81fd View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@4901385...80f10bf)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b287131 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@3a91952...3cfe3a4)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    233bae8 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump mheap/github-action-required-labels

    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 5.2.0 to 5.3.0.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@cc7a79f...80a96a4)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a38f975 View commit details
    Browse the repository at this point in the history
  6. chore: add Go 1.22 support

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6c6bd7c View commit details
    Browse the repository at this point in the history
  7. fix: lint violations

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    030b77a View commit details
    Browse the repository at this point in the history
  8. build(deps): bump github/codeql-action from 3.24.1 to 3.24.3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.1 to 3.24.3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@e675ced...3796146)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    24d6fd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. build(deps): bump github.com/sagikazarmark/crypt from 0.17.0 to 0.18.0

    Bumps [github.com/sagikazarmark/crypt](https://github.com/sagikazarmark/crypt) from 0.17.0 to 0.18.0.
    - [Commits](sagikazarmark/crypt@v0.17.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sagikazarmark/crypt
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1f0aed7 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action from 3.24.3 to 3.24.5

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.3 to 3.24.5.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@3796146...47b3d88)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5870123 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f1d14ce View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action from 3.24.5 to 3.24.6

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.5 to 3.24.6.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@47b3d88...8a470fd)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e2eefda View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. build(deps): bump cachix/install-nix-action from 25 to 26

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 26.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@6004951...8887e59)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    dac344c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.1.0 to 4.1.3.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@80f10bf...9129d7d)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8ac6441 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. build(deps): bump github/codeql-action from 3.24.6 to 3.24.9

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.24.9.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@8a470fd...1b1aada)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d2d8cb1 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump mheap/github-action-required-labels

    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@80a96a4...132879b)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2fdb281 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/checkout from 4.1.1 to 4.1.2

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@b4ffde6...9bb5618)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6cf94c6 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.1.3 to 4.2.4.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@9129d7d...733dd5d)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e7b623d View commit details
    Browse the repository at this point in the history
  5. chore: upgrade crypt

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8b5a9ae View commit details
    Browse the repository at this point in the history
  6. feat: drop Go 1.19 support

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    06c8eab View commit details
    Browse the repository at this point in the history
  7. build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0

    Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.1.1 to 2.2.0.
    - [Release notes](https://github.com/pelletier/go-toml/releases)
    - [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
    - [Commits](pelletier/go-toml@v2.1.1...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pelletier/go-toml/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    947eb59 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. fix #1700: update tests to use local viper instance (#1791)

    * fix:test to use local viper instance
    
    * fix linting
    
    * fix typo
    
    * remove unsed function
    smukk9 committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    2e91486 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. build(deps): bump actions/dependency-review-action from 4.2.4 to 4.2.5

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.2.4 to 4.2.5.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@733dd5d...5bbc3ba)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ad27eab View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1

    Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.2.0 to 2.2.1.
    - [Release notes](https://github.com/pelletier/go-toml/releases)
    - [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
    - [Commits](pelletier/go-toml@v2.2.0...v2.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pelletier/go-toml/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    bd3d203 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github/codeql-action from 3.24.9 to 3.25.1

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.25.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@1b1aada...c7f9125)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ec459a1 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    33920be View commit details
    Browse the repository at this point in the history
  5. build(deps): bump actions/checkout from 4.1.2 to 4.1.3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@9bb5618...1d96c77)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d539b7a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. build(deps): bump actions/checkout from 4.1.3 to 4.1.4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@1d96c77...0ad4b8f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3d32668 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action from 3.25.1 to 3.25.2

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@c7f9125...8f596b4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ea35b92 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. build(deps): bump mheap/github-action-required-labels

    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 5.4.0 to 5.4.1.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@132879b...5847eef)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed May 12, 2024
    Configuration menu
    Copy the full SHA
    45a0e12 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.2.5 to 4.3.2.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@5bbc3ba...0c155c5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed May 12, 2024
    Configuration menu
    Copy the full SHA
    4a182c7 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2

    Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.2.1 to 2.2.2.
    - [Release notes](https://github.com/pelletier/go-toml/releases)
    - [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
    - [Commits](pelletier/go-toml@v2.2.1...v2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pelletier/go-toml/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b67e814 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/setup-go from 5.0.0 to 5.0.1

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@0c52d54...cdcb360)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed May 12, 2024
    Configuration menu
    Copy the full SHA
    4017620 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github/codeql-action from 3.25.2 to 3.25.4

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.2 to 3.25.4.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@8f596b4...ccf74c9)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8e285a5 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 6.0.1.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@3cfe3a4...a4f60bb)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f17acb4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Update references to bketelsen/crypt

    Since #1218 crypt is provided by
    https://github.com/sagikazarmark/crypt
    
    Signed-off-by: Stephen Kitt <skitt@redhat.com>
    skitt authored and sagikazarmark committed May 29, 2024
    Configuration menu
    Copy the full SHA
    abea773 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. build(deps): bump github/codeql-action from 3.25.4 to 3.25.7

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.4 to 3.25.7.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@ccf74c9...f079b84)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    248c6fd View commit details
    Browse the repository at this point in the history
  2. build(deps): bump cachix/install-nix-action from 26 to 27

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@8887e59...ba0dd84)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    6ecc5c8 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/checkout from 4.1.4 to 4.1.6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@0ad4b8f...a5ac7e5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    b9733f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. chore: update mapstructure

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    c019486 View commit details
    Browse the repository at this point in the history
  2. fix: add back weak string slice hook

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    5ce200a View commit details
    Browse the repository at this point in the history
  3. feat!: drop Go 1.20

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    87dbe82 View commit details
    Browse the repository at this point in the history
  4. chore: update flake

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    da9ee51 View commit details
    Browse the repository at this point in the history
  5. chore: update crypt

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    6557674 View commit details
    Browse the repository at this point in the history
  6. refactor: drop slog shim

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    7f90580 View commit details
    Browse the repository at this point in the history
  7. refactor!: drop unused Logger interface

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    7162e92 View commit details
    Browse the repository at this point in the history
  8. refactor: move remote code to separate file

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    272344e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. feat: add finder

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f452b09 View commit details
    Browse the repository at this point in the history
  2. feat: unexport combined finder for now

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c9994ee View commit details
    Browse the repository at this point in the history
  3. test: add examples for finder

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    dd6204a View commit details
    Browse the repository at this point in the history
  4. chore: update locafero

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3faea9d View commit details
    Browse the repository at this point in the history
  5. feat: do not return early from old search functions

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1be81c3 View commit details
    Browse the repository at this point in the history
  6. feat: use new finder even when build tag is disabled

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    db0bbd8 View commit details
    Browse the repository at this point in the history
  7. feat: add experimental finder option

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2636060 View commit details
    Browse the repository at this point in the history
  8. feat: control finder behavior by experimental feature flag

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b206f20 View commit details
    Browse the repository at this point in the history
  9. refactor: move old config search code

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    df70866 View commit details
    Browse the repository at this point in the history
  10. test: fix finder tests

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1642523 View commit details
    Browse the repository at this point in the history
  11. test: fix tests on windows

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d59cc8b View commit details
    Browse the repository at this point in the history
  12. chore: update locafero

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    796fe3d View commit details
    Browse the repository at this point in the history
  13. test: fix test on windows

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    92e330e View commit details
    Browse the repository at this point in the history
  14. test: add tests for experimental finder

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    676d2eb View commit details
    Browse the repository at this point in the history
  15. build(deps): bump github/codeql-action from 3.25.7 to 3.25.8

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.7 to 3.25.8.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@f079b84...2e230e8)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3266e43 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. test: refactor read config test

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e8707fd View commit details
    Browse the repository at this point in the history
  2. test: add failing test for reading config without a config type

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    afe3be2 View commit details
    Browse the repository at this point in the history
  3. feat: return error when no config type is set

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a42c1b9 View commit details
    Browse the repository at this point in the history
  4. feat: allow setting options on the global viper instance

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3640bcd View commit details
    Browse the repository at this point in the history
  5. docs: update global viper documentation

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    db85e2a View commit details
    Browse the repository at this point in the history
  6. feat: allow enabling bind struct with an option

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    96ad74f View commit details
    Browse the repository at this point in the history
  7. feat: add experimental flag for bind struct

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d1e18b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. feat: make the remote package a separate module

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7ad8e1e View commit details
    Browse the repository at this point in the history
  2. feat(remote): update viper version

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a50cdb2 View commit details
    Browse the repository at this point in the history
  3. Revert to go-difflib and go-spew releases

    Now that consul/api is gone from the module dependency tree, these
    dependencies can be reverted to their latest releases; the changes
    since then are only CI-related or documentation updates, which aren't
    relevant for downstream users.
    
    (This is very minor but avoids questions like
    kubernetes/kubernetes#123339 (comment)
    about the use of untagged dependencies.)
    
    Signed-off-by: Stephen Kitt <skitt@redhat.com>
    skitt authored and sagikazarmark committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    eaca2f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. build(deps): bump actions/dependency-review-action from 4.3.2 to 4.3.3

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.2 to 4.3.3.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@0c155c5...72eb03d)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    7c187a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. build(deps): bump github/codeql-action from 3.25.8 to 3.25.10

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.8 to 3.25.10.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@2e230e8...23acc5c)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c522f31 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/checkout from 4.1.6 to 4.1.7

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@a5ac7e5...692973e)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6e04b1f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. chore: update crypt

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6e4ab18 View commit details
    Browse the repository at this point in the history
  2. chore(remote): update viper

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a11ee9a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. feat(encoding): expose new encoding layer

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3a285e0 View commit details
    Browse the repository at this point in the history
  2. feat(encoding): return an error when no codec is found

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    29a215c View commit details
    Browse the repository at this point in the history
  3. feat(encoding): add default codec registry

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    15ad72d View commit details
    Browse the repository at this point in the history
  4. feat(encoding): drop not found sentinel errors for now

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    93bf64a View commit details
    Browse the repository at this point in the history
  5. feat(encoding): make format case-insensitive

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d2221e2 View commit details
    Browse the repository at this point in the history
  6. test(encoding): add tests for codec registry implementation

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2a1765d View commit details
    Browse the repository at this point in the history
  7. refactor(encoding): drop old codec registries

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a7f64b7 View commit details
    Browse the repository at this point in the history
  8. refactor(encoding): rename new codec registries

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8492c8d View commit details
    Browse the repository at this point in the history
  9. docs(encoding): add docs to codec registry

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e033c8e View commit details
    Browse the repository at this point in the history
  10. feat(encoding): drop HCL, Java properties and INI

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6e630e5 View commit details
    Browse the repository at this point in the history
  11. feat(encoding): use new codec registry

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7f90845 View commit details
    Browse the repository at this point in the history
  12. refactor(encoding): drop old codec registry

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    687cfb7 View commit details
    Browse the repository at this point in the history
  13. feat(encoding): drop HCL, Java properties and INI dependencies

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ee6cffa View commit details
    Browse the repository at this point in the history
  14. chore(remote): update viper

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    35a4605 View commit details
    Browse the repository at this point in the history
  15. fix: do not allow setting dependencies to nil values

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7dbe493 View commit details
    Browse the repository at this point in the history
  16. fix: do not allow overwriting the mapstructure output

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5964efa View commit details
    Browse the repository at this point in the history
  17. feat: allow setting a default decode hook

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d2458a2 View commit details
    Browse the repository at this point in the history
  18. chore(remote): update viper

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e71d7bf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. build(deps): bump github/codeql-action from 3.25.10 to 3.25.11

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.10 to 3.25.11.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@23acc5c...b611370)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e32d9f3 View commit details
    Browse the repository at this point in the history
  2. update viper

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3f40d9a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. build(deps): bump google.golang.org/grpc in /remote

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.64.0...v1.64.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a0ece6a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. build(deps): bump actions/setup-go from 5.0.1 to 5.0.2

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@cdcb360...0a12ed9)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b171b91 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.3 to 4.3.4.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@72eb03d...5a2ce3f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2a0a52d View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github/codeql-action from 3.25.11 to 3.25.12

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.12.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@b611370...4fa2a79)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    551e893 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. build(deps): bump github/codeql-action from 3.25.12 to 3.25.13

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.12 to 3.25.13.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@4fa2a79...2d79040)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    3f3aa29 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update crypt

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    3c40652 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. feat: drop config type switch from marshaling

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ebe913c View commit details
    Browse the repository at this point in the history
  2. refactor: replace string slice search with slices package

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3268cbd View commit details
    Browse the repository at this point in the history
  3. feat: add function to write config to writer

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ae564f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    864a85a View commit details
    Browse the repository at this point in the history
  5. chore: update dependencies

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    852d126 View commit details
    Browse the repository at this point in the history
  6. refactor: cleanup unused encoding code

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e2ab48a View commit details
    Browse the repository at this point in the history
  7. update viper

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cc53fac View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. build(deps): bump github.com/go-viper/mapstructure/v2

    Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.0.0 to 2.1.0.
    - [Release notes](https://github.com/go-viper/mapstructure/releases)
    - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
    - [Commits](go-viper/mapstructure@v2.0.0...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-viper/mapstructure/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e64bf43 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/spf13/cast from 1.6.0 to 1.7.0

    Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.6.0 to 1.7.0.
    - [Release notes](https://github.com/spf13/cast/releases)
    - [Commits](spf13/cast@v1.6.0...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cast
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7e807bb View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github/codeql-action from 3.25.13 to 3.26.0

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.13 to 3.26.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@2d79040...eb055d7)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    71f677d View commit details
    Browse the repository at this point in the history
  4. build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.1 to 6.1.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@a4f60bb...aaa42aa)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b950f55 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. build(deps): bump github/codeql-action from 3.26.0 to 3.26.2

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.0 to 3.26.2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@eb055d7...429e197)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    79c5dd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. build(deps): bump github/codeql-action from 3.26.2 to 3.26.3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.2 to 3.26.3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@429e197...883d858)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e7db72c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. build(deps): bump github/codeql-action from 3.26.3 to 3.26.5

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.3 to 3.26.5.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@883d858...2c779ab)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    39af87d View commit details
    Browse the repository at this point in the history
  2. chore: update go version

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    37d05ef View commit details
    Browse the repository at this point in the history
  3. chore: update toml package

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    daadc9b View commit details
    Browse the repository at this point in the history
  4. chore: update crypt package

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d56d426 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. build(deps): bump github/codeql-action from 3.26.5 to 3.26.6

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.5 to 3.26.6.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@2c779ab...4dd1613)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    523595b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. build(deps): bump mheap/github-action-required-labels

    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 5.4.1 to 5.4.2.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@5847eef...d25134c)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sagikazarmark committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    273543c View commit details
    Browse the repository at this point in the history