Skip to content

Commit

Permalink
bump abs to v1.2.3 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
piontec authored Oct 8, 2024
1 parent 256c55b commit bf8b1f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Bump `app-test-suite_version` default to v0.8.0.
- Updated Kubernetes versions in kubeconform command.
- Bump `app-build-suite` to v1.2.3.

## [5.8.0] - 2024-09-03

Expand Down Expand Up @@ -110,8 +111,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [5.0.1] - 2024-02-05

## [5.0.1] - 2024-02-05

- fix: `push-to-registries` correctly handles the `force-public` flag

### Changed
Expand Down Expand Up @@ -811,7 +810,7 @@ Introduce a new [`push-to-registries`](./docs/job/push-to-registries.md) job tha
### Changed

- Recreate broken [0.8.18] release and discontinue 0.8.x line to avoid confusion. For details see:
- https://github.com/giantswarm/giantswarm/issues/10423#issuecomment-637398805
- <https://github.com/giantswarm/giantswarm/issues/10423#issuecomment-637398805>

## [0.8.18] - 2020-05-25

Expand Down Expand Up @@ -1006,7 +1005,7 @@ Introduce a new [`push-to-registries`](./docs/job/push-to-registries.md) job tha

### Fixed

- Fix pushing new unique app in push-to-app-collection job. https://github.com/giantswarm/architect-orb/pull/69
- Fix pushing new unique app in push-to-app-collection job. <https://github.com/giantswarm/architect-orb/pull/69>

## [0.5.3] - 2020-02-11

Expand Down Expand Up @@ -1121,7 +1120,6 @@ Introduce a new [`push-to-registries`](./docs/job/push-to-registries.md) job tha
[5.1.2]: https://github.com/giantswarm/architect-orb/compare/v5.1.1...v5.1.2
[5.1.1]: https://github.com/giantswarm/architect-orb/compare/v5.1.0...v5.1.1
[5.1.0]: https://github.com/giantswarm/architect-orb/compare/v5.0.1...v5.1.0
[5.0.1]: https://github.com/giantswarm/architect-orb/compare/v5.0.1...v5.0.1
[5.0.1]: https://github.com/giantswarm/architect-orb/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/giantswarm/architect-orb/compare/v4.38.0...v5.0.0
[4.38.0]: https://github.com/giantswarm/architect-orb/compare/v4.37.0...v4.38.0
Expand Down Expand Up @@ -1205,7 +1203,7 @@ Introduce a new [`push-to-registries`](./docs/job/push-to-registries.md) job tha
[1.1.0]: https://github.com/giantswarm/architect-orb/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/giantswarm/architect-orb/compare/v0.18.1...v1.0.0
[0.18.1]: https://github.com/giantswarm/architect-orb/compare/v0.18.0...v0.18.1
[v0.18.0]: https://github.com/giantswarm/architect-orb/compare/v0.17.1...v0.18.0
[0.18.0]: https://github.com/giantswarm/architect-orb/compare/v0.17.1...v0.18.0
[0.17.1]: https://github.com/giantswarm/architect-orb/compare/v0.17.0...v0.17.1
[0.17.0]: https://github.com/giantswarm/architect-orb/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/giantswarm/architect-orb/compare/v0.15.1...v0.16.0
Expand Down
2 changes: 1 addition & 1 deletion src/executors/app-build-suite.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
- entrypoint: /bin/bash
image: gsoci.azurecr.io/giantswarm/app-build-suite:1.2.2-circleci
image: gsoci.azurecr.io/giantswarm/app-build-suite:1.2.3-circleci

0 comments on commit bf8b1f2

Please sign in to comment.