-
Notifications
You must be signed in to change notification settings - Fork 312
Comparing changes
Open a pull request
base repository: okteto/okteto
base: 3.8.0
head repository: okteto/okteto
compare: 3.9.0-beta.1
- 10 commits
- 20 files changed
- 6 contributors
Commits on Jun 12, 2025
-
build(deps): update buildkit dependency (#4729)
Signed-off-by: Javier Lopez <javier@okteto.com>
Configuration menu - 10000 View commit details
-
Copy full SHA for 74833ea - Browse repository at this point
Copy the full SHA 74833eaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 67d9cc7 - Browse repository at this point
Copy the full SHA 67d9cc7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 77783ed - Browse repository at this point
Copy the full SHA 77783edView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 425ab02 - Browse repository at this point
Copy the full SHA 425ab02View commit details
Commits on Jun 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3e803e3 - Browse repository at this point
Copy the full SHA 3e803e3View commit details
Commits on Jun 18, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 184c85b - Browse repository at this point
Copy the full SHA 184c85bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 08807a2 - Browse repository at this point
Copy the full SHA 08807a2View commit details
Commits on Jun 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8a06539 - Browse repository at this point
Copy the full SHA 8a06539View commit details
Commits on Jun 23, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for bac5cb3 - Browse repository at this point
Copy the full SHA bac5cb3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5362ff5 - Browse repository at this point
Copy the full SHA 5362ff5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.8.0...3.9.0-beta.1