Skip to content

Tags: backstage/charts

Tags

backstage-2.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Allow configuring the Service IP Family policy to make it dual-…

…stack (#252)

* feat: Allow configuring the Service IP Family policy to make it dual-stack

Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
Signed-off-by: Armel Soro <asoro@redhat.com>

* Bump the Chart version

Signed-off-by: Armel Soro <asoro@redhat.com>

* Update values schema

Signed-off-by: Armel Soro <asoro@redhat.com>

* Add test values file for CI

Signed-off-by: Armel Soro <asoro@redhat.com>

* Run pre-commit hooks

Signed-off-by: Armel Soro <asoro@redhat.com>

---------

Signed-off-by: Armel Soro <asoro@redhat.com>

backstage-2.3.1

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Bump python version (#249)

* Bump python version

Apparently 3.7 isn't available anymore in the running image which is causing some CI issues

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

* Update test.yml

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

* Update test.yml

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

* fix: updates json schemas

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

* chore: bump bugfix chart version

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

---------

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
Co-authored-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>

backstage-2.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow extra ports to be added to the backend service (#237)

This is useful when prometheus metrics are exposed on a different port.
This resolves #236.

Signed-off-by: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com>

backstage-2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for hostAliases (#234)

* Add support for hostAliases

Signed-off-by: Joel Damata <damatj@pointclickcare.com>

* bump chart version and run pre-commit

Signed-off-by: Corey Daley <cdaley@redhat.com>

---------

Signed-off-by: Joel Damata <damatj@pointclickcare.com>
Signed-off-by: Corey Daley <cdaley@redhat.com>
Co-authored-by: Joel Damata <damatj@pointclickcare.com>

backstage-2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow to customize the metrics port of the ServiceMonitor (#228)

fixes #221

Signed-off-by: Philipp Eckel <philipp.eckel@intive.com>

backstage-2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix!: Use builtin probe endpoints (#216)

* fix!: Use builtin probe endpoints

These are `/.backstage/health/v1/readiness` and `/.backstage/health/v1/liveness` and were added in v1.29

Ref: https://backstage.io/docs/releases/v1.29.0#backend-health-service

Signed-off-by: Nikolai Røed Kristiansen <nikolai.kristiansen@remarkable.no>

* chore(ci): Fix test failures in v1.31

Techdocs needs to be configured in app config.
Point our image-digest test to the v1.31.0 sha

Signed-off-by: Nikolai Røed Kristiansen <nikolai.kristiansen@remarkable.no>

---------

Signed-off-by: Nikolai Røed Kristiansen <nikolai.kristiansen@remarkable.no>

backstage-1.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add option to set Topology Spread Constraints, rather than just Affin…

…ity (#217)

* add option to set Topology Spread Constraints, rather than just Affinity

Signed-off-by: David Roberts <David.Roberts@orbis.com>

* add lint values for topologySpreadConstraints

Signed-off-by: David Roberts <David.Roberts@orbis.com>

* bump chart version

Signed-off-by: David Roberts <David.Roberts@orbis.com>

* remove the zone constraint, since the test environment is more limited

Signed-off-by: David Roberts <David.Roberts@orbis.com>

---------

Signed-off-by: David Roberts <David.Roberts@orbis.com>

backstage-1.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for multiple hosts and tls configurations in ingress (

#218)

* feat: add support for multiple hosts and tls configurations in ingress

Signed-off-by: Marcus Söderberg <msoderb@gmail.com>

* chore(test): add ingress CI tests

Signed-off-by: Marcus Söderberg <msoderb@gmail.com>

---------

Signed-off-by: Marcus Söderberg <msoderb@gmail.com>

backstage-1.9.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(backstage): option to pass in image by digest (#208)

* feat(backstage): option to pass in image by digest

Signed-off-by: 1602077 <62025739+1602077@users.noreply.github.com>

* test: add ci test for digest

Signed-off-by: 1602077 <62025739+1602077@users.noreply.github.com>

* chore: rerun precommit hook

Signed-off-by: 1602077 <62025739+1602077@users.noreply.github.com>

---------

Signed-off-by: 1602077 <62025739+1602077@users.noreply.github.com>

backstage-1.9.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ingress): add path as property configurable (#196)

* feat(ingress): add path as property configurable

Signed-off-by: Jason Diaz G. <jasondiazg@gmail.com>
Signed-off-by: Jason Diaz <jasondiazg@gmail.com>

* fix(docs): Add the correct expected ingress default value in README.md file

Signed-off-by: Jason Diaz <jasondiazg@gmail.com>

* chore(chart-version): Bump chart version to 1.9.5

Signed-off-by: Jason Diaz <jasondiazg@gmail.com>

* fix(schema): Change ingress path examples in chart schema

Signed-off-by: Jason Diaz <jasondiazg@gmail.com>

* chore(chart-version): Bump chart version to 1.9.5 in README.md

---------

Signed-off-by: Jason Diaz G. <jasondiazg@gmail.com>
Signed-off-by: Jason Diaz <jasondiazg@gmail.com>
Co-authored-by: Jason Diaz G <jason.rene.diaz.gonzalez@ericsson.com>