Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Codespace on v0.37 branch uses Radius v0.33 #1739

Open
loekd opened this issue Aug 27, 2024 · 1 comment
Open

New Codespace on v0.37 branch uses Radius v0.33 #1739

loekd opened this issue Aug 27, 2024 · 1 comment
Assignees
Labels
bug Something is broken or not working as expected

Comments

@loekd
Copy link

loekd commented Aug 27, 2024

Bug information

Steps to reproduce (required)

  • Open this link
  • Create a new Codespace on the v0.37 branch
  • Wait for the post deployment script to complete
  • Type rad version

Observed behavior (required)

  • Notice that it outputs:
    @loekd ➜ /workspaces/samples (v0.37) $ rad version
    RELEASE   VERSION   BICEP     COMMIT
    0.33.0    v0.33.0   0.33.0    6ffdc9980420c00f7af35b024dd0e62e598efef2
    

Desired behavior (required)

  • Expect the installed version to be 0.37

Workaround (optional)

  • Run this command to install the latest version:
     @loekd ➜ /workspaces/samples (v0.37) $ wget -q "https://raw.githubusercontent.com/radius-project/radius/main/deploy/install.sh" -O - | /bin/bash
     Getting the latest Radius CLI...
     Your system is linux_amd64
    
     Radius CLI is detected. Current version: v0.33.0
     Reinstalling Radius CLI - /usr/local/bin/rad...
    
     Installing v0.37.0 Radius CLI...
     Downloading https://github.com/radius-project/radius/releases/download/v0.37.0/rad_linux_amd64...
     rad installed into /usr/local/bin successfully
     Installing rad-bicep ("rad bicep download")...
     Downloading Bicep for channel 0.37...
     rad-bicep installed successfully
    
     To get started with Radius, please visit https://docs.radapp.io/getting-started/

System information

Codespace

rad Version (required)

   RELEASE   VERSION   BICEP     COMMIT
   0.33.0    v0.33.0   0.33.0    6ffdc9980420c00f7af35b024dd0e62e598efef2

Operating system (required)

Linux

Additional context

Unsure why the on-create.sh doesn't work properly during the launch. Running the same command after launch again, fixes it.

AB#13085

@loekd loekd added the bug Something is broken or not working as expected label Aug 27, 2024
@ytimocin ytimocin added triaged This item has been triaged by project maintainers and is in the backlog and removed triaged This item has been triaged by project maintainers and is in the backlog labels Aug 29, 2024
@nithyatsu nithyatsu self-assigned this Aug 30, 2024
@nithyatsu
Copy link
Contributor

When I try the codespace link, I get a license exceeded issue similar to:
image

@willtsai , Could you please help with the license issue so that I can try to reproduce this issue? Please let me know if I should loop someone else in too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken or not working as expected
Projects
None yet
Development

No branches or pull requests

4 participants
@ytimocin @loekd @nithyatsu and others