Skip to content

Staging for v0.2.0 release #99

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

Merged
merged 2 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# type=semver,pattern={{major}}.{{minor}}
## Tags for a push branch event
# Tags to reflect the last commit of the active branch
type=edge,enable=true,branch=main
type=edge,enable=true
## Other types (currently the followings may be out of scope in this project)
## Tags for a push branch event
# minimal (short sha)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
go-version: ${{matrix.go-version}}

- name: Build
run: make # cd cmd/cm-beetle && go build -v -o cm-beetle
run: make

# - name: Test
# run: go test -v ./...
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4

- name: Build
- name: Build image
env:
IMAGE_NAME: ${{ github.event.repository.name }}
run: docker build . --file Dockerfile --tag $IMAGE_NAME
11 changes: 8 additions & 3 deletions pkg/api/rest/model/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
## Model synchronization for on-premise

### Synchronization Date
- Date: Mon May 27 19:28:28 KST 2024

- Date: Thu Jul 4 14:42:07 KST 2024

### Repository Details

- Repository: [cloud-barista/cm-honeybee](https://github.com/cloud-barista/cm-honeybee.git)
- Branch: main
- Latest Commit Hash: f22d87db289592463240bd886bcbf71c2bd41bd7
- Latest Commit Hash: d7c645ce260621fd5f9bef31a82b08ef2f0e1fa7

### Usage Instructions

- Update the models with the command below:

```

make onprem-model
```

- This command synchronizes the models to the latest versions.
- Do not edit these files directly as they are managed automatically.