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.7.0
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.8.0-beta.1
Choose a head ref
  • 11 commits
  • 40 files changed
  • 3 contributors

Commits on Apr 30, 2025

  1. fix: revert SYNCTHING_VERSION to 1.29.4 for compatibility (#4707)

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

Commits on May 5, 2025

  1. remove upx (#4709)

    * remove upx
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * refactor: update comments for clarity in Dockerfile stages
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    ---------
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored May 5, 2025
    Configuration menu
    Copy the full SHA
    a0213b8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. fix: update SYNCTHING_VERSION to 1.29.6 and add syncthing data volume…

    … mounts (#4711)
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored May 8, 2025
    Configuration menu
    Copy the full SHA
    9a308d2 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. build(deps): bump rack-session from 2.0.0 to 2.1.1 in /samples/ruby (#…

    …4713)
    
    Bumps [rack-session](https://github.com/rack/rack-session) from 2.0.0 to 2.1.1.
    - [Release notes](https://github.com/rack/rack-session/releases)
    - [Changelog](https://github.com/rack/rack-session/blob/v2.1.1/releases.md)
    - [Commits](rack/rack-session@v2.0.0...v2.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: rack-session
      dependency-version: 2.1.1
      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 May 12, 2025
    Configuration menu
    Copy the full SHA
    d23d445 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump rack from 3.1.12 to 3.1.14 in /samples/ruby (#4712)

    Bumps [rack](https://github.com/rack/rack) from 3.1.12 to 3.1.14.
    - [Release notes](https://github.com/rack/rack/releases)
    - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
    - [Commits](rack/rack@v3.1.12...v3.1.14)
    
    ---
    updated-dependencies:
    - dependency-name: rack
      dependency-version: 3.1.14
      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 May 12, 2025
    Configuration menu
    Copy the full SHA
    3472e00 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Adds the flag for redeploying dependencies in pipeline and preview de…

    …pendencies. (#4715)
    
    * add redeploy dependencies to the pipeline and preview
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: remove "dependencies" argument from deploy pipeline and preview mutations
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: update mutation type in DeployPreview to use deployPreviewMutationWithLabels
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: update DeployPreview to use mutationWithoutDependencies response
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: update DeployPreview to handle dependencies argument correctly
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: update redeployDependencies flag description for clarity
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    ---------
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored May 14, 2025
    Configuration menu
    Copy the full SHA
    a3fc450 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. feat: add destroy with dependencies on CLI (#4718)

    * feat: add destroy with dependencies on CLI
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: update destroy command to clarify dependencies flag description
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * refactor: simplify destroy pipeline mutations and consolidate logic
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: tests
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix test
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    ---------
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored May 19, 2025
    Configuration menu
    Copy the full SHA
    46434c9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. allow to get dependency builds env vars (#4716)

    * allow to get dependency builds env vars
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: update function comment for GetConfigmapBuildEnvVars to reflect correct data retrieval
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: initialize CurrentStore in TestBuildImages for proper context setup
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: handle missing build-envs in GetConfigmapBuildEnvVars function
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: update build-envs to buildEnvs for consistency in code and tests
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    ---------
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored May 23, 2025
    Configuration menu
    Copy the full SHA
    39c7040 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. build(deps): bump github.com/containerd/containerd/v2 (#4721)

    Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.4 to 2.0.5.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v2.0.4...v2.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd/v2
      dependency-version: 2.0.5
      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 May 26, 2025
    Configuration menu
    Copy the full SHA
    71efd0b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Fixes #4714. Added output option to namespace list command to specify…

    … json or yaml (#4722)
    
    * Fixes #4714. Added output option to namespace list command to specify json or yaml
    
    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    
    * Fixes #4714. Fixed indentation in test file
    
    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    
    * Fixes #4714. Refactor to use io.Controller to show the output
    
    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    
    ---------
    
    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    ifbyol authored May 28, 2025
    Configuration menu
    Copy the full SHA
    9a5fcc1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. feat: enhance deploy and destroy pipelines with dependency handling (#…

    …4725)
    
    * feat: enhance deploy and destroy pipelines with dependency handling
    
    - Added support for managing dependencies in both deploy and destroy commands.
    - Introduced flags to control redeployment and destruction of dependencies.
    - Updated pipeline mutations to include an `isDependency` argument for better context handling.
    - Enhanced logging and error handling for dependency operations.
    
    This update improves the flexibility and control over dependency management during pipeline operations.
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * address comments
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * refactor: simplify dependency handling in deploy and destroy functions
    
    - Streamlined the logic for determining whether to redeploy or destroy dependencies based on user flags.
    - Improved readability by reducing nested conditions and clarifying the flow of decision-making.
    
    This change enhances the maintainability of the code related to dependency management in pipeline operations.
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    ---------
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored May 30, 2025
    Configuration menu
    Copy the full SHA
    756791b View commit details
    Browse the repository at this point in the history
Loading