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

Bugfix release #134

Merged
merged 63 commits into from
Jun 13, 2022
Merged

Bugfix release #134

merged 63 commits into from
Jun 13, 2022

Commits on Feb 12, 2022

  1. chore(deps): bump golang from 1.17.6-alpine to 1.17.7-alpine

    Bumps golang from 1.17.6-alpine to 1.17.7-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 12, 2022
    Configuration menu
    Copy the full SHA
    61001b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #92 from projectdiscovery/dependabot/docker/dev/go…

    …lang-1.17.7-alpine
    
    chore(deps): bump golang from 1.17.6-alpine to 1.17.7-alpine
    ehsandeep authored Feb 12, 2022
    Configuration menu
    Copy the full SHA
    68eb6dc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. chore(deps): bump github.com/Shopify/sarama from 1.31.1 to 1.32.0

    Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama) from 1.31.1 to 1.32.0.
    - [Release notes](https://github.com/Shopify/sarama/releases)
    - [Changelog](https://github.com/Shopify/sarama/blob/main/CHANGELOG.md)
    - [Commits](IBM/sarama@v1.31.1...v1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/Shopify/sarama
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    8143f0d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Merge pull request #94 from projectdiscovery/dependabot/go_modules/de…

    …v/github.com/Shopify/sarama-1.32.0
    
    chore(deps): bump github.com/Shopify/sarama from 1.31.1 to 1.32.0
    ehsandeep authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    fd4c356 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. chore(deps): bump golangci/golangci-lint-action from 2 to 3.1.0

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.1.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v2...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    162387a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. chore(deps): bump github.com/elastic/go-elasticsearch/v7

    Bumps [github.com/elastic/go-elasticsearch/v7](https://github.com/elastic/go-elasticsearch) from 7.17.0 to 7.17.1.
    - [Release notes](https://github.com/elastic/go-elasticsearch/releases)
    - [Changelog](https://github.com/elastic/go-elasticsearch/blob/v7.17.1/CHANGELOG.md)
    - [Commits](elastic/go-elasticsearch@v7.17.0...v7.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/elastic/go-elasticsearch/v7
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e7661ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96 from projectdiscovery/dependabot/go_modules/de…

    …v/github.com/elastic/go-elasticsearch/v7-7.17.1
    
    chore(deps): bump github.com/elastic/go-elasticsearch/v7 from 7.17.0 to 7.17.1
    ehsandeep authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e3e3dd8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #95 from projectdiscovery/dependabot/github_action…

    …s/dev/golangci/golangci-lint-action-3.1.0
    
    chore(deps): bump golangci/golangci-lint-action from 2 to 3.1.0
    ehsandeep authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    853a955 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. chore(deps): bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    08159a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #97 from projectdiscovery/dependabot/github_action…

    …s/dev/actions/checkout-3
    
    chore(deps): bump actions/checkout from 2 to 3
    ehsandeep authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    cf6d131 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. chore(deps): bump golang from 1.17.7-alpine to 1.17.8-alpine

    Bumps golang from 1.17.7-alpine to 1.17.8-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    62d4f5d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

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

Commits on Mar 10, 2022

  1. Merge pull request #99 from projectdiscovery/dependabot/docker/dev/go…

    …lang-1.17.8-alpine
    
    chore(deps): bump golang from 1.17.7-alpine to 1.17.8-alpine
    Mzack9999 authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    6d4fb5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fb9c68 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. chore(deps): bump golang from 1.17.8-alpine to 1.18.0-alpine

    Bumps golang from 1.17.8-alpine to 1.18.0-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    dc79ef8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from projectdiscovery/dependabot/docker/dev/g…

    …olang-1.18.0-alpine
    
    chore(deps): bump golang from 1.17.8-alpine to 1.18.0-alpine
    ehsandeep authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    4b35be9 View commit details
    Browse the repository at this point in the history
  3. Fixed typo

    hahwul authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    ee24161 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. chore(deps): bump alpine from 3.15.0 to 3.15.1

    Bumps alpine from 3.15.0 to 3.15.1.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    e0bd23b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Merge pull request #104 from projectdiscovery/dependabot/docker/dev/a…

    …lpine-3.15.1
    
    chore(deps): bump alpine from 3.15.0 to 3.15.1
    ehsandeep authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    e7caa34 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. chore(deps): bump github.com/rs/xid from 1.3.0 to 1.4.0

    Bumps [github.com/rs/xid](https://github.com/rs/xid) from 1.3.0 to 1.4.0.
    - [Release notes](https://github.com/rs/xid/releases)
    - [Commits](rs/xid@v1.3.0...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/rs/xid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    908d61a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. chore(deps): bump alpine from 3.15.1 to 3.15.2

    Bumps alpine from 3.15.1 to 3.15.2.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    84ba876 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from projectdiscovery/dependabot/go_modules/d…

    …ev/github.com/rs/xid-1.4.0
    
    chore(deps): bump github.com/rs/xid from 1.3.0 to 1.4.0
    ehsandeep authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    ad222eb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #107 from projectdiscovery/dependabot/docker/dev/a…

    …lpine-3.15.2
    
    chore(deps): bump alpine from 3.15.1 to 3.15.2
    ehsandeep authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    0a30bfa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #103 from hahwul/master

    Fixed typo
    ehsandeep authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    4ad91fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac6bb90 View commit details
    Browse the repository at this point in the history
  6. lint workflow update

    ehsandeep committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    08b4b9c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #101 from projectdiscovery/issue-100-connection-to…

    …-denied-ip
    
    add allow/deny options
    ehsandeep authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    02a6f50 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. chore(deps): bump alpine from 3.15.2 to 3.15.3

    Bumps alpine from 3.15.2 to 3.15.3.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    1bdf395 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Merge pull request #108 from projectdiscovery/dependabot/docker/dev/a…

    …lpine-3.15.3
    
    chore(deps): bump alpine from 3.15.2 to 3.15.3
    Mzack9999 authored Apr 3, 2022
    Configuration menu
    Copy the full SHA
    f70f2e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. chore(deps): bump alpine from 3.15.3 to 3.15.4

    Bumps alpine from 3.15.3 to 3.15.4.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    526b018 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110 from projectdiscovery/dependabot/docker/dev/a…

    …lpine-3.15.4
    
    chore(deps): bump alpine from 3.15.3 to 3.15.4
    ehsandeep authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    1f8471b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. chore(deps): bump golang from 1.18.0-alpine to 1.18.1-alpine

    Bumps golang from 1.18.0-alpine to 1.18.1-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b15f5c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    e8e6f8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d2a84d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e62adae View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Merge pull request #113 from projectdiscovery/go_version

    Go version update
    ehsandeep authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    a00d93f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Merge pull request #112 from projectdiscovery/dependabot/docker/dev/g…

    …olang-1.18.1-alpine
    
    chore(deps): bump golang from 1.18.0-alpine to 1.18.1-alpine
    Mzack9999 authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    eb2afde View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. chore(deps): bump github/codeql-action from 1 to 2

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 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@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    45b3a1b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Merge pull request #114 from projectdiscovery/dependabot/github_actio…

    …ns/dev/github/codeql-action-2
    
    chore(deps): bump github/codeql-action from 1 to 2
    Mzack9999 authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    3426556 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. chore(deps): bump docker/build-push-action from 2 to 3

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    b1200a0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump docker/login-action from 1 to 2

    Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    2b2a85e View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump docker/setup-buildx-action from 1 to 2

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    59b025c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. chore(deps): bump golang from 1.18.1-alpine to 1.18.2-alpine

    Bumps golang from 1.18.1-alpine to 1.18.2-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 11, 2022
    Configuration menu
    Copy the full SHA
    7bf479a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3.1.0...v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 11, 2022
    Configuration menu
    Copy the full SHA
    7471029 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. chore(deps): bump alpine from 3.15.4 to 3.16.0

    Bumps alpine from 3.15.4 to 3.16.0.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 24, 2022
    Configuration menu
    Copy the full SHA
    613822b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. chore(deps): bump github.com/Shopify/sarama from 1.32.0 to 1.34.0

    Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama) from 1.32.0 to 1.34.0.
    - [Release notes](https://github.com/Shopify/sarama/releases)
    - [Changelog](https://github.com/Shopify/sarama/blob/main/CHANGELOG.md)
    - [Commits](IBM/sarama@v1.32.0...v1.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/Shopify/sarama
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 31, 2022
    Configuration menu
    Copy the full SHA
    dd63947 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #126 from projectdiscovery/dependabot/go_modules/d…

    …ev/github.com/Shopify/sarama-1.34.0
    
    chore(deps): bump github.com/Shopify/sarama from 1.32.0 to 1.34.0
    Mzack9999 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    a1d5172 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #124 from projectdiscovery/dependabot/docker/dev/a…

    …lpine-3.16.0
    
    chore(deps): bump alpine from 3.15.4 to 3.16.0
    Mzack9999 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    5e92f14 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #122 from projectdiscovery/dependabot/github_actio…

    …ns/dev/golangci/golangci-lint-action-3.2.0
    
    chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
    Mzack9999 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    370de14 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #121 from projectdiscovery/dependabot/docker/dev/g…

    …olang-1.18.2-alpine
    
    chore(deps): bump golang from 1.18.1-alpine to 1.18.2-alpine
    Mzack9999 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    c5df32a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #120 from projectdiscovery/dependabot/github_actio…

    …ns/dev/docker/setup-buildx-action-2
    
    chore(deps): bump docker/setup-buildx-action from 1 to 2
    Mzack9999 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    2d43bc2 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump goreleaser/goreleaser-action from 2 to 3

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 31, 2022
    Configuration menu
    Copy the full SHA
    a96d12e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #119 from projectdiscovery/dependabot/github_actio…

    …ns/dev/docker/login-action-2
    
    chore(deps): bump docker/login-action from 1 to 2
    Mzack9999 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    d9dded4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #118 from projectdiscovery/dependabot/github_actio…

    …ns/dev/docker/build-push-action-3
    
    chore(deps): bump docker/build-push-action from 2 to 3
    Mzack9999 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    aa1fda0 View commit details
    Browse the repository at this point in the history
  10. chore(deps): bump docker/setup-qemu-action from 1 to 2

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 31, 2022
    Configuration menu
    Copy the full SHA
    d457f17 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #128 from projectdiscovery/dependabot/github_actio…

    …ns/dev/goreleaser/goreleaser-action-3
    
    chore(deps): bump goreleaser/goreleaser-action from 2 to 3
    Mzack9999 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    a86a015 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #117 from projectdiscovery/dependabot/github_actio…

    …ns/dev/docker/setup-qemu-action-2
    
    chore(deps): bump docker/setup-qemu-action from 1 to 2
    Mzack9999 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    a885df1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f41c9a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. chore(deps): bump golang from 1.18.2-alpine to 1.18.3-alpine (#130)

    Bumps golang from 1.18.2-alpine to 1.18.3-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    405b46d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. chore(deps): bump github.com/Shopify/sarama from 1.34.0 to 1.34.1 (#132)

    Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama) from 1.34.0 to 1.34.1.
    - [Release notes](https://github.com/Shopify/sarama/releases)
    - [Changelog](https://github.com/Shopify/sarama/blob/main/CHANGELOG.md)
    - [Commits](IBM/sarama@v1.34.0...v1.34.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/Shopify/sarama
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    cfe8e4a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    6d01c81 View commit details
    Browse the repository at this point in the history
  2. example update

    ehsandeep committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    482c3c9 View commit details
    Browse the repository at this point in the history
  3. version update

    ehsandeep committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    0c7097d View commit details
    Browse the repository at this point in the history