Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/code-marketplace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: coder/code-marketplace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 20 commits
  • 15 files changed
  • 4 contributors

Commits on Dec 20, 2024

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

Commits on Mar 6, 2025

  1. chore(#94): allow specifying other custom volumes (#95)

    closes #94
    Implemented with the same values as when you create a new helm chart with
    the latest version of helm `helm create mychart`
    
    Co-authored-by: Anaël LATASSA <anael.latassa@bdl.lu>
    anael-l and Anaël LATASSA authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    c8cd938 View commit details
    Browse the repository at this point in the history
  2. Bump golangci/golangci-lint-action in the github-actions group (#90)

    Bumps the github-actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).
    
    
    Updates `golangci/golangci-lint-action` from 6.1.1 to 6.2.0
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v6.1.1...v6.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    a15a46d View commit details
    Browse the repository at this point in the history
  3. Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 (#85)

    Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.1.0 to 5.2.0.
    - [Release notes](https://github.com/go-chi/chi/releases)
    - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
    - [Commits](go-chi/chi@v5.1.0...v5.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-chi/chi/v5
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    e90ae65 View commit details
    Browse the repository at this point in the history
  4. Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#82)

    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    b252f7e View commit details
    Browse the repository at this point in the history
  5. Bump golang.org/x/crypto from 0.17.0 to 0.31.0 (#80)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.17.0 to 0.31.0.
    - [Commits](golang/crypto@v0.17.0...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    5e00a7b View commit details
    Browse the repository at this point in the history
  6. Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#74)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    cae24c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    72e1812 View commit details
    Browse the repository at this point in the history
  2. v2.3.1

    code-asher committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    ce3a083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd1d8a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

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

Commits on Apr 19, 2025

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

Commits on May 9, 2025

  1. Bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 (#99)

    Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.0 to 5.2.1.
    - [Release notes](https://github.com/go-chi/chi/releases)
    - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
    - [Commits](go-chi/chi@v5.2.0...v5.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-chi/chi/v5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 9, 2025
    Configuration menu
    Copy the full SHA
    c1133eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac2aa96 View commit details
    Browse the repository at this point in the history
  3. Bump the github-actions group with 2 updates

    Bumps the github-actions group with 2 updates: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [robinraju/release-downloader](https://github.com/robinraju/release-downloader).
    
    
    Updates `golangci/golangci-lint-action` from 6.2.0 to 6.5.0
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v6.2.0...v6.5.0)
    
    Updates `robinraju/release-downloader` from 1.11 to 1.12
    - [Release notes](https://github.com/robinraju/release-downloader/releases)
    - [Commits](robinraju/release-downloader@v1.11...v1.12)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: robinraju/release-downloader
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and code-asher committed May 9, 2025
    Configuration menu
    Copy the full SHA
    d4b4cea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b6df5a View commit details
    Browse the repository at this point in the history
  5. Bump golang.org/x/crypto from 0.31.0 to 0.35.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0.
    - [Commits](golang/crypto@v0.31.0...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.35.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and code-asher committed May 9, 2025
    Configuration menu
    Copy the full SHA
    88e1279 View commit details
    Browse the repository at this point in the history
  6. Bump github.com/go-chi/httprate from 0.14.1 to 0.15.0

    Bumps [github.com/go-chi/httprate](https://github.com/go-chi/httprate) from 0.14.1 to 0.15.0.
    - [Release notes](https://github.com/go-chi/httprate/releases)
    - [Commits](go-chi/httprate@v0.14.1...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-chi/httprate
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and code-asher committed May 9, 2025
    Configuration menu
    Copy the full SHA
    46eef58 View commit details
    Browse the repository at this point in the history
  7. Bump github.com/spf13/cobra from 1.8.1 to 1.9.1

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.8.1...v1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and code-asher committed May 9, 2025
    Configuration menu
    Copy the full SHA
    2c54060 View commit details
    Browse the repository at this point in the history
  8. Bump the x group with 2 updates

    Bumps the x group with 2 updates: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/sync](https://github.com/golang/sync).
    
    
    Updates `golang.org/x/mod` from 0.19.0 to 0.24.0
    - [Commits](golang/mod@v0.19.0...v0.24.0)
    
    Updates `golang.org/x/sync` from 0.10.0 to 0.12.0
    - [Commits](golang/sync@v0.10.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/mod
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: x
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: x
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and code-asher committed May 9, 2025
    Configuration menu
    Copy the full SHA
    785ded3 View commit details
    Browse the repository at this point in the history
Loading