dcremonini opened a new issue, #59:
URL: https://github.com/apache/openserverless/issues/59

   
   **Symptom**
   As of 15 Sep 2024, the ops operator is expected to use bun 1.1.27.
   
   
   Version installed:
   ```
   $ ops -version
   0.1.0-2408111626.dev
   ```
   
   While the command `ops test bun` has the correct result, while installing 
updates with `ops -update` the displayed `ensuring prerequisite bun` shows 
1.1.21 instead of 1.1.27.
   
   ```
   $ ops test bun
   Bun is a fast JavaScript runtime, package manager, bundler, and test runner. 
(1.1.27+267afa293)
   [openserverless:~/openserverless/task:main]
   ```
   
   
   Expected behaviour:
   
   ```
   $ curl -sL bit.ly/get-ops | bash
   ...
   ensuring prerequisite bun 1.1.27
   ...
   ```
   
   Actual behavour:
   
   ```
   $ curl -sL bit.ly/get-ops | bash
   ops
   /home/ubuntu/.local/bin/ops
   [openserverless:~/openserverless/task:main]
   $ ops -update
   Cloning tasks...
   Enumerating objects: 3844, done.
   Counting objects: 100% (472/472), done.
   Compressing objects: 100% (209/209), done.
   Total 3844 (delta 245), reused 435 (delta 239), pack-reused 3372 (from 1)
   Tasks downloaded successfully
   ensuring prerequisite 7zz 2407
   ensuring prerequisite coreutils 0.0.27
   ensuring prerequisite bun 1.1.21
   ensuring prerequisite kubectl 1.30.3
   ensuring prerequisite kind 0.17.0
   ensuring prerequisite k3sup 0.13.6
   ensuring prerequisite rg 14.1.0
   
   New operator version detected!
   Current deployed operator can be updated with: ops update operator
   ```
   
   
   **How to reproduce the issue:**
   ```
   $ rm -fR ~/.ops
   $ curl -sL bit.ly/get-ops | bash
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to