Skip to content

Commit

Permalink
Merge pull request #17651 from pascalgrimaud/upgrade-jhipster-registr…
Browse files Browse the repository at this point in the history
…y-v7.2.0

Upgrade jhipster-registry to v7.2.0
  • Loading branch information
pascalgrimaud authored Jan 23, 2022
2 parents 70ba846 + 9ff05c9 commit 96216c9
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion generators/generator-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const JACKSON_DATABIND_NULLABLE_VERSION = '0.2.2';
// Version of docker images
const DOCKER_COMPOSE_FORMAT_VERSION = '3.8';
// const DOCKER_JHIPSTER_REGISTRY = 'ghcr.io/jhipster/jhipster-registry:main';
const DOCKER_JHIPSTER_REGISTRY = 'jhipster/jhipster-registry:v7.1.0';
const DOCKER_JHIPSTER_REGISTRY = 'jhipster/jhipster-registry:v7.2.0';
const DOCKER_JHIPSTER_CONTROL_CENTER = 'jhipster/jhipster-control-center:v0.5.0';
const DOCKER_JAVA_JRE = 'eclipse-temurin:11-jre-focal';
const DOCKER_MYSQL = 'mysql:8.0.27';
Expand Down
24 changes: 12 additions & 12 deletions test/__snapshots__/docker-compose.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ eureka:
- BUCKET=mscouchbase
jhipster-registry:
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the \\"dev\\" and \\"native\\"
Expand Down Expand Up @@ -234,7 +234,7 @@ eureka:
image: cassandra:3.11.11
jhipster-registry:
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the \\"dev\\" and \\"native\\"
Expand Down Expand Up @@ -410,7 +410,7 @@ eureka:
command: mysqld --lower_case_table_names=1 --skip-ssl --character_set_server=utf8mb4 --explicit_defaults_for_timestamp
jhipster-registry:
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the \\"dev\\" and \\"native\\"
Expand Down Expand Up @@ -570,7 +570,7 @@ eureka:
command: mongos --configdb csvr/msmongodb-mongodb-config --bind_ip 0.0.0.0
jhipster-registry:
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the \\"dev\\" and \\"native\\"
Expand Down Expand Up @@ -750,7 +750,7 @@ eureka:
command: mysqld --lower_case_table_names=1 --skip-ssl --character_set_server=utf8mb4 --explicit_defaults_for_timestamp
jhipster-registry:
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the \\"dev\\" and \\"native\\"
Expand Down Expand Up @@ -869,7 +869,7 @@ eureka:
command: mysqld --lower_case_table_names=1 --skip-ssl --character_set_server=utf8mb4 --explicit_defaults_for_timestamp
jhipster-registry:
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the \\"dev\\" and \\"native\\"
Expand Down Expand Up @@ -988,7 +988,7 @@ eureka:
command: mysqld --lower_case_table_names=1 --skip-ssl --character_set_server=utf8mb4 --explicit_defaults_for_timestamp
jhipster-registry:
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the \\"dev\\" and \\"native\\"
Expand Down Expand Up @@ -1133,7 +1133,7 @@ eureka:
command: mysqld --lower_case_table_names=1 --skip-ssl --character_set_server=utf8mb4 --explicit_defaults_for_timestamp
jhipster-registry:
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the \\"dev\\" and \\"native\\"
Expand Down Expand Up @@ -1342,7 +1342,7 @@ eureka:
command: mysqld --lower_case_table_names=1 --skip-ssl --character_set_server=utf8mb4 --explicit_defaults_for_timestamp
jhipster-registry:
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the \\"dev\\" and \\"native\\"
Expand Down Expand Up @@ -1502,7 +1502,7 @@ eureka:
command: mysqld --lower_case_table_names=1 --skip-ssl --character_set_server=utf8mb4 --explicit_defaults_for_timestamp
jhipster-registry:
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the \\"dev\\" and \\"native\\"
Expand Down Expand Up @@ -1604,7 +1604,7 @@ eureka:
command: mysqld --lower_case_table_names=1 --skip-ssl --character_set_server=utf8mb4 --explicit_defaults_for_timestamp
jhipster-registry:
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the \\"dev\\" and \\"native\\"
Expand Down Expand Up @@ -1704,7 +1704,7 @@ eureka:
command: mysqld --lower_case_table_names=1 --skip-ssl --character_set_server=utf8mb4 --explicit_defaults_for_timestamp
jhipster-registry:
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the \\"dev\\" and \\"native\\"
Expand Down
32 changes: 16 additions & 16 deletions test/__snapshots__/knative.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -1184,7 +1184,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -1881,7 +1881,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -2790,7 +2790,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -3499,7 +3499,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -5245,7 +5245,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -8197,7 +8197,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -8848,7 +8848,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -10120,7 +10120,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -10744,7 +10744,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -11569,7 +11569,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -12193,7 +12193,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -14236,7 +14236,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -17507,7 +17507,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -18086,7 +18086,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -18719,7 +18719,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down
16 changes: 8 additions & 8 deletions test/__snapshots__/kubernetes.helm.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -1357,7 +1357,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -1871,7 +1871,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -2601,7 +2601,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -3309,7 +3309,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -5073,7 +5073,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -7872,7 +7872,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down Expand Up @@ -8374,7 +8374,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v7.1.0
image: jhipster/jhipster-registry:v7.2.0
ports:
- containerPort: 8761
env:
Expand Down
Loading

0 comments on commit 96216c9

Please sign in to comment.