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: okteto/okteto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.6.1-beta.1
Choose a base ref
...
head repository: okteto/okteto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.7.0-beta.1
Choose a head ref
  • 14 commits
  • 28 files changed
  • 9 contributors

Commits on Apr 1, 2025

  1. fix: start spinne when buidlkit fails to connect (#4693)

    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    d07390e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

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

Commits on Apr 8, 2025

  1. Add context command initialization in restart command (#4692)

    * Add context command initialization in restart command
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * Set default namespace from context if not provided in restart command
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    ---------
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    b3d8998 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. feat: add Okteto configuration and ignore files (#4696)

    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    11e05ab View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. feat: enhance Dockerfile and .dockerignore for improved build efficie…

    …ncy and clarity (#4697)
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    d196c80 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. PROD-344: Add predefined Okteto environment variables to diverted pod…

    …s, so it can be known at runtime time if they are in a diverted namespace or not (#4699)
    
    * Add environment variables to divert drivers for shared and diverted environments
    
    * PROD-344: Fixed indentation in go files
    
    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    
    * PROD-344: Fixed golangci lint issue
    
    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    
    * PROD-344: Inject variables on init containers too
    
    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    
    ---------
    
    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    Co-authored-by: ifbyol <ifbyol@users.noreply.github.com>
    ifbyol and ifbyol authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    8e49dfb View commit details
    Browse the repository at this point in the history
  2. Optimize deploy commands by ignoring all files and enabling remote ex…

    …ecution (#4698)
    
    * Optimize deploy commands by ignoring all files and enabling remote execution
    
    * Add test section to Okteto manifest
    
    * Add CVE scanning test using Trivy
    
    * Revert "Add test section to Okteto manifest"
    
    This reverts commit dac7b93.
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    ---------
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    Co-authored-by: oktetobot <oktetobot@users.noreply.github.com>
    Co-authored-by: Javier Lopez <javier@okteto.com>
    3 people authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    f0c7ae7 View commit details
    Browse the repository at this point in the history
  3. Add unit tests to test section in okteto manifest (#4700)

    * Add unit tests to test section in okteto manifest
    
    * fix: tests
    
    * address comments
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    ---------
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    Co-authored-by: Cindy AI <cindy@okteto.com>
    Co-authored-by: Javier Lopez <javier@okteto.com>
    3 people authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    45cab20 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. PROD-343: Change when the divert deploy logic is called (#4701)

    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    ifbyol authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    0decf11 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 (#4703)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
    - [Commits](golang/net@v0.36.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      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 Apr 22, 2025
    Configuration menu
    Copy the full SHA
    aecd1b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Add git binary for the dockerfile image (#4704)

    * feat: add Git installation to Dockerfile
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: update base image for git-builder to debian:bookworm-slim
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    ---------
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    ec07165 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Option 2: add spinner forchecking services (#4705)

    * feat: enhance logging in build process with io.Controller integration
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * feat: integrate io.Controller into service hasher tests for improved logging
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * feat: improve logging for cached builds in Okteto Smart Builds
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * add ... to the spinner
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    ---------
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    70bea81 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. build(deps): update Helm, Syncthing, and Okteto remote versions (#4706)

    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    f9ecfa9 View commit details
    Browse the repository at this point in the history
  2. fix: revert SYNCTHING_VERSION to 1.29.4 for compatibility (#4707) (#4708

    )
    
    (cherry picked from commit 8813c87)
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    Co-authored-by: Javier López Barba <javier@okteto.com>
    github-actions[bot] and jLopezbarb authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    36569a2 View commit details
    Browse the repository at this point in the history
Loading