8000 Comparing 3.8.0...3.9.0-beta.1 · okteto/okteto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.8.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.9.0-beta.1
Choose a head ref
  • 10 commits
  • 20 files changed
  • 6 contributors

Commits on Jun 12, 2025

  1. build(deps): update buildkit dependency (#4729)

    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    74833ea View commit details
    Browse the repository at this point in the history
  2. build(deps): bump rack from 3.1.14 to 3.1.16 in /samples/ruby (#4727)

    Bumps [rack](https://github.com/rack/rack) from 3.1.14 to 3.1.16.
    - [Release notes](https://github.com/rack/rack/releases)
    - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
    - [Commits](rack/rack@v3.1.14...v3.1.16)
    
    ---
    updated-dependencies:
    - dependency-name: rack
      dependency-version: 3.1.16
      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 Jun 12, 2025
    Configuration menu
    Copy the full SHA
    67d9cc7 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 (#4728

    )
    
    Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.7 to 1.6.1.
    - [Release notes](https://github.com/cloudflare/circl/releases)
    - [Commits](cloudflare/circl@v1.3.7...v1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cloudflare/circl
      dependency-version: 1.6.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 Jun 12, 2025
    Configuration menu
    Copy the full SHA
    77783ed View commit details
    Browse the repository at this point in the history
  4. build(deps): bump brace-expansion in /samples/node.js (#4730)

    Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: brace-expansion
      dependency-version: 1.1.12
      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 Jun 12, 2025
    Configuration menu
    Copy the full SHA
    425ab02 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

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

Commits on Jun 18, 2025

  1. feat(tests): add TestDependenciesBuild to validate dependency build v…

    …ariable handling (#4734)
    
    - Introduced a new test function, TestDependenciesBuild, to verify the correct handling of dependency build variables during deployment.
    - Created a manifest for testing dependencies and ensured the output contains the expected build variable.
    - Enhanced integration tests for better coverage of dependency management scenarios.
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    184c85b View commit details
    Browse the repository at this point in the history
  2. fix: wait until sync completes to run services (#4731)

    * fix: wait until sync completes to run services
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: golangci
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * feat: add TemplateObjectMeta method and servicesUpWait handling
    
    - Introduced TemplateObjectMeta method in MockApp for better test coverage.
    - Updated devDeployer to utilize servicesUpWait environment variable for controlling service deployment behavior.
    - Enhanced deployMainDev and deployDevServices methods to respect the servicesUpWait flag, improving deployment flow.
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * refactor: improve dev service deployment logic
    
    - Updated the activate and createDevContainer methods to handle dev service deployment based on the servicesUpWait flag.
    - Simplified the deployMainDev method by removing redundant service deployment checks.
    - Added a new Kubernetes manifest for an additional test service to enhance integration testing.
    
    This change enhances the deployment flow and improves test coverage for service management.
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: correct comment regarding dev services deployment logic
    
    - Updated the comment in the activate function to clarify that when the servicesUpWait flag is set, dev services will be deployed as they won't be included with the main dev deployment.
    
    This change improves code clarity and understanding of the deployment logic.
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: e2e tests
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    ---------
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    jLopezbarb authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    08807a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

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

Commits on Jun 23, 2025

  1. feat: implement AutoDown functionality with tests (#4732)

    * feat: implement AutoDown functionality with tests
    
    - Added AutoDown feature to automatically handle down operations based on the OKTETO_AUTO_DOWN_ENABLED environment variable.
    - Introduced `autoDownRunner` struct to encapsulate the AutoDown logic.
    - Created unit tests for AutoDown behavior, including scenarios for enabled and disabled states.
    - Updated interfaces and methods to support the new functionality, ensuring proper integration with existing components.
    
    This enhancement improves the user experience by automating down operations when desired.
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: correct error handling in AutoDown execution flow
    
    - Adjusted the error handling logic in the AutoDown functionality to ensure proper logging of exit signals.
    - The error check for the AutoDown execution was moved to improve clarity and maintainability.
    
    This change enhances the robustness of the AutoDown feature by ensuring that errors are logged appropriately before returning from the function.
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * fix: race condition
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * add wanrning  if error
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    
    * Update cmd/up/up.go
    
    Co-authored-by: Cody J Landstrom <cody.landstrom@gmail.com>
    
    ---------
    
    Signed-off-by: Javier Lopez <javier@okteto.com>
    Co-authored-by: Cody J Landstrom <cody.landstrom@gmail.com>
    jLopezbarb and codyjlandstrom authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    bac5cb3 View commit details
    Browse the repository at this point in the history
  2. Avoid build error messages on okteto test execution (#4736)

    * Avoid build error messages on okteto test execution
    
    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    
    * Adjust the error messag
    
    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    
    * In case of getting a CommandErr on test execution, we should return that error
    
    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    
    ---------
    
    Signed-off-by: Nacho Fuertes <nacho@okteto.com>
    ifbyol authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    5362ff5 View commit details
    Browse the repository at this point in the history
Loading
0