-
Notifications
You must be signed in to change notification settings - Fork 80
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
Orb version 7.2.0 and 7.3.0 have not been published 😱 #175
Comments
cc: @cortinico and @devnev who merged the last couple of PRs. 🙏 |
I don't have rights to publish this orb, maybe @devnev has |
Nope, I'm just a contributor. @matt-oakes seems to have set it up originally? |
Hi @matt-oakes! 👋 Is there anything I can do to help publish the missing orbs? Perhaps you can share the access with other maintainers to get this going? |
I'm trying to take advantage of the change introduced in this PR #168 but it seems that it's only available in 7.3.0, which per this issue is not released. @matt-oakes @devnev @cortinico if you could escalate to the right person to get this fixed it would be greatly appreciated 🙏 |
I've sent an email to @matt-oakes as I believe he has the access to the orb publishing |
Thank you @cortinico! 🙏 |
Any update here? If @matt-oakes can't be brought in to fix the issue, what else can be done? For now, I'm working around my issue by pulling in the android docker image with my desired version manually without the rn/linux_android executor. It's a fine solution, but would still be nice to use what this orb provides. Thanks 🙏 |
Apologies for the lack of reply here. I don't routinely monitor this repo anymore as I don't use Circle CI. I have replied to @cortinico's email and given them admin access to this repo. Additionally, there are already over 100 people with write access to this repo through the "react-native-community" members list. It's not clear to me how to grant permission to publish on Circle CI, but @cortinico thinks that write/admin access to this Github repo will be enough. If it's not, then let me know and I can make the changes needed. Again, apologies for the lack of reply. |
Thank you @matt-oakes. I believe admin access is required in order to access the "Security" section, in the "Settings" tab, and rotate (recreate) the CircleCI deploy keys. @cortinico let me know if you need help with anything. For example, I believe, to re-publish the currently unpublished releases, we need to remove the current tags , and re-trigger the CI/CD that will create the GH release and publish the orbs. |
@fotos Would you be up for fixing the Orb Development kit I started doing here? There should be some lint issues to fix and so on. Just send a similar PR and once the PR is green we can merge it and release a new version. |
@cortinico sure, I can try. I see that you did something similar to |
@cortinico as suspected, I don't think the current setup runs builds on forks: #178 (similarly with other PRs from forks) Unfortunately I don't have write (push) access to the repo so I can't push changes directly in your branch:
I'm not sure I want to setup all the python tools locally (or in docker) to get this going. I think it's gonna be easier to get write access so I can push directly to the branch and iterate. 🙏 |
I've sent you an invite. Could you force push on the branch and make sure the CI passes so we can merge this? |
Accepted the invite. Will try to take a look over the weekend. Otherwise I’ll work on it during normal business hours next week. |
Thanks all - I too am keen on something available in 7.2.0. |
Hi @fotos, those of us using this orb are now seeing a fatal error in the
In my case, I don't want to run this Detox config step at all. We requested this to be optional in #167 and @devnev and @cortinico got #135 merged this summer. It is included in the Without a fix to the publication pipeline for this package, we will be stuck on 7.1.1 indefinitely, and today I notice that 7.1.1 is now broken by this Are you able to resolve the pipeline to get these versions published to Circle? Or do you know who can? (I'm more than happy to help w/ GH actions config or Circle job config related to this. Seems to just be an access/permissions issue.) |
@fotos @cortinico @matt-oakes what's the latest on this issue? Can we expect it to be resolved anytime soon? |
The latest is that I'm looking for someone to help setting up the publishing of the orb. I have @fotos write access to the repo be he never followed up. If someone else is up for doing it, please raise your hand |
Hey folks! I was out on extended PTO for 3 weeks and now I'm back. I'll look at the issue again now. Personally I'd rather avoid coupling the publishing of In any case I'm gonna have a look now. If the upgrade is mandatory I'll try to open a PR by the end of the week. We also need the improvements from |
There are 2 environment variables in the CircleCI configuration for My recommendation is to rotate the For releasing @cortinico I'm not sure why we have to update the SDK first – am I missing something? I would gladly do the above, if I had permissions to create the tokens, which is going to unblock everyone. Then I can work to upgrade the CircleCI SDK so we can use the SDK publishing process instead of the manual publishing process, independently and without pressure. What do you think? Can I get ownership here and do the right thing? |
I'm not too keen on releasing
The problem here is the |
Fair enough. (We need to rename
Cool. I put a bit of effort to understand how the new SDK works (template, flow, scripts etc.) and got PR #177 working, including passing rudimentary linting / tests. I updated the PR description with more info. When you get a chance have look and let's continue the discussion in the PR. We are close to getting this issue resolved and having a new version published. 🎉 |
We can do this whenever needed 👍 |
Orb version
7.2.0
and7.3.0
What happened
The versions are missing from the orb registry. The latest published version is
7.1.1
.Additionally the last 2 releases are missing from GitHub releases.
The CircleCI pipeline failed with an error:
Looks like the
token
is incorrect. A long time has passed since the last time the orb was published and I'm suspecting the token has been removed due to the CircleCI security incident back in December 2022 / January 2023.This probably requires manually (re-)running the CI steps to publish the orb and create the GH releases.
Expected behavior
I'd like to use version
7.2.0
, which makes the detox setup optional, in our project.The text was updated successfully, but these errors were encountered: