Skip to content

Commit

Permalink
Merge branch 'main' of github.com:robolaunch/robot-operator into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Feb 12, 2024
2 parents d0206bc + 8f89cad commit 0a70587
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
## [Unreleased]


<a name="v0.2.7-alpha.1-test.3"></a>
## [v0.2.7-alpha.1-test.3] - 2024-02-12

<a name="v0.2.7-alpha.1-test.2"></a>
## [v0.2.7-alpha.1-test.2] - 2024-02-12

<a name="v0.2.7-alpha.1"></a>
## [v0.2.7-alpha.1] - 2024-02-05

<a name="v0.2.6-alpha.19"></a>
## [v0.2.6-alpha.19] - 2024-01-29

Expand Down Expand Up @@ -419,7 +428,10 @@
- Merge pull request [#24](https://github.com/robolaunch/robot-operator/issues/24) from robolaunch/23-allow-multiple-launches


[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.19...HEAD
[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.1-test.3...HEAD
[v0.2.7-alpha.1-test.3]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.1-test.2...v0.2.7-alpha.1-test.3
[v0.2.7-alpha.1-test.2]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.1...v0.2.7-alpha.1-test.2
[v0.2.7-alpha.1]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.19...v0.2.7-alpha.1
[v0.2.6-alpha.19]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.18...v0.2.6-alpha.19
[v0.2.6-alpha.18]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.17...v0.2.6-alpha.18
[v0.2.6-alpha.17]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.16...v0.2.6-alpha.17
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: robolaunchio/robot-controller-manager
newTag: v0.2.7-alpha.1
newTag: vv0.2.7-alpha.1-test.4
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

![](https://raw.githubusercontent.com/robolaunch/trademark/main/logos/svg/rocket.svg)

# Robot Operator <small>0.2.7-alpha.1</small>
# Robot Operator <small>v0.2.7-alpha.1-test.4</small>

robolaunch Kubernetes Robot Operator manages lifecycle of ROS 2 based robots and enables defining, deploying and distributing robots declaratively.
4 changes: 2 additions & 2 deletions hack/deploy/chart/robot-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.7-alpha.1
version: v0.2.7-alpha.1-test.4
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.2.7-alpha.1"
appVersion: "vv0.2.7-alpha.1-test.4"
2 changes: 1 addition & 1 deletion hack/deploy/chart/robot-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: robolaunchio/robot-controller-manager
tag: v0.2.7-alpha.1
tag: vv0.2.7-alpha.1-test.4
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/manifests/robot_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7430,7 +7430,7 @@ spec:
- --leader-elect
command:
- /manager
image: robolaunchio/robot-controller-manager:v0.2.7-alpha.1
image: robolaunchio/robot-controller-manager:vv0.2.7-alpha.1-test.4
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 0a70587

Please sign in to comment.