What is the status of the Bitbucket renovate pipe? Is it being maintained?

Christof Koegler _Gaims GmbH_
Contributor
July 10, 2023

Hello,

I would like to know the status of the `renovate-scan` Bitbucket pipe. It has been at version 0.1.0 for some months and it is still using Renovate 33.2.0., while we are now at 36.x.x.

I spent an hour debugging my config file until I understood that the version is outdated and the syntax has since changed, which was a rather frustrating experience.

Is the pipe still being maintained? Or is there a new official way of using Renovate on Bitbucket cloud?

Thank you and best regards,

Chris

3 answers

1 accepted

1 vote
Answer accepted
Patrik S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 11, 2023

Hello @Christof Koegler _Gaims GmbH_ and thank you for reaching out to Atlassian Community!

Currently, version 1.0.1 of the pipe atlassian/renovate is based on the renovate's official docker image renovate/renovate:33.2.0, as the following section of the pipe's source code:

I went ahead and created a feature request to update that pipe to use renovate version 36.x.x, which you can find in the following link : 

I would suggest you to add your vote there, since this helps both developers and product managers to understand the interest. Also, make sure you add yourself as a watcher in case you want to receive first-hand updates from that ticket. Please note that all features are implemented with this policy in mind.

While that pipe is not updated, you can use the renovate's official docker image as your bitbucket pipeline step image, so you can choose which version of Renovate CLI you want, like in the following example : 

pipelines:
  default:
    - step:
        name: My test
image: renovate/renovate:36.7.0-full
        script:
          - renovate version
- <rest of your commands>

You can find the list of available tags for that image on its Dockerhub repository :

Hope that helps! Let me know in case you have any questions.

Thank you, @Christof Koegler _Gaims GmbH_ !

Patrik S

Christof Koegler _Gaims GmbH_
Contributor
July 20, 2023

Hallo @Patrik S ,

Thanks for your reply. I have switched to the official renovate docker image - thanks for the suggestion.

With regards to the feature request: It is not about one specific version of renovate, but about the pipe being updated regularly to stay in sync with new renovate versions in general.

If Bitbucket cloud offers a dedicated pipe to use renovate, I feel it is reasonable to expect that it be regularly updated. As it is, it would have been more useful for me to have documentation on how to use the docker image with Bitbucket, rather than a pipe that is out of date.

Best regards

Chris

1 vote
Igor Stoyanov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 27, 2023

@Christof Koegler _Gaims GmbH_  hi. We released new version of the renovate-scan:0.2.0 pipe, where renovate docker image was updated to renovate/renovate:36.24-full.

 

With regards to the feature request: It is not about one specific version of renovate, but about the pipe being updated regularly to stay in sync with new renovate versions in general.

We have more than 50 pipes to maintain, so, unfortunately, our strategy usually when no new features to be implemented is to wait for users feature request.
You could always ask us in the community to bump a pipe version or even create a pull-request by yourself since it is open-sourced.

Regards, Igor

Christof Koegler _Gaims GmbH_
Contributor
July 31, 2023

Hi Igor,

Thanks for getting back to me and thanks for taking the time to update the pipeline.

From a developer perspective, I fully understand your situation. But from a customer perspective I feel that it is not my job to make sure all the pipes I use are maintained - I just want things to work.

That being said, it would have been more constructive had I simply request a version bump, and I apologize if my question was a bit snarky. I was just frustrated, because I spent an hour trying to fix the renovate config syntax, only to discover that the problem was not on my side at all.

Best regards,

Chris

Like Igor Stoyanov likes this
0 votes
Rafael Grisotto October 2, 2023

@Igor Stoyanov can you update the docker image again?

thank you

Igor Stoyanov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 2, 2023

@Rafael Grisotto hi. Our team will try to update this pipe in a near future.

 

Regards, Igor

Igor Stoyanov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 5, 2023

@Rafael Grisotto hi. New pipe version 0.4.1 contains new renovate docker image 37.6-full

Regards, Igor

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events