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

Update dependencies and change SBA port #38

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Update dependencies and change SBA port #38

merged 3 commits into from
Dec 3, 2024

Conversation

TimHess
Copy link
Member

@TimHess TimHess commented Dec 2, 2024

These are currently the expected library versions (via Initializr):

ext {
  set('springBootAdminVersion', "3.3.6")
  set('springCloudVersion', "2023.0.3")
}

The springCloudVersion translates to 4.1.3 for Config Server and Eureka, which does not change with this PR.


Commands to run the images while this PR is open:

docker run --rm -it --pull=always -p 8888:8888 --name steeltoe-config-pr steeltoe.azurecr.io/config-server:pr-38
docker run --rm -it --pull=always -p 8761:8761 --name steeltoe-eureka-pr steeltoe.azurecr.io/eureka-server:pr-38
docker run --rm -it --pull=always -p 9099:9099 --name steeltoe-SpringBootAdmin-pr steeltoe.azurecr.io/spring-boot-admin:pr-38

@TimHess TimHess self-assigned this Dec 2, 2024
@TimHess TimHess marked this pull request as ready for review December 2, 2024 22:02
@TimHess TimHess requested a review from bart-vmware December 2, 2024 22:02
Copy link
Member

@bart-vmware bart-vmware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I've run a sanity check with our samples for discovery-first Eureka/ConfigServer and verified the log-level colors in SBA. Everything looks good.

@TimHess TimHess merged commit 9e6edcb into main Dec 3, 2024
4 checks passed
@TimHess TimHess deleted the TimHess/issue37 branch December 3, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some parameters passed to Initializr are wrong Update Spring Boot Admin image
2 participants