1. 28 Feb, 2025 1 commit
  2. 27 Feb, 2025 1 commit
  3. 12 Feb, 2025 1 commit
  4. 28 Jan, 2025 2 commits
  5. 15 Jan, 2025 1 commit
    • Prathamesh Zarkar's avatar
      auto find cudnn version (#1126) · d9c2de0c
      Prathamesh Zarkar authored
      * auto find cudnn version
      
      * auto finding libcudnn8 and libcudnn9 packages
      
      * removed unused files
      
      * nvidia-cuda feature patch version bumped
      
      * review comments addressed
      
      * review comments addressed
      
      * --fix-missing added for apt-get update
      
      * test cases fixed for libcudnn check
      
      * test updatedfor cudnnVersion without automatic
      d9c2de0c
  6. 09 Jan, 2025 1 commit
  7. 18 Dec, 2024 1 commit
  8. 03 Dec, 2024 1 commit
    • Mathiyarasy's avatar
      Oryx Issue (#1181) · f8e7e275
      Mathiyarasy authored
      Universal Image Latest Version: Caused issue in a Pipeline
      Azure DevOps Pipeline generate-kitchensink-automated Failed
      
      This PR aims to do things:
      
      The pinned dotnet version now is 8.0.202 : Oryx: Unpin .NET version 8.0.101
      Publish oryx app with --self-contained true tag . Without this tag oryx fails to launch stating compatible .net runtime version not found
      f8e7e275
  9. 02 Dec, 2024 1 commit
  10. 22 Oct, 2024 2 commits
  11. 17 Oct, 2024 2 commits
  12. 08 Oct, 2024 1 commit
  13. 07 Oct, 2024 1 commit
  14. 25 Sep, 2024 2 commits
  15. 24 Sep, 2024 2 commits
  16. 23 Sep, 2024 2 commits
  17. 16 Sep, 2024 2 commits
  18. 09 Sep, 2024 1 commit
  19. 03 Sep, 2024 1 commit
  20. 28 Aug, 2024 1 commit
    • Ruben Suarez Alvarez's avatar
      feat(aws-cli): 🧑‍💻 add aws-cli completion (#1083) · 6123e412
      Ruben Suarez Alvarez authored
      * feat(aws-cli): 🧑‍💻 add aws completion
      
      aws supports bash and zsh command completion.
      
      * test(aws-cli):  test aws bash completion
      
      * chore(aws-cli): 🔧 update feature version
      
      * fix(aws-cli): cp command fix
      
      * refactor(aws-cli): move vendor scripts to specific folder
      
      * docs(aws-cli): add README to vendor scripts
      
      * build(aws-cli): automate aws-cli vendor completer scripts updates
      
      * chore(aws-cli): update vendor completer scripts
      
      * build(aws-cli): update message
      
      * chore(aws-cli): remove some code remainders
      6123e412
  21. 27 Aug, 2024 3 commits
    • Julian Pawlowski's avatar
      `[powershell]`: Fix manual PowerShell installation binary execution permissions (#1050) · 878a900d
      Julian Pawlowski authored
      * Align manual pwsh install with DEB package
      
      - ensure execution permissions for pwsh
      - correct path from /usr/local/bin/pwsh to /usr/bin/pwsh
      - register as shell in /etc/shells
      
      * Update versions
      
      * Update repositories
      
      * Check for existing pwsh installation
      
      This will avoid build failures when multiple features depend on this PowerShell package
      
      * test: Fix PS profile test
      
      * Test: Fix install_using_github
      
      * Test: Fix getcwd warning
      
      * fix: Move out of directory before deleting it
      
      * test: Add validate_powershell_installation
      
      * test: Change Ubuntu test base image to upcoming new LTS version
      878a900d
    • Dev containers Bot's avatar
      Automated documentation update (#1109) · 3bf4e20e
      Dev containers Bot authored
      Automated documentation update [skip ci]
      Co-authored-by: 's avatargithub-actions <github-actions@github.com>
      3bf4e20e
    • Prathamesh Zarkar's avatar
      Features update logic for PPA in bionic (#1079) · 52c79b49
      Prathamesh Zarkar authored
      * Features update logic for PPA in bionic
      
      * node failing fixed after pnpm install from npm package manager
      
      * for node version 16 pnpm version 7 is installed
      
      * uninstalled pnpm package first and then reinstalled as per node version
      
      * force installing pnpm package
      
      * optimized logic to install compatible pnpm for node 16
      
      * pnpm install specific version compatible for node
      
      * new variable added pnpmVersion in node feature
      
      * test case failure fixed
      
      * fixed test cases
      
      * fixing test cases
      
      * pnpm version fixed for test cases
      
      * default version for pnpm updated
      
      * review comments addressed
      
      * Update src/node/devcontainer-feature.json
      
      ---------
      Co-authored-by: 's avatarSamruddhi Khandale <samruddhikhandale@github.com>
      52c79b49
  22. 21 Aug, 2024 1 commit
  23. 20 Aug, 2024 1 commit
  24. 19 Aug, 2024 2 commits
  25. 16 Aug, 2024 2 commits
  26. 15 Aug, 2024 2 commits
  27. 13 Aug, 2024 2 commits
    • Ruben Suarez Alvarez's avatar
      feat(kubectl-helm-minikube): 🧑‍💻 add helm completion (#1080) · b2c7d17f
      Ruben Suarez Alvarez authored
      * feat(kubectl-helm-minikube): 🧑‍💻 add helm completion
      
      Like **kubectl**, **helm** supports **bash** and **zsh** command completion.
      
      * test(kubectl-helm-minikube):  test helm bash completion
      
      * chore(kubectl-helm-minikube): 🔧 update feature version
      b2c7d17f
    • Prathamesh Zarkar's avatar
      common-utils overwrites .zshrc coming from image built (#1069) · 56233fda
      Prathamesh Zarkar authored
      * common-utils overwrites .zshrc coming from image built with common-utils already
      
      * version bumped and added scenario to test the user issue
      
      * cp command failing fix test
      
      * bump version reverted
      
      * fixed the pipeline failures
      
      * discarded diff logic and introduced new one
      
      * Update src/common-utils/main.sh
      
      * instead of overwritting, template file will be appended to existing .zshrc file if INSTALL_OH_MY_ZSH_CONFIG is true
      
      * removed if statement to check .zshrc file exists
      
      * if condition added to check user_rc_file exist
      
      * linter error fixed
      
      * optimize duplication for template_path and user_rc_file logic
      
      ---------
      Co-authored-by: 's avatarSamruddhi Khandale <samruddhikhandale@github.com>
      56233fda